Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » TrimLine3D
TrimLine3D
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Creates a segment contained in a box in 3D from a line in 3D.
Syntax
C++
C#
void avl::TrimLine3D ( const avl::Line3D& inLine3D, const avl::Box3D& inBox3D, atl::Conditional<avl::Segment3D>& outSegment3D )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine3D | const Line3D& | ||
![]() |
inBox3D | const Box3D& | ||
![]() |
outSegment3D | Conditional<Segment3D>& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in TrimLine3D. |


