Click or drag to resize

IVIZZARDServiceAddSelectionBox Method

선택 상자 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
int AddSelectionBox(
	float vMinX,
	float vMinY,
	float vMinZ,
	float vMaxX,
	float vMaxY,
	float vMaxZ,
	Color FaceColor,
	Color LineColor,
	string Title
)

Parameters

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
FaceColor
Type: System.DrawingColor
Color of the face
LineColor
Type: System.DrawingColor
Color of the line
Title
Type: SystemString
Title

Return Value

Type: Int32
Unique ID
See Also