Click or drag to resize

IVIZZARDServiceGetModelXYPickWorldCoordPos Method

화면상의 X, Y 좌표로 월드 좌표 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
float[] GetModelXYPickWorldCoordPos(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
화면 X 좌표
y
Type: SystemInt32
화면 Y 좌표

Return Value

Type: Single
월드 좌표 X, Y, Z
See Also