Description
Adds a reference box which consists of a specified box geometry to both model and project tree.Then it returns an RFErrorCode value indicating whether there occurs errror or not.
Syntax
Function RFRefGeomTools.AddRefBox(pBox As RFBox, pRefGeomID As RFEntityID) As RFErrorCode
The AddRefBox syntax has these parts:
| Part | Description |
|---|---|
| pBox | [IN] RFBox Required. Box's geometry data. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference box which is added. |
Remarks