Description
Sets the box geometry to the specified reference box entity ID.
Syntax
Function RFRefGeomTools.SetRefBox(refGeomID As RFEntityID, pBox As RFBox) As RFErrorCode
The SetRefBox syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pBox | [IN] RFBox Required. Box data. |