IModelTransformation::Rotate

Use this method to rotate objects by input angle and vector for rotation. 

Compatibility

Cimatron 2024 or later

Syntax

void Rotate(double iAngle, double iX, double iY , double iZ);

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

Return Type

Return: None  
   

Input Type

Input: double

iAngle—Set the rotation angle

Input: double

iX—Set the vector X value

Input: double

iY—Set the vector Y value

Input: double

iZ—Set the vector Z value

Remarks

None

Example