GH_Plane Structure

GH_Plane Structure

Represents a 3D plane system, defined by origin point and {X,Y} axis directions.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public struct GH_Plane
Public Structure GH_Plane

The GH_Plane type exposes the following members.

Constructors
Methods
  NameDescription
Public methodToString
Converts this structure to a human-readable string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldOrigin
Origin point of plane.
Public fieldXAxis
X axis vector of plane.
Public fieldYAxis
Y axis vector of plane.
Top
See Also