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

Segments2DToSegments3D_AxesPlane
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Projects an array of 2D segments onto a plane defined by 3D coordinate axes.
Syntax
C++
C#
void fil::Segments2DToSegments3D_AxesPlane ( const ftl::Array<fil::Segment2D>& inSegments2D, fil::PlaneType::Type inPlaneType, float inCoordinateValue, ftl::Array<fil::Segment3D>& outSegments3D, ftl::Optional<fil::Plane3D&> outProjectionPlane = ftl::NIL )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSegments2D | const Array<Segment2D>& | ||
![]() |
inPlaneType | PlaneType::Type | ||
![]() |
inCoordinateValue | float | Coordinate of the chosen axes plane | |
![]() |
outSegments3D | Array<Segment3D>& | ||
![]() |
outProjectionPlane | Optional<Plane3D&> | NIL | Plane the input is projected onto |
Optional Outputs
The computation of following outputs can be switched off by passing value ftl::NIL
to these parameters: outProjectionPlane.
Read more about Optional Outputs.