GH_Line
Public Struct
Public Method
Public Method
Public Method
Public Field
A
Public Field
B
Represents a 3D line segment, denoted by start and endpoints.
Namespace: GH_IO.Types
Assembly: GH_IO (in GH_IO.dll)
Syntax
public struct GH_Line
The GH_Line type exposes the following members.
Constructors
Name
Description
Public Method
GH_Line(GH_Point3D, GH_Point3D)
Constructor.
Public Method
GH_Line(Double, Double, Double, Double, Double, Double)
Constructor.
Methods
Name
Description
Public Method
ToString
Converts this structure to a human-readable string.
(Overrides ValueType.ToString..)
Fields
Name
Description
Public Field
A
Start of line.
Public Field
B
End of line.