Use this method to convert a pixel point from the Cimatron Screen Coordinate System to the 3D View Coordinate System.
Cimatron 2026 or later
double[] ConvertDrawablePointToViewPoint(int x, int y);
def ConvertDrawablePointToViewPoint(int x, int y)->System.Double[]
|
Return: double[] |
oViewPoint―Pixel point in view coordinate system |
|
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 |
None
