You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.SegmentVector

FIL.SegmentVector

Returns the vector [x2 - x1, y2 - y1].

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SegmentVector
(
	FilNet.Segment2D inSegment,
	out FilNet.Vector2D outVector
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
outVectorFilNet.Vector2D

Examples

SegmentVector performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300.
outVector result shown on the right picture.

See also