IOpenGLService::ConvertDrawablePointToViewPoint

Use this method to convert a pixel point from the Cimatron Screen Coordinate System to the 3D View Coordinate System.

Compatibility

Cimatron 2026 or later

Syntax

double[] ConvertDrawablePointToViewPoint(int x, int y);

def ConvertDrawablePointToViewPoint(int x, int y)->System.Double[]

Return Type

Return: double[]

oViewPoint―Pixel point in view coordinate system 

   

Input Type

Input: int

x―X coordinate of pixel point from Cimatron Screen Coordinate system 

Input: int

y―Y coordinate of pixel point from Cimatron Screen Coordinate system

Remarks

None

Example