Click or drag to resize

GH_GeometricGooWrapper Class

Utility class for maintaining all kinds of IGH_GeometricGoo types.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GeometricGooWrapper

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class GH_GeometricGooWrapper : IGH_GeometricGoo

The GH_GeometricGooWrapper type exposes the following members.

Constructors
  NameDescription
Public methodGH_GeometricGooWrapper
Initializes a new instance of the GH_GeometricGooWrapper class
Public methodGH_GeometricGooWrapper(IGH_GeometricGoo)
Initializes a new instance of the GH_GeometricGooWrapper class
Top
Properties
Methods
  NameDescription
Public methodCastFrom
Public methodCastToT
Public methodClearCaches
Public methodDuplicate
Public methodDuplicateGeometry
Public methodEmitProxy
Public methodGetBoundingBox
Public methodLoadGeometry
Public methodLoadGeometry(RhinoDoc)
Public methodMorph
Public methodRead
Public methodScriptVariable
This function will be called when the local IGH_Goo instance disapears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.
Public methodToString (Overrides ObjectToString.)
Public methodTransform
Public methodWrite
Top
See Also