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

Vector3D Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

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

Properties

 NameTypeDescription
DeltaXSystem.Single
DeltaYSystem.Single
DeltaZSystem.Single
EmptyFil.Vector3D Gets an empty instance of the Vector3D.
Length2System.Single
LengthSystem.Single
toArraySystem.Collections.Generic.List<System.Single>

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Fil.Vector3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also