IGH_GeometricGooTransform Method |
Transforms the object or a deformable representation of the object.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax IGH_GeometricGoo Transform(
Transform xform
)
Function Transform (
xform As Transform
) As IGH_GeometricGoo
Parameters
- xform
- Type: Transform
Transformation matrix.
Return Value
Type:
IGH_GeometricGooTransformed geometry. If the local geometry can be transformed accurately,
then the returned instance equals this instance. Not all geometry types can be accurately
transformed under all circumstances though, if this is the case, this function will
return an instance of another IGH_GeometricGoo derived type which
can be transformed.
See Also