Click or drag to resize

IVIZZARDServiceSelectModelByScreenPos Method

화면상의 X, Y 좌표로 모델 선택

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
int SelectModelByScreenPos(
	int x,
	int y,
	bool AddSelectionNode
)

Parameters

x
Type: SystemInt32
Screen X Position
y
Type: SystemInt32
Screen Y Position
AddSelectionNode
Type: SystemBoolean
추가 선택 / 전체 비선택 후 선택

Return Value

Type: Int32
선택된 Node Index
See Also