Click or drag to resize

Component_ModelView Class

GH-component that lets you inspect the current state of the model. Plug it into the data pipeline in front of "Beam View" or "Shell View" to control the overall model display.
Inheritance Hierarchy
SystemObject
  GH_InstanceDescription
    GH_DocumentObject
      GH_ActiveObject
        GH_Component
          Karamba.GHopper.Utilities.UIWidgetsGH_ExtendableComponent
            Karamba.GHopper.ModelsComponent_ModelView

Namespace:  Karamba.GHopper.Models
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public class Component_ModelView : GH_ExtendableComponent

The Component_ModelView type exposes the following members.

Constructors
  NameDescription
Public methodComponent_ModelView
Initializes a new instance of the Component_ModelView class
Top
Properties
  NameDescription
Public propertyAttributes (Inherited from GH_DocumentObject.)
Public propertyCategory (Inherited from GH_InstanceDescription.)
Public propertyClippingBox (Overrides GH_Component.ClippingBox.)
Public propertyComponentGuid (Overrides GH_DocumentObject.ComponentGuid.)
Public propertyDescription (Inherited from GH_InstanceDescription.)
Public propertyExposure (Overrides GH_DocumentObject.Exposure.)
Public propertyHasCategory (Inherited from GH_InstanceDescription.)
Public propertyHasSubCategory (Inherited from GH_InstanceDescription.)
Protected propertyHelpDescription (Inherited from GH_Component.)
Public propertyHidden (Inherited from GH_Component.)
Protected propertyIcon (Overrides GH_DocumentObject.Icon.)
Public propertyIcon_24x24 (Inherited from GH_DocumentObject.)
Public propertyIcon_24x24_Locked (Inherited from GH_DocumentObject.)
Public propertyIconCapableUI (Inherited from GH_ActiveObject.)
Public propertyIconDisplayMode (Inherited from GH_DocumentObject.)
Public propertyInConstructor (Inherited from GH_Component.)
Public propertyInstanceDescription (Inherited from GH_Component.)
Public propertyInstanceGuid (Inherited from GH_InstanceDescription.)
Public propertyIsBakeCapable (Inherited from GH_Component.)
Public propertyIsDataProvider (Inherited from GH_Component.)
Public propertyIsPreviewCapable (Inherited from GH_Component.)
Public propertyIsValidPrincipalParameterIndex (Inherited from GH_Component.)
Public propertyKeywords (Inherited from GH_InstanceDescription.)
Public propertyLocked (Inherited from GH_Component.)
Public propertyMessage (Inherited from GH_Component.)
Public propertyMutableNickName (Inherited from GH_ActiveObject.)
Public propertyName (Inherited from GH_InstanceDescription.)
Public propertyNickName (Inherited from GH_InstanceDescription.)
Public propertyObsolete (Inherited from GH_DocumentObject.)
Public propertyParams (Inherited from GH_Component.)
Public propertyPhase (Inherited from GH_ActiveObject.)
Public propertyPrincipalParameterIndex (Inherited from GH_Component.)
Public propertyProcessorTime (Inherited from GH_Component.)
Public propertyRunCount (Inherited from GH_Component.)
Public propertyRuntimeMessageLevel (Inherited from GH_Component.)
Public propertySubCategory (Inherited from GH_InstanceDescription.)
Top
Methods
  NameDescription
Public methodAddedToDocument (Inherited from GH_Component.)
Public methodAddRuntimeMessage (Inherited from GH_ActiveObject.)
Protected methodAfterSolveInstance (Inherited from GH_Component.)
Protected methodAppendAdditionalComponentMenuItems (Overrides GH_Component.AppendAdditionalComponentMenuItems(ToolStripDropDown).)
Public methodAppendAdditionalMenuItems (Inherited from GH_Component.)
Public methodAppendMenuItems (Inherited from GH_ActiveObject.)
Protected methodAssignInitCodeToInputParameter (Inherited from GH_Component.)
Public methodBakeGeometry(RhinoDoc, ListGuid) (Inherited from GH_Component.)
Public methodBakeGeometry(RhinoDoc, ObjectAttributes, ListGuid) (Inherited from GH_Component.)
Protected methodBeforeSolveInstance (Overrides GH_Component.BeforeSolveInstance.)
Public methodClearData (Inherited from GH_Component.)
Public methodClearRuntimeMessages (Inherited from GH_Component.)
Public methodCollectData (Inherited from GH_Component.)
Public methodComputeData (Inherited from GH_ExtendableComponent.)
Public methodCopyFrom (Inherited from GH_InstanceDescription.)
Public methodCreateAttributes (Inherited from GH_ExtendableComponent.)
Public methodDependsOn (Inherited from GH_Component.)
Protected methodDestroyIconCache (Inherited from GH_DocumentObject.)
Public methodDocumentContextChanged (Inherited from GH_Component.)
Public methodDrawViewportMeshes (Inherited from GH_Component.)
Public methodDrawViewportWires (Inherited from GH_Component.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExpireDownStreamObjects (Inherited from GH_Component.)
Public methodExpirePreview (Inherited from GH_DocumentObject.)
Public methodExpireSolution (Inherited from GH_ActiveObject.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGenerateDefaultHTML (Inherited from GH_Component.)
Protected methodGenerateParameterHelp (Inherited from GH_Component.)
Protected methodGenerateParameterHelp(IGH_Param) (Inherited from GH_Component.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMenuDescription (Inherited from GH_ExtendableComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue(String, Boolean) (Inherited from GH_DocumentObject.)
Protected methodGetValue(String, Int32) (Inherited from GH_DocumentObject.)
Protected methodGetValue(String, Double) (Inherited from GH_DocumentObject.)
Protected methodGetValue(String, String) (Inherited from GH_DocumentObject.)
Protected methodGetValue(String, Color) (Inherited from GH_DocumentObject.)
Protected methodHtmlHelp_Source (Inherited from GH_Component.)
Public methodIsolateObject (Inherited from GH_Component.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMenu_AppendBakeItem (Inherited from GH_ActiveObject.)
Protected methodMenu_AppendEnableItem (Inherited from GH_ActiveObject.)
Protected methodMenu_AppendObjectHelp (Inherited from GH_DocumentObject.)
Protected methodMenu_AppendObjectName (Inherited from GH_DocumentObject.)
Protected methodMenu_AppendObjectNameEx (Inherited from GH_DocumentObject.)
Protected methodMenu_AppendPreviewItem (Inherited from GH_ActiveObject.)
Protected methodMenu_AppendPublish (Inherited from GH_DocumentObject.)
Protected methodMenu_AppendRuntimeMessages (Inherited from GH_ActiveObject.)
Public methodMovedBetweenDocuments (Inherited from GH_Component.)
Public methodNewInstanceGuid (Inherited from GH_InstanceDescription.)
Public methodNewInstanceGuid(Guid) (Inherited from GH_InstanceDescription.)
Public methodOnAttributesChanged (Inherited from GH_DocumentObject.)
Protected methodOnComponentLoaded (Overrides GH_ExtendableComponentOnComponentLoaded.)
Protected methodOnComponentReset
gets called when the components output invalidates.
(Overrides GH_ExtendableComponentOnComponentReset(GH_ExtendableComponentAttributes).)
Public methodOnDisplayExpired (Inherited from GH_DocumentObject.)
Public methodOnObjectChanged(GH_ObjectEventType) (Inherited from GH_DocumentObject.)
Public methodOnObjectChanged(String) (Inherited from GH_DocumentObject.)
Public methodOnObjectChanged(GH_ObjectChangedEventArgs) (Inherited from GH_DocumentObject.)
Public methodOnObjectChanged(GH_ObjectEventType, Object) (Inherited from GH_DocumentObject.)
Public methodOnObjectChanged(String, Object) (Inherited from GH_DocumentObject.)
Public methodOnPingDocument (Inherited from GH_DocumentObject.)
Public methodOnPreviewExpired (Inherited from GH_DocumentObject.)
Public methodOnSolutionExpired (Inherited from GH_DocumentObject.)
Public methodOutputConnected
return true if output of given index is connected to other components.
(Inherited from GH_ExtendableComponent.)
Public methodOutputInUse
Determine whether any output parameter is visible.
(Inherited from GH_ExtendableComponent.)
Public methodOutputInUse(Int32)
Determine whether output parameter at given index is visible.
(Inherited from GH_ExtendableComponent.)
Protected methodPostConstructor (Inherited from GH_Component.)
Public methodRead (Inherited from GH_ExtendableComponent.)
Public methodReadFull (Inherited from GH_InstanceDescription.)
Public methodRecordUndoEvent(String) (Inherited from GH_DocumentObject.)
Public methodRecordUndoEvent(GH_UndoRecord) (Inherited from GH_DocumentObject.)
Public methodRecordUndoEvent(String, IGH_UndoAction) (Inherited from GH_DocumentObject.)
Protected methodRegisterInputParams (Overrides GH_Component.RegisterInputParams(GH_InputParamManager).)
Protected methodRegisterOutputParams (Overrides GH_Component.RegisterOutputParams(GH_OutputParamManager).)
Public methodRegisterRemoteIDs (Inherited from GH_Component.)
Public methodRemovedFromDocument (Inherited from GH_Component.)
Public methodRuntimeMessages (Inherited from GH_Component.)
Public methodSDKCompliancy (Inherited from GH_ActiveObject.)
Public methodSetIconOverride (Inherited from GH_DocumentObject.)
Protected methodsetModelProps
Sets the properties of all models according to the properties of the ModelView and expires the solution. Is meant to be called from the GUI-events.
Protected methodSetup
setup for the component.
(Overrides GH_ExtendableComponentSetup(GH_ExtendableComponentAttributes).)
Protected methodSetValue(String, Boolean) (Inherited from GH_DocumentObject.)
Protected methodSetValue(String, Int32) (Inherited from GH_DocumentObject.)
Protected methodSetValue(String, Double) (Inherited from GH_DocumentObject.)
Protected methodSetValue(String, String) (Inherited from GH_DocumentObject.)
Protected methodSetValue(String, Color) (Inherited from GH_DocumentObject.)
Protected methodSolveInstance (Overrides GH_Component.SolveInstance(IGH_DataAccess).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTriggerAutoSave (Inherited from GH_DocumentObject.)
Public methodTriggerAutoSave(GH_AutoSaveTrigger) (Inherited from GH_DocumentObject.)
Public methodTriggerAutoSave(Guid) (Inherited from GH_DocumentObject.)
Public methodTriggerAutoSave(GH_AutoSaveTrigger, Guid) (Inherited from GH_DocumentObject.)
Protected methodValuesChanged (Inherited from GH_DocumentObject.)
Public methodWrite (Inherited from GH_Component.)
Public methodWriteFull (Inherited from GH_InstanceDescription.)
Top
Events
  NameDescription
Public eventAttributesChanged (Inherited from GH_DocumentObject.)
Public eventDisplayExpired (Inherited from GH_DocumentObject.)
Public eventObjectChanged (Inherited from GH_DocumentObject.)
Public eventPingDocument (Inherited from GH_DocumentObject.)
Public eventPreviewExpired (Inherited from GH_DocumentObject.)
Public eventSolutionExpired (Inherited from GH_DocumentObject.)
Top
Fields
  NameDescription
Public fielddisplayProperties
model display fields.
Protected fieldm_attributes (Inherited from GH_DocumentObject.)
Top
See Also