Field OnCustomGetOsnaps
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a user define function of type CustomGetOsnapsDelegate that will be called when Osnaps of a user custom define entity needed.
When implemented must return the Osnap points of the passed object, in the Object's Coordinate System
public CustomGetOsnapsDelegate OnCustomGetOsnaps
Returns
- CustomGetOsnapsDelegate
- Represents a user define function of type that will be called when Osnaps of a user custom define entity needed. When implemented must return the Osnap points of the passed object, in the Object's Coordinate System
Examples
OnCustomDraw for examples
Remarks
See also the OnIsCustom event to know how to define a custom entity and how to trigger the OnCustomDraw event. Also see the OnCustomMovegrips and OnCustomGetGrips events to know how to define grips for the custom entities and how to trigger them.