FLine3 Class

Definition of a 3D line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FLine3
Inheritance
Object    FLine3

Constructors

FLine3 Create a new instance of the FLine3 Item.
FLine3(FPoint3, FPoint3, FColor4) Create a new instance of the FLine3 Item.

Properties

Color Get/Set a reference to the color of this line.
PointA Get/Set a reference to the first point on the line.
PointB Get/Set a reference to the second point on the line.

Methods

Clone Return a memberwise clone of the provided line.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)
TransferValues Transfer the member values of one instance to another.

See Also