GH_Plane
Public Struct
Public Method
Public Method
Public Method
Public Field
Origin
Public Field
XAxis
Public Field
YAxis
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
Name
Description
Public Method
GH_Plane(GH_Point3D, GH_Point3D, GH_Point3D)
Constructor.
Public Method
GH_Plane(Double, Double, Double, 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
Origin
Origin point of plane.
Public Field
XAxis
X axis vector of plane.
Public Field
YAxis
Y axis vector of plane.