You are here: Start » FIL.NET » Line3D Structure
Line3D Structure
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Line3D(Point3D, Vector3D) | |
![]() | Line3D(Single, Single, Single, Single, Single, Single) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | DeltaX | System.Single | |
![]() | DeltaY | System.Single | |
![]() | DeltaZ | System.Single | |
![]() | Delta | Fil.Vector3D | |
![]() ![]() | Empty | Fil.Line3D | Gets an empty instance of the Line3D. |
![]() | Point | Fil.Point3D | |
![]() | X | System.Single | |
![]() | Y | System.Single | |
![]() | Z | System.Single |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Fil.Line3D) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |