Click or drag to resize

IVIZZARDServiceSetSelectionBoxSize Method

선택상자 - 크기 변경

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetSelectionBoxSize(
	int ID,
	float vMinX,
	float vMinY,
	float vMinZ,
	float vMaxX,
	float vMaxY,
	float vMaxZ
)

Parameters

ID
Type: SystemInt32
ID
vMinX
Type: SystemSingle
The minimum X-coordinate of the vertex
vMinY
Type: SystemSingle
The minimum Y-coordinate of the vertex
vMinZ
Type: SystemSingle
The minimum Z-coordinate of the vertex
vMaxX
Type: SystemSingle
The maximum X-coordinate of the vertex
vMaxY
Type: SystemSingle
The maximum Y-coordinate of the vertex
vMaxZ
Type: SystemSingle
The maximum Z-coordinate of the vertex
See Also