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, out FilNet.Segment2D outTopSide, out FilNet.Segment2D outRightSide, out FilNet.Segment2D outBottomSide, out FilNet.Segment2D outLeftSide )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outTopSide | FilNet.Segment2D | |||
![]() | outRightSide | FilNet.Segment2D | |||
![]() | outBottomSide | FilNet.Segment2D | |||
![]() | outLeftSide | FilNet.Segment2D |