Description
Creates a new shell consists of medial axis points of the specified shell.
Syntax
Function RFMeshTools.FindMedialAxisOfShell(shellID As RFEntityID, pMedialAxisShellID As RFEntityID) As RFErrorCode
The FindMedialAxisOfShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Entity ID of the shell from which the medial axis points are calculated. |
| pMedialAxisShellID | [OUT] RFEntityID Required. Entity ID of the created shell. |
Remarks