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

AVL.Segments3DToSegments2D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Segments3DToSegments2D_AxesPlane
(
	IList<AvlNet.Segment3D> inSegments3D,
	AvlNet.PlaneType inPlaneType,
	IList<AvlNet.Segment2D> outSegments2D,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

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

Function Overrides

See also