IModelTransformation::Vector

Use this property to get the translation vector of a transformation. 

Compatibility

Cimatron 2024 or later

Syntax

Property get:

double[] Vector {get;};

Vector : System.Double[]

Return Type

Return: double[]

pVal—Variant that contains double type array of Translation vector of transformation

   

Input Type

Input: None  
   

Remarks

None

Example