Click or drag to resize

RhinoObjectOnSpaceMorph Method

Called when a space morph has been applied to the geometry. Currently this only works for CustomMeshObject instances

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnSpaceMorph(
	SpaceMorph morph
)

Parameters

morph
Type: Rhino.GeometrySpaceMorph

[Missing <param name="morph"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnSpaceMorph(Rhino.Geometry.SpaceMorph)"]

See Also