Click or drag to resize

GH_Line Structure

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
Methods
Fields
  NameDescription
Public fieldA
Start of line.
Public fieldB
End of line.
Top
See Also