Description
Sets the cone geometry to the specified reference cone entity ID.
Syntax
Function RFRefGeomTools.SetRefCone(refGeomID As RFEntityID, pCone As RFCone) As RFErrorCode
The SetRefCone syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pCone | [IN] RFCone Required. Cone data. |