Click or drag to resize

GeometryPropertyManagerGetBoundBoxAABB(ListInt32) Method

Get AABB BoundBox (Axis-Aligned Bounding Box)

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public BoundBox3D GetBoundBoxAABB(
	List<int> index
)

Parameters

index  ListInt32
노드 인덱스

Return Value

BoundBox3D
AABB BoundBox
See Also