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

Line3D Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Line3D(Point3D, Vector3D)
Line3D(Single, Single, Single, Single, Single, Single)

Properties

 NameTypeDescription
DeltaXSystem.Single
DeltaYSystem.Single
DeltaZSystem.Single
DeltaFil.Vector3D
EmptyFil.Line3D Gets an empty instance of the Line3D.
PointFil.Point3D
XSystem.Single
YSystem.Single
ZSystem.Single

Methods

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

See also