Skip to content

GH_Plane

Public Struct

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

Constructor.


Public Method

Constructor.


Methods

Name

Description


Public Method

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.