Description
Creates a spatially encoded face set structure of the shell to be used in the ray casting method and retrieves a RFHandle of encoded face set structure.
Syntax
Function RFMeshTools.CreateEncodedFaceSet(shellID As RFEntityID, phEncodedFaceSet As RFHandle) As RFErrorCode
The CreateEncodedFaceSet syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Entity ID of a shell to be used in the ray casting method. |
| phEncodedFaceSet | [OUT] RFHandle Required. Handle of the encoded face set structure. |
Remarks