You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inFrom | FilNet.Point3D | |||
![]() | inTo | FilNet.Point3D | |||
![]() | outVector3D | FilNet.Vector3D |