Description
Transforms a model by specified parameters and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.TransformModel(pTrans As RFVector3, pRot As RFVector3, pScale As RFVector3) As RFErrorCode
The TransformModel syntax has these parts:
| Part | Description |
|---|---|
| pTrans | [IN] RFVector3 Required. Translation values along X, Y and Z axis. |
| pRot | [IN] RFVector3 Required. Rotation values around X, Y and Z axis. |
| pScale | [IN] RFVector3 Required. Scale factors along X, Y and Z axis. |
Remarks