Click or drag to resize

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

The GH_Plane type exposes the following members.

Constructors
Methods
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