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

AVS.AvsFilter_MakeSegment Method

Creates a segment structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeSegment
(
	AvlNet.Point2D inPoint1,
	AvlNet.Point2D inPoint2,
	out AvlNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point2DFirst point of the segment.
inPoint2AvlNet.Point2DSecond point of the segment.
outSegmentAvlNet.Segment2D

See also