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