Click or drag to resize

SelectionBoxManagerDivide Method

선택상자 분할

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.1127 (1.1.25.1127)
Syntax
C#
public int Divide(
	int id,
	Axis axis
)

Parameters

id
Type: SystemInt32
분할 대상 선택상자 아이디(ID)
axis
Type: VIZCore3DX.NET.DataAxis
분할 기준 축

Return Value

Type: Int32
분할 후 새로 생성된 선택상자 아이디(ID)
See Also