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