Click or drag to resize

SpaceMorphMorph Method (Plane)

Apply the space morph to a plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Morph(
	ref Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
Plane to morph.

Return Value

Type: Boolean
true on success, false on failure.
See Also