You are here: Start » FIL.NET » FIS.Segments3DToSegments2D_AxesPlane Method

FIS.Segments3DToSegments2D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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