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