Description
Creates a solid from reference torus.
Syntax
Function RFSolidTools.CreateSolidFromRefTorus(refTorusID As RFEntityID, pNewSolidID As RFEntityID) As RFErrorCode
The CreateSolidFromRefTorus syntax has these parts:
| Part | Description |
|---|---|
| refTorusID | [IN] RFEntityID Required. RFEntityID of reference torus. |
| pNewSolidID | [IN] RFEntityID Required. RFEntityID of newly created solid. |