You are here: Start » AVL.NET » Invoke.Segment2DToSegment3D_AxesPlane

Invoke.Segment2DToSegment3D_AxesPlane

Projects a 2D segment onto a plane defined by 3D coordinate axes.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Segment2DToSegment3D_AxesPlane
(
	Avl.Segment2D inSegment2D,
	Avl.PlaneType inPlaneType,
	float inCoordinateValue,
	out Avl.Segment3D outSegment3D,
	Optional<Avl.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inSegment2DAvl.Segment2D
inPlaneTypeAvl.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outSegment3DAvl.Segment3D
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also