Click or drag to resize

ModelSpaceViewport Class

Represents a Rhino modeling viewport. Wraps a viewport that displays the model.
Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public abstract class ModelSpaceViewport : ModelViewport

The ModelSpaceViewport type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyAttribs
Protected propertyDefaultAttributes (Inherited from ModelViewport.)
Public propertyDisplayMode (Inherited from ModelViewport.)
Public propertyId (Inherited from ModelContent.)
Protected propertyIsReferencedData (Inherited from ModelContent.)
Protected propertyIsReferencedDataLoaded (Inherited from ModelContent.)
Public propertyIsValid (Inherited from ModelContent.)
Protected propertyIsValidWhyNot (Inherited from ModelContent.)
Public propertyName (Inherited from ModelContent.)
Public propertyNotes (Inherited from ModelContent.)
Public propertyParent (Inherited from ModelContent.)
Public propertyPath (Inherited from ModelContent.)
Public propertySpace (Overrides ModelViewportSpace.)
Public propertyTags (Inherited from ModelContent.)
Protected propertyTypeDescription (Inherited from ModelData.)
Public propertyViewportType (Inherited from ModelViewport.)
Top
Methods
  NameDescription
Public methodAsFrozen
Try to obtain a dereferenced snapshot of itself.
(Inherited from ModelContent.)
Public methodStatic memberCast
Public methodCastToT(T) (Overrides ModelViewportCastToT(T).)
Public methodCastToT(T) (Inherited from ModelViewport.)
Public methodCastToT(T) (Inherited from ModelContent.)
Public methodCastToT(T) (Inherited from ModelData.)
Public methodEquals(ModelContent) (Inherited from ModelContent.)
Public methodEquals(ModelData) (Inherited from ModelData.)
Public methodEquals(Object) (Inherited from ModelContent.)
Public methodGetHashCode (Inherited from ModelContent.)
Protected methodInternaliseData (Inherited from ModelContent.)
Protected methodLoadReferencedData (Inherited from ModelContent.)
Protected methodRead (Inherited from ModelContent.)
Protected methodRenderItem (Inherited from ModelViewport.)
Protected methodRuntimeId (Inherited from ModelContent.)
Public methodToAttributes
Public methodToDetails (Inherited from ModelData.)
Public methodTooltipString (Inherited from ModelContent.)
Public methodToString (Inherited from ModelContent.)
Protected methodUnloadReferencedData (Inherited from ModelContent.)
Protected methodWrite (Inherited from ModelContent.)
Top
Operators
Fields
  NameDescription
Protected fieldSerial (Inherited from ModelData.)
Top
See Also