You are here: Start » FIL.NET » Invoke.Segment3DVector

Invoke.Segment3DVector

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Segment3DVector
(
	Fil.Segment3D inSegment3D,
	out Fil.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
outVector3DFil.Vector3D

See also