RFShell.GetMinMaxBox
Description
Retrieves the min-max box enclosing the shell.
Syntax
Function RFShell.GetMinMaxBox(pBox As RFBox) As RFErrorCode
The GetMinMaxBox syntax has these parts:
| Part |
Description |
| pBox |
[OUT] RFBox Required. Min-max box of the shell. |
Remarks
- The min-max box represents a minimum and a maximum coordinates of the shell along the current coordinate system!/s X, Y and Z axis. The current coordinate system can be local or global that can be set by RFShell.SetCoordinateMode method.
Return to Rapidform Index