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:

Property List

X
The X coordinate. (Read/Write Dimension)
Y
The Y coordinate. (Read/Write Dimension)
Z
The Z coordinate. (Read/Write Dimension)

Property Details

X
The X coordinate.
Type
Dimension
Access
Read/Write
Y
The Y coordinate.
Type
Dimension
Access
Read/Write
Z
The Z coordinate.
Type
Dimension
Access
Read/Write