Description
Transforms a model by specified transform matrix and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.TransformModel2(pTMatrix As RFTMatrix) As RFErrorCode
The TransformModel syntax has these parts:
| Part | Description |
|---|---|
| pTMatrix | [IN] RFTMatrix Required. Transform matrix. |
Remarks