↵
Use this method to change the scale of objects.
Cimatron 2024 or later
void ScaleFactor(double iX, double iY, double iZ);
def ScaleFactor(iX : double, iY : double, iZ : double) -> None
Return: None | |
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 |
None