MorphControl.Morph Method

MorphControlMorph Method

Applies the space morph to geometry.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Boolean
true on success, false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also