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
)
Public Function GripUpdate (
obj As RhinoObject,
deleteOriginal As Boolean
) As RhinoObject
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:
RhinoObjectnew RhinoObject on success; otherwise null.
See Also