Click or drag to resize

SectionManagerGetDirection 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 GetDirection(
	int id,
	int subId
)

Parameters

id
Type: SystemInt32
단면 아이디(ID)
subId
Type: SystemInt32
단면 Plane 아이디(ID) : 단면(-1), 단면상자(0 ~ 5), 인박스단면(0 ~ 2)

Return Value

Type: Int32
0(X+), 1(X-), 2(Y+), 3(Y-), 4(Z+), 5(Z-), 6(임의각회전)
See Also