Inherits kObject.
Gets the height.
- Parameters
-
- Returns
- The height of the region.
Gets the length.
- Parameters
-
- Returns
- The length of the region.
kStatus GoRegion3d_SetHeight |
( |
GoRegion3d |
region, |
|
|
k64f |
height |
|
) |
| |
Sets the height.
- Parameters
-
- Returns
- Operation status.
kStatus GoRegion3d_SetLength |
( |
GoRegion3d |
region, |
|
|
k64f |
length |
|
) |
| |
Sets the length.
- Parameters
-
- Returns
- Operation status.
kStatus GoRegion3d_SetWidth |
( |
GoRegion3d |
region, |
|
|
k64f |
width |
|
) |
| |
Sets the width.
- Parameters
-
- Returns
- Operation status.
kStatus GoRegion3d_SetX |
( |
GoRegion3d |
region, |
|
|
k64f |
x |
|
) |
| |
Sets the X position.
- Parameters
-
- Returns
- Operation status.
kStatus GoRegion3d_SetY |
( |
GoRegion3d |
region, |
|
|
k64f |
value |
|
) |
| |
Sets the Y position.
- Parameters
-
region | GoRegion3d object. |
value | The Y position to set. |
- Returns
- Operation status.
kStatus GoRegion3d_SetZ |
( |
GoRegion3d |
region, |
|
|
k64f |
z |
|
) |
| |
Sets the Z-position.
- Parameters
-
- Returns
- Operation status.
Gets the width.
- Parameters
-
- Returns
- The width of the region.
Gets the X position.
- Parameters
-
- Returns
- The X position of the region.
Gets the Y position.
- Parameters
-
- Returns
- The Y position of the region.
Gets the Z-position.
- Parameters
-
- Returns
- The Z-position of the region.
The documentation for this class was generated from the following file: