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