You are here: Start » AVL.NET » AVL.Segment3DBoundingBox Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inSegment3D | AvlNet.Segment3D | |||
![]() | outBoundingBox3D | AvlNet.Box3D |


