Description
Connects the reference cone to the specified shell.
Syntax
Function RFRefGeomTools.SetConnectedShellOfRefCone(refGeomID As RFEntityID, shellID As RFEntityID) As RFErrorCode
The SetConnectedShellOfRefCone syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference cone's RFEntityID to connect. |
| shellID | [IN] RFEntityID Required. Entity ID of the shell to which the reference cone is connected. |