Use this method to convert a pixel point to 3D World Point.
Cimatron 2026 or later
double[] ConvertDrawablePointToWorldPoint(int x, int y);
def ConvertDrawablePointToWorldPoint(int x, int y)->System.Double[]
|
Return: double[] |
y―3D point of pixel |
|
Input: int |
x―Pixel x coordinate |
|
Input: int |
y―Pixel y coordinate |
None
