Description
Retrieves the cylinder geometry from the specified reference cylinder entity ID.
Syntax
Function RFReferenceGeometry.GetRefCylinder(refGeomID As RFEntityID, pRefCylinder As RFCylinder) As RFErrorCode
The GetRefCylinder syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pRefCylinder | [OUT] RFCylinder Required. Cylinder data. |