Gocator API
Public Member Functions
GoRegion3d Class Reference
Description
Represents a three dimensional surface region.
Note
Supported with G2, G3
Inheritance diagram for GoRegion3d:
Public Member Functions
k64f
GoRegion3d_Height
(
GoRegion3d
region)
Gets the height.
More...
k64f
GoRegion3d_Length
(
GoRegion3d
region)
Gets the length.
More...
kStatus
GoRegion3d_SetHeight
(
GoRegion3d
region,
k64f
height)
Sets the height.
More...
kStatus
GoRegion3d_SetLength
(
GoRegion3d
region,
k64f
length)
Sets the length.
More...
kStatus
GoRegion3d_SetWidth
(
GoRegion3d
region,
k64f
width)
Sets the width.
More...
kStatus
GoRegion3d_SetX
(
GoRegion3d
region,
k64f
x)
Sets the X position.
More...
kStatus
GoRegion3d_SetY
(
GoRegion3d
region,
k64f
value)
Sets the Y position.
More...
kStatus
GoRegion3d_SetZ
(
GoRegion3d
region,
k64f
z)
Sets the Z-position.
More...
kStatus
GoRegion3d_SetZAngle
(
GoRegion3d
region,
k64f
zAngle)
Sets the height.
More...
k64f
GoRegion3d_Width
(
GoRegion3d
region)
Gets the width.
More...
k64f
GoRegion3d_X
(
GoRegion3d
region)
Gets the X position.
More...
k64f
GoRegion3d_Y
(
GoRegion3d
region)
Gets the Y position.
More...
k64f
GoRegion3d_Z
(
GoRegion3d
region)
Gets the Z-position.
More...
k64f
GoRegion3d_ZAngle
(
GoRegion3d
region)
Gets the height.
More...
The documentation for this class was generated from the following file:
Tools/
GoSurfaceToolUtils.h
GoRegion3d