IModelTransformation::ScaleFactor

Use this method to change the scale of objects. 

Compatibility

Cimatron 2024 or later

Syntax

void ScaleFactor(double iX, double iY, double iZ);

def ScaleFactor(iX : double, iY : double, iZ : double) -> None

Return Type

Return: None  
   

Input Type

Input: double

iX—Set the scale in the X axis

Input: double

iY—Set the scale in the Y axis

Input: double

iZ—Set the scale in the Z axis

Remarks

None

Example