Click or drag to resize

CustomObjectGrips Constructor (CustomObjectGripsType)

Creates grips that present themselves to Rhino as gripsType.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected CustomObjectGrips(
	CustomObjectGripsType gripsType
)

Parameters

gripsType
Type: Rhino.DocObjects.CustomCustomObjectGripsType
What the grips control. Fixed for the life of the object.
See Also