You are here: Start » FIL.NET » Vector3D Structure

Vector3D Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Constructors

 ConstructorDescription
Vector3D(IList<Single>)
Vector3D(Point3D, Point3D)
Vector3D(Int32, Int32, Int32)
Vector3D(Single, Single, Single)

Properties

 NameTypeDescription
DeltaXSystem.Single
DeltaYSystem.Single
DeltaZSystem.Single
Length2System.Single
LengthSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.Vector3D)
Equals(FilNet.Vector3D, FilNet.Vector3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToArray()
ToString()Inherited from System.Object

See also