You are here: Start » FIL.NET » Segment3D Class

Segment3D Class

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

Constructors

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

Properties

 NameTypeDescription
CenterFilNet.Point3D
LengthSystem.Single
Point1FilNet.Point3D
Point2FilNet.Point3D
VectorFilNet.Vector3D
X1System.Single
X2System.Single
Y1System.Single
Y2System.Single
Z1System.Single
Z2System.Single

Methods

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

See also