You are here: Start » AVL.NET » Invoke.Segment3DBoundingBox

Invoke.Segment3DBoundingBox

Computes the smallest box in 3D containing a segment in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Segment3DBoundingBox
(
	Avl.Segment3D inSegment3D,
	out Avl.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
outBoundingBox3DAvl.Box3D

See also