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