IModelTransformation::Inverse

This method inverses the current transformation. 

For example, if the IModelTransformation object describes the transformation from UCS to Model, after using this method the object will describe the transformation from Model to UCS.

Compatibility

Cimatron 2024 or later

Syntax

void Inverse();

def Inverse() -> None

Return Type

Return: None  
   

Input Type

Input: None  
   

Remarks

None

Example