Description
Divides each face in a specified shell into four sub-meshes and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.SubdivideShell(shellID As RFEntityID, bPreserveSharpEdge As Boolean) As RFErrorCode
The SubdivideShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to subdivide. |
| bPreserveSharpEdge | [IN] Boolean Required. It determines whether creasing edges are not subdivided. |