Description
Creates a spatially encoded face set structure of all the shells to be used in the ray casting method and retrieves a Boolean value indicating whether the creation is successful.
Syntax
Function RFModel.CreateEncodedFaceSet(bShownShellOnly As Boolean, resolution As Long) As Boolean
The CreateEncodedFaceSet syntax has these parts:
| Part | Description |
|---|---|
| bShownShellOnly | [IN] Boolean Required. It determines whether only visible shells in the active Document are considered. |
| resolution | [IN] Long Required. The number of encoding cells along X, Y and Z axis. |
Remarks