You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » 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 | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outTopSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outRightSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outBottomSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outLeftSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. |