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

TrimSegment3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Creates a segment contained in a box in 3D from another segment in 3D.
Syntax
C++
C#
void fil::TrimSegment3D ( const fil::Segment3D& inSegment3D, const fil::Box3D& inBox3D, ftl::Conditional<fil::Segment3D>& outSegment3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSegment3D | const Segment3D& | ||
![]() |
inBox3D | const Box3D& | ||
![]() |
outSegment3D | Conditional<Segment3D>& |