You are here: Start » Segment3D Structure

Segment3D Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Segment3D(Point3D, Point3D)
Segment3D(Single, Single, Single, Single, Single, Single)

Properties

 NameTypeDescription
CenterFil.Point3D
EmptyFil.Segment3D Gets an empty instance of the Segment3D.
LengthSystem.Single
Point1Fil.Point3D
Point2Fil.Point3D
VectorFil.Vector3D
X1System.Single
X2System.Single
Y1System.Single
Y2System.Single
Z1System.Single
Z2System.Single

Methods

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

See also