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

FIL.Segments3DToSegments2D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegments3DSystem.Collections.Generic.IList<FilNet.Segment3D>
inPlaneTypeFilNet.PlaneType
outSegments2DSystem.Collections.Generic.IList<FilNet.Segment2D>

Function Overrides

See also