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