You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.Segment3DBoundingBox

AVL.Segment3DBoundingBox

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outBoundingBox3DAvlNet.Box3D

See also