Click or drag to resize

ObjectTableGripUpdate Method

Altered grip positions on a RhinoObject are used to calculate an updated object that is added to the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject GripUpdate(
	RhinoObject obj,
	bool deleteOriginal
)

Parameters

obj
Type: Rhino.DocObjectsRhinoObject
object with modified grips to update.
deleteOriginal
Type: SystemBoolean
if true, obj is deleted from the document.

Return Value

Type: RhinoObject
new RhinoObject on success; otherwise null.
See Also