Description
Sets the torus geometry to the specified reference torus entity ID.
Syntax
Function RFRefGeomTools.SetRefTorus(refGeomID As RFEntityID, pTorus As RFTorus) As RFErrorCode
The SetRefTorus syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pTorus | [IN] RFTorus Required. Torus data. |