You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.RectangleSides

FIL.RectangleSides

Returns segments representing the sides of the input rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RectangleSides
(
	FilNet.Rectangle2D inRectangle,
	NullableValue<FilNet.Segment2D> outTopSide,
	NullableValue<FilNet.Segment2D> outRightSide,
	NullableValue<FilNet.Segment2D> outBottomSide,
	NullableValue<FilNet.Segment2D> outLeftSide
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outTopSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outRightSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outBottomSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outLeftSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.

Function Overrides

See also