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

AVS.Segment2DToSegment3D_AxesPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Segment2DToSegment3D_AxesPlane
(
	AvlNet.Segment2D inSegment2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Segment3D outSegment3D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inSegment2DAvlNet.Segment2D
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outSegment3DAvlNet.Segment3D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Function Overrides

See also