Click or drag to resize

ModelNamedConstructionPlaneAttributes Class

Inheritance Hierarchy
SystemObject
  Grasshopper.RhinocerosModelDataAttributes
    Grasshopper.RhinocerosModelContentAttributes
      Grasshopper.Rhinoceros.DisplayModelNamedConstructionPlaneAttributes

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class Attributes : ModelContentAttributes, IEquatable<ModelNamedConstructionPlaneAttributes>

The ModelNamedConstructionPlaneAttributes type exposes the following members.

Constructors
  NameDescription
Public methodModelNamedConstructionPlaneAttributes
Initializes a new instance of the ModelNamedConstructionPlaneAttributes class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from ModelDataAttributes.)
Public methodEquals(Object) (Inherited from ModelContentAttributes.)
Protected methodEquals(Object, IEqualityComparer) (Overrides ModelContentAttributesEquals(Object, IEqualityComparer).)
Public methodGetHashCode (Inherited from ModelContentAttributes.)
Protected methodGetHashCode(IEqualityComparer) (Overrides ModelContentAttributesGetHashCode(IEqualityComparer).)
Protected methodIsValidContentName (Inherited from ModelContentAttributes.)
Protected methodRead (Inherited from ModelContentAttributes.)
Protected methodReadData (Overrides ModelContentAttributesReadData(GH_IReader).)
Protected methodSubClone (Inherited from ModelDataAttributes.)
Public methodToDetails (Overrides ModelDataAttributesToDetails.)
Public methodToModelData (Overrides ModelDataAttributesToModelData.)
Public methodToString (Inherited from ModelContentAttributes.)
Protected methodWrite (Inherited from ModelContentAttributes.)
Protected methodWriteData (Overrides ModelContentAttributesWriteData(GH_IWriter).)
Top
See Also