Back to FabImage Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » Segments3DToSegments2D_AxesPlane

Segments3DToSegments2D_AxesPlane


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Projects an array of 3D segments onto a plane defined by coordinate axes.

Syntax

C++
C#
 
void fil::Segments3DToSegments2D_AxesPlane
(
	const ftl::Array<fil::Segment3D>& inSegments3D,
	fil::PlaneType::Type inPlaneType,
	ftl::Array<fil::Segment2D>& outSegments2D,
	ftl::Optional<fil::Plane3D&> outProjectionPlane = ftl::NIL
)

Parameters

Name Type Default Description
Input value inSegments3D const Array<Segment3D>&
Input value inPlaneType PlaneType::Type
Output value outSegments2D Array<Segment2D>&
Output value 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.