OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    Draw_PluginMacro.hxx File Reference

    Macros

    #define DPLUGIN(name)

    Macro Definition Documentation

    ◆ DPLUGIN

    #define DPLUGIN ( name)
    Value:
    extern "C" Standard_EXPORT void PLUGINFACTORY(Draw_Interpretor& theDI) \
    { \
    name::Factory(theDI); \
    }
    Provides an encapsulation of the TCL interpreter to define Draw commands.
    Definition Draw_Interpretor.hxx:33