IOpenGLService::ConvertWorldPointToDrawablePoint

Use this method to convert a 3D World Point to a pixel point.

Compatibility

Cimatron 2026 or later

Syntax

void ConvertWorldPointToDrawablePoint(double[] iWordPoint, out double oX, out double oY );

def ConvertWorldPointToDrawablePoint(System.Double[] iWordPoint, double oX, double oY)->System.Double[]

Return Type

Return: double

 

   

Input Type

Input: double[]

iWordPoint―3D point coordinate in X, Y, Z format 

   

Remarks

None

Example