Table of Contents

Field OnCustomGetGrips

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function of type CustomGetGripsDelegate that will be called when grips of a user custom define entity needed.

public CustomGetGripsDelegate OnCustomGetGrips

Returns

CustomGetGripsDelegate
Represents a user define function of type that will be called when grips of a user custom define entity needed.

Examples

OnCustomDraw for examples

Remarks

When implemented must return the grips of the passed object, in the World Coordinate System

See also the OnIsCustom event to know how to define a custom entity and how to trigger the OnCustomDraw event. Also see the OnCustomMovegrips event to know how to implement the move of grips for the custom entities and how to trigger it.