Description
Adds a reference cylinder which consists of a specified cylinder geometry to both model and project tree.Then it returns an RFErrorCode value indicating whether there occurs an error or not.
Syntax
Function RFRefGeomTools.AddRefCylinder(pCylinder As RFCylinder, pRefGeomID As RFEntityID) As RFErrorCode
The AddRefCylinder syntax has these parts:
| Part | Description |
|---|---|
| pCylinder | [IN] RFCylinder Required. Cylinder's geometry data. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference cylinder which is added. |