Description
Retrieves the transform matrix which transforms the global coordinate to local coordinate of reference coordinate system.
Syntax
Function RFRefGeomTools.GetGlobalToLocalTransformOfReferenceCoordinate(refGeomID As RFEntityID, pTMatrix As RFTMatrix) As RFErrorCode
The GetGlobalToLocalTransformOfReferenceCoordinate syntax has these parts:
| Part | Description |
|---|---|
| pRefGeomID | [IN] RFEntityID Required. The RFEntityID of reference coordinate. |
| pTMatrix | [OUT] RFTMatrix Required. Transform matrix. |