GH_GeometricGooT Methods |
The GH_GeometricGooT generic type exposes the following members.
Name | Description | |
---|---|---|
CastFrom |
Attempt a cast from generic object.
(Overrides GH_GooTCastFrom(Object).) | |
CastToQ(Q) |
Attempt a cast to type T.
(Overrides GH_GooTCastToQ(Q).) | |
CastToQ(Q) |
Attempt a cast to type Q.
(Inherited from GH_GooT.) | |
ClearCaches |
Clears all caches. Typically if the geometry is referenced, this will erase the local copy.
If your T is a value-type, you must override this function and specifically unset the local value.
| |
Duplicate |
Make a complete duplicate of this instance. No shallow copies.
(Overrides GH_GooTDuplicate.) | |
DuplicateGeometry |
Make a complete duplicate of this geometry. No shallow copies.
| |
EmitProxy |
Create a new proxy for this instance. Return Null if this class does not support proxies.
(Overrides GH_GooTEmitProxy.) | |
GetBoundingBox |
Compute an aligned boundingbox.
| |
LoadGeometry |
If the geometry is referenced and currently unloaded, forces loading of the geometry.
Not all IGH_GeometricGoo implementations support referenced geometry.
| |
LoadGeometry(RhinoDoc) |
If the geometry is referenced and currently unloaded, forces loading of the geometry.
Not all IGH_GeometricGoo implementations support referenced geometry. The default is to always return True.
| |
Morph |
Morph the object or a deformable representation of the object.
| |
Read |
Default behaviour is to return True.
(Inherited from GH_GooT.) | |
ScriptVariable |
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_GooT.) | |
ToString |
Creates a string description of the current instance value.
(Inherited from GH_GooT.) | |
Transform |
Transforms the object or a deformable representation of the object.
| |
Write |
Default behaviour is to return True.
(Inherited from GH_GooT.) |