Click or drag to resize

ModelConstructionPlane Class

Represents a construction plane. Wraps the functionality of the ConstructionPlane type.
Inheritance Hierarchy
SystemObject
  Grasshopper.Rhinoceros.DisplayModelConstructionPlane

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelConstructionPlane : IGH_GeometricGoo, 
	IEquatable<ModelConstructionPlane>, IGH_PreviewData, IGH_BakeAwareData

The ModelConstructionPlane type exposes the following members.

Constructors
  NameDescription
Public methodModelConstructionPlane
Initializes a new instance of the ModelConstructionPlane class
Public methodModelConstructionPlane(ConstructionPlane)
Initializes a new instance of the ModelConstructionPlane class
Public methodModelConstructionPlane(Guid)
Create a new referenced view that references a RhinoView or NamedView object with the specified ref_guid.
Public methodModelConstructionPlane(ModelConstructionPlane)
Initializes a new instance of the ModelConstructionPlane class
Public methodModelConstructionPlane(Plane)
Initializes a new instance of the ModelConstructionPlane class
Public methodModelConstructionPlane(RhinoView)
Initializes a new instance of the ModelConstructionPlane class
Public methodModelConstructionPlane(RhinoViewport)
Initializes a new instance of the ModelConstructionPlane class
Public methodModelConstructionPlane(Plane, String)
Initializes a new instance of the ModelConstructionPlane class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCast
Protected methodCastToQ
Public methodEquals(ModelConstructionPlane)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodGetBoundingBox
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodMorph
Public methodToConstructionPlane
Public methodToString (Overrides ObjectToString.)
Public methodTransform
Top
See Also