Properties_T_Rhino_Geometry_Plane - mcneel/rhinocommon-api-docs GitHub Wiki

Plane Properties

The Plane type exposes the following members.

Properties

 

Name Description
Public property IsValid Gets a value indicating whether or not this is a valid plane. A plane is considered to be valid when all fields contain reasonable information and the equation jibes with point and zaxis.
Public property Normal Gets the normal of this plane. This is essentially the ZAxis of the plane.
Public property Origin Gets or sets the origin point of this plane.
Public property OriginX Gets or sets the X coordinate of the origin of this plane.
Public property OriginY Gets or sets the Y coordinate of the origin of this plane.
Public property OriginZ Gets or sets the Z coordinate of the origin of this plane.
Public propertyStatic member Unset Gets a plane that contains Unset origin and axis vectors.
Public propertyStatic member WorldXY plane coincident with the World XY plane.
Public propertyStatic member WorldYZ plane coincident with the World YZ plane.
Public propertyStatic member WorldZX plane coincident with the World ZX plane.
Public property XAxis Gets or sets the X axis vector of this plane.
Public property YAxis Gets or sets the Y axis vector of this plane.
Public property ZAxis Gets or sets the Z axis vector of this plane.
  Back to Top

See Also

Reference

Plane Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️