Description
Returns an RFEntityID value indicating a newly added entity ID of the reference sphere containing the specified sphere geometry and name.
Syntax
Function RFReferenceGeometry.AddRefSphere(pSphere As RFSphere, Name As String) As RFEntityID
The AddRefSphere syntax has these parts:
| Part | Description |
|---|---|
| pSphere | [IN] RFSphere Required. Sphere data. |
| Name | [IN] String Required. String expression that identifies the reference geometry's name. |
Remarks