Description
Sets the temporary transform matrix for shell, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.SetTempShellTransform(shellID As RFEntityID, pTMat As RFTMatrix) As RFErrorCode
The SetTempShellTransform syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to be transformed. |
| pTMat | [IN] RFTMatrix Required. Transform Matrix. |
Remarks