Click or drag to resize

GH_Model Class

GH-wrapper for statical models
Inheritance Hierarchy
SystemObject
  GH_GooModel
    GH_GeometricGooModel
      Karamba.GHopper.ModelsGH_Model

Namespace:  Karamba.GHopper.Models
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public class GH_Model : GH_GeometricGoo<Model>, 
	IGH_BakeAwareData, IGH_PreviewData

The GH_Model type exposes the following members.

Constructors
  NameDescription
Public methodGH_Model
Initializes a new instance of the GH_Model class
Public methodGH_Model(Guid)
Initializes a new instance of the GH_Model class
Public methodGH_Model(GH_Model)
Initializes a new instance of the GH_Model class
Public methodGH_Model(Model)
Initializes a new instance of the GH_Model class
Top
Properties
  NameDescription
Public propertyBoundingbox (Overrides GH_GeometricGoo.Boundingbox.)
Public propertyClippingBox
Public propertyIsGeometryLoaded (Overrides GH_GeometricGoo.IsGeometryLoaded.)
Public propertyIsReferencedGeometry
Gets a value indicating whether or not this geometry is referenced. Not all IGH_GeometricGoo implementations support referenced geometry.
(Inherited from GH_GeometricGooModel.)
Public propertyIsValid (Overrides GH_GeometricGoo.IsValid.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_GooModel.)
Public propertyReferenceID (Overrides GH_GeometricGoo.ReferenceID.)
Public propertyTypeDescription (Overrides GH_Goo.TypeDescription.)
Public propertyTypeName (Overrides GH_Goo.TypeName.)
Public propertyValue
Gets or sets the value of this type. Note that if the type has a ReferenceID this value might get destroyed in the future.
(Inherited from GH_GeometricGooModel.)
Top
Methods
  NameDescription
Public methodBakeGeometry
Public methodCastFrom (Overrides GH_GeometricGoo.CastFrom(Object).)
Public methodCastTo``1(UMP)
Attempt a cast to type T.
(Inherited from GH_GeometricGooModel.)
Public methodCastTo``1(UMP)
Attempt a cast to type Q.
(Inherited from GH_GooModel.)
Public methodClearCaches (Overrides GH_GeometricGoo.ClearCaches.)
Public methodDrawViewportMeshes
Public methodDrawViewportWires
Public methodDuplicate (Overrides GH_GeometricGoo.Duplicate.)
Public methodDuplicateBox
Public methodDuplicateGeometry (Overrides GH_GeometricGoo.DuplicateGeometry.)
Public methodEmitProxy (Overrides GH_GeometricGoo.EmitProxy.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Public methodGetBoundingBox (Overrides GH_GeometricGoo.GetBoundingBox(Transform).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadGeometry
If the geometry is referenced and currently unloaded, forces loading of the geometry. Not all IGH_GeometricGoo implementations support referenced geometry.
(Inherited from GH_GeometricGooModel.)
Public methodLoadGeometry(RhinoDoc) (Overrides GH_GeometricGoo.LoadGeometry(RhinoDoc).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMorph (Overrides GH_GeometricGoo.Morph(SpaceMorph).)
Public methodRead (Overrides GH_Goo.Read(GH_IReader).)
Public methodScriptVariable
This function will be called when the local IGH_Goo instance disappears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.
(Inherited from GH_GooModel.)
Public methodToString (Overrides GH_Goo.ToString.)
Public methodTransform (Overrides GH_GeometricGoo.Transform(Transform).)
Public methodWrite (Overrides GH_Goo.Write(GH_IWriter).)
Top
Fields
  NameDescription
Protected fieldm_value (Inherited from GH_GooModel.)
Top
See Also