Click or drag to resize

Object3DManagerSplitObject Method

모델 자르기

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.113 (2.8.25.113)
Syntax
C#
public void SplitObject(
	int index,
	List<Vertex3D> position,
	List<Vector3D> axis,
	bool copyAttribute
)

Parameters

index
Type: SystemInt32
노드 인덱스
position
Type: System.Collections.GenericListVertex3D
위치
axis
Type: System.Collections.GenericListVector3D
방향
copyAttribute
Type: SystemBoolean
대상 모델 속성 복사 여부
See Also