Click or drag to resize

SelectionBoxManagerDivide Method

선택상자 분할

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

Parameters

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

Return Value

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