Rhino C++ API
8.13
|
#include <IRhRdkDecalSupportPlugIn.h>
Public Member Functions | |
virtual bool | OnEditPropertiesEx (IRhRdk_XMLSection §ion, CRhinoDoc *pDoc) const =0 |
Public Member Functions inherited from IRhRdkDecalSupport | |
virtual | ~IRhRdkDecalSupport () |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual bool | Initialize (IRhRdk_XMLSection §ion) const =0 |
virtual bool | OnEditProperties (IRhRdk_XMLSection §ion) const =0 |
virtual bool | SupportsEditProperties (void) const =0 |
|
pure virtual |
Called when the user clicks the Properties button on the Decal Object Property page.
section | provides your custom parameters and allows you to set them back after editing by the user. |
pDoc | is the document containing the objects that have the decals. |