Table of Contents

Field OnCustomTransforms

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function of type CustomTransformsDelegate that will be called when a matrix transformation is going to be applied to an entity.

When implemented geometrical properties must be transformed with passed matrix ofCustomTransformsArgs

public CustomTransformsDelegate OnCustomTransforms

Returns

CustomTransformsDelegate
Represents a user define function of type that will be called when a matrix transformation is going to be applied to an entity. When implemented geometrical properties must be transformed with passed matrix of

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. Also see the OnCustomGetOsnaps event to know how to define osnaps for the custom entities and how to trigger it.