RhinoCommon API
MorphControlMorph Method |
Applies the space morph to geometry.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool Morph( GeometryBase geometry )
Public Function Morph ( geometry As GeometryBase ) As Boolean
Parameters
- geometry
- Type: Rhino.GeometryGeometryBase
The geometry to be morphed.
Return Value
Type: Booleantrue on success, false on failure.