IGH_GeometricGoo Methods |
The IGH_GeometricGoo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CastFrom |
Attempt a cast from generic object
(Inherited from IGH_Goo.) |
![]() | CastToT |
Attempt a cast to type T
(Inherited from IGH_Goo.) |
![]() | ClearCaches |
Clears all caches. Typically if the geometry is referenced, this will erase the local copy.
|
![]() | Duplicate |
Make a complete duplicate of this instance. No shallow copies.
(Inherited from IGH_Goo.) |
![]() | 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.
(Inherited from IGH_Goo.) |
![]() | 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.
|
![]() | Morph |
Morph the object or a deformable representation of the object.
|
![]() | ScriptVariable |
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.
(Inherited from IGH_Goo.) |
![]() | ToString |
Creates a string description of the current instance value
(Inherited from IGH_Goo.) |
![]() | Transform |
Transforms the object or a deformable representation of the object.
|