Click or drag to resize

SelectionBoxManagerDivide Method

선택상자 분할

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

Parameters

id  Int32
분할 대상 선택상자 아이디(ID)
axis  Axis
분할 기준 축

Return Value

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