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

AVS.Segment3DToSegment2D_AxesPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Segment3DToSegment2D_AxesPlane
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.PlaneType inPlaneType,
	out AvlNet.Segment2D outSegment2D,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
inPlaneTypeAvlNet.PlaneType
outSegment2DAvlNet.Segment2D
outProjectionPlaneAvlNet.NullableValue<AvlNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also