Description
Creates a solid from reference sphere.
Syntax
Function RFSolidTools.CreateSolidFromRefSphere(refSphereID As RFEntityID, pNewSolidID As RFEntityID) As RFErrorCode
The CreateSolidFromRefSphere syntax has these parts:
| Part | Description |
|---|---|
| refSphereID | [IN] RFEntityID Required. RFEntityID of reference sphere. |
| pNewSolidID | [IN] RFEntityID Required. RFEntityID of newly created solid. |