You are here: Start » AVL.NET » AVS.Segment3DBoundingBox Method

AVS.Segment3DBoundingBox Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outBoundingBox3DAvlNet.Box3D

See also