Description:
Deletes one or more grip objects.
Syntax:
Parameters:
- grips
- Type: IEnumerable<GripObject>
- The grip objects to delete.
Returns:
Type: int
The number of successfully deleted grip objects.
Available since:
6.5
Description:
Deletes one or more grip objects.
Syntax:
Parameters:
- gripIds
- Type: IEnumerable<Guid>
- The ids of the grip objects to delete.
Returns:
Type: int
The number of successfully deleted grip objects.
Available since:
6.5
Description:
Deletes one or more grip objects.
Syntax:
Parameters:
- gripRefs
- Type: IEnumerable<ObjRef>
- References to the grip objects to delete.
Returns:
Type: int
The number of successfully deleted grip objects.
Available since:
6.5
Description:
Deletes one or more grip objects.
Syntax:
Parameters:
- owner
- Type: RhinoObject
- The owner of the grip objects.
- gripIndices
- Type: IEnumerable<int>
- The indices of the grip objects to delete.
Returns:
Type: int
The number of successfully deleted grip objects.
Available since:
6.5