Repository URL to install this package:
|
Version:
7.26.0-0.2 ▾
|
#include <sc_export.h>
// define this to be the name of the display window object for
// STEP entity instance editing or define your own.
class SC_CORE_EXPORT StepEntityEditor {
public:
StepEntityEditor() {};
~StepEntityEditor() {};
};
extern void DeleteSEE( StepEntityEditor * se );