setOrigin

plane:setOrigin(pt: Point) --> nil

Imposta l'origine del piano. Richiede un punto.

Esempio 1. Esempio setOrigin

local plane = Plane(Point(0,0,0), Vector3d(0,0,1))
plane:setOrigin(Point(10, 10, 0))
print("\nsetOrigin: OK")

Created with the Personal Edition of HelpNDoc: Don't Let Unauthorized Users View Your PDFs: Learn How to Set Passwords