You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.RectangleSides
Returns segments representing the sides of the input rectangle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RectangleSides ( AvlNet.Rectangle2D inRectangle, out AvlNet.Segment2D outTopSide, out AvlNet.Segment2D outRightSide, out AvlNet.Segment2D outBottomSide, out AvlNet.Segment2D outLeftSide )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | outTopSide | AvlNet.Segment2D | |||
![]() | outRightSide | AvlNet.Segment2D | |||
![]() | outBottomSide | AvlNet.Segment2D | |||
![]() | outLeftSide | AvlNet.Segment2D |


