GlobalOrigin
Global origin defines an origin position relative to the global coordinate system.
Example
application = cf.Application.getInstance() project = application:NewProject() -- Create a cuboid with its base corner at the specified 'Point' corner = cf.Point(-0.25, -0.25, 0) cube = project.Contents.Geometry:AddCuboid(corner, 0.5, 0.5, 1.25)
Inheritance
The GlobalOrigin object is derived from the GlobalCoordinates object.
Usage locations
The GlobalOrigin object can be accessed from the following locations:
- Properties
- GlobalPlane object has property Origin.
- Methods
- GlobalOriginList object has method Append().
- GlobalOriginList object has method Get(number).