CustomObjectGrips Constructor (CustomObjectGripsType) |
Creates grips that present themselves to Rhino as gripsType.
Namespace:
Rhino.DocObjects.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected CustomObjectGrips(
CustomObjectGripsType gripsType
)
Protected Sub New (
gripsType As CustomObjectGripsType
)
Parameters
- gripsType
- Type: Rhino.DocObjects.CustomCustomObjectGripsType
What the grips control. Fixed for the life of the object.
See Also