You are here: Start » AVL.NET » AVS.Segments2DToSegments3D_AxesPlane Method

AVS.Segments2DToSegments3D_AxesPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Segments2DToSegments3D_AxesPlane
(
	IList<AvlNet.Segment2D> inSegments2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	IList<AvlNet.Segment3D> outSegments3D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inSegments2DSystem.Collections.Generic.IList<AvlNet.Segment2D>
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outSegments3DSystem.Collections.Generic.IList<AvlNet.Segment3D>
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Function Overrides

See also