GH_GeometricGooTMorph Method |
Morph the object or a deformable representation of the object.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public abstract IGH_GeometricGoo Morph(
SpaceMorph xmorph
)
Public MustOverride Function Morph (
xmorph As SpaceMorph
) As IGH_GeometricGoo
Parameters
- xmorph
- Type: SpaceMorph
Spatial deform.
Return Value
Type:
IGH_GeometricGooDeformed geometry. If the local geometry can be deformed accurately,
then the returned instance equals this instance. Not all geometry types can be accurately
deformed though, if this is the case, this function will
return an instance of another IGH_GeometricGoo derived type which
can be deformed.
Implements
IGH_GeometricGooMorph(SpaceMorph)See Also