You are here: Start » AVL.NET » AVS.AvsFilter_AccessSegment Method

AVS.AvsFilter_AccessSegment Method

Returns individual fields of a segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessSegment
(
	AvlNet.Segment2D inSegment,
	out AvlNet.Point2D outPoint1,
	out AvlNet.Point2D outPoint2
)

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2D
outPoint1AvlNet.Point2DFirst point of the segment.
outPoint2AvlNet.Point2DSecond point of the segment.

See also