You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » FIL.VectorBetweenPoints3D

FIL.VectorBetweenPoints3D

Computes a vector representing distance from one point in 3D to another.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void VectorBetweenPoints3D
(
	FilNet.Point3D inFrom,
	FilNet.Point3D inTo,
	out FilNet.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inFromFilNet.Point3D
inToFilNet.Point3D
outVector3DFilNet.Vector3D

See also