Description
Sets the cylinder geometry to the specified reference cylinder entity ID.
Syntax
Function RFRefGeomTools.SetRefCylinder(refGeomID As RFEntityID, pCylinder As RFCylinder) As RFErrorCode
The SetRefCylinder syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pCylinder | [IN] RFCylinder Required. Cylinder data. |