Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » TrimLine3D

TrimLine3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Creates a segment contained in a box in 3D from a line in 3D.
Syntax
C++
C#
void fil::TrimLine3D ( const fil::Line3D& inLine3D, const fil::Box3D& inBox3D, ftl::Conditional<fil::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. |