Description
Transforms a specified shell by specified transform matrix and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.TransformShell(shellID As RFEntityID, pTMat As RFTMatrix) As RFErrorCode
The TransformShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to transform. |
| pTMat | [IN] RFTMatrix Required. Transform matrix. |
Remarks