You are here: Start » FIL.NET » FIS.VectorBetweenPoints3D Method

FIS.VectorBetweenPoints3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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