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

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,
	NullableValue<AvlNet.Segment2D> outTopSide,
	NullableValue<AvlNet.Segment2D> outRightSide,
	NullableValue<AvlNet.Segment2D> outBottomSide,
	NullableValue<AvlNet.Segment2D> outLeftSide
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outTopSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outRightSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outBottomSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outLeftSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.

Function Overrides

See also