Gocator API
|
Represents a cylinder region for select surface tools.
Public Member Functions | |
k64f | GoCylinderRegion_Height (GoCylinderRegion region) |
Gets the height. More... | |
k64f | GoCylinderRegion_Radius (GoCylinderRegion region) |
Gets the radius. More... | |
kStatus | GoCylinderRegion_SetHeight (GoCylinderRegion region, k64f value) |
Sets the height. More... | |
kStatus | GoCylinderRegion_SetRadius (GoCylinderRegion region, k64f value) |
Sets the radius. More... | |
kStatus | GoCylinderRegion_SetX (GoCylinderRegion region, k64f x) |
Sets the X position. More... | |
kStatus | GoCylinderRegion_SetY (GoCylinderRegion region, k64f value) |
Sets the Y position. More... | |
kStatus | GoCylinderRegion_SetZ (GoCylinderRegion region, k64f z) |
Sets the Z-position. More... | |
k64f | GoCylinderRegion_X (GoCylinderRegion region) |
Gets the X position. More... | |
k64f | GoCylinderRegion_Y (GoCylinderRegion region) |
Gets the Y position. More... | |
k64f | GoCylinderRegion_Z (GoCylinderRegion region) |
Gets the Z-position. More... | |