Click or drag to resize

ModelDetailViewport Class

Represents a Rhino standard modeling viewport. Wraps the child viewports of a page layout RhinoPageView instance.
Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelDetailViewport : ModelSpaceViewport

The ModelDetailViewport type exposes the following members.

Constructors
  NameDescription
Public methodModelDetailViewport
Initializes a new instance of the ModelDetailViewport class
Public methodModelDetailViewport(ModelDetailViewportAttributes)
Initializes a new instance of the ModelDetailViewport class
Public methodModelDetailViewport(Guid)
Initializes a new instance of the ModelDetailViewport class
Public methodModelDetailViewport(RhinoViewport)
Initializes a new instance of the ModelDetailViewport class
Top
Properties
  NameDescription
Public propertyDisplayMode (Inherited from ModelViewport.)
Public propertyId (Inherited from ModelContent.)
Public propertyIsValid (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 (Inherited from ModelSpaceViewport.)
Public propertyTags (Inherited from ModelContent.)
Public propertyViewportType (Overrides ModelViewportViewportType.)
Top
Methods
  NameDescription
Public methodAsFrozen
Try to obtain a dereferenced snapshot of itself.
(Inherited from ModelContent.)
Public methodStatic memberCast
Public methodCastToT(T) (Overrides ModelSpaceViewportCastToT(T).)
Public methodCastToT(T) (Inherited from ModelSpaceViewport.)
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.)
Public methodToAttributes
Public methodToDetails (Inherited from ModelData.)
Public methodTooltipString (Inherited from ModelContent.)
Public methodToString (Inherited from ModelContent.)
Top
Operators
See Also