|
CFx SDK Documentation
2022 SP0
|
#include <ModelerTools.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdModelerTools) | |
| virtual OdResult | deleteModelerBulletins ()=0 |
| virtual void | beginThreadSafetyMode (unsigned nThreads, const unsigned *aThreads)=0 |
| virtual void | endThreadSafetyMode (unsigned nThreads, const unsigned *aThreads)=0 |
| virtual bool | startThread ()=0 |
| virtual bool | stopThread ()=0 |
| virtual bool | isThreadStarted () const =0 |
| virtual OdResult | check3dSolid (const OdDb3dSolidPtr &, OdString &report)=0 |
| virtual void | executeInMainHistoryStream (MainHistStreamFunc func, void *data)=0 |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Member Functions | |
| OdModelerTools () | |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This class defines the interface for classes that provide the services for ACIS SAT and SAB data.
Corresponding C++ library: ModelerGeometry <group Other_Classes>
Definition at line 47 of file ModelerTools.h.
|
inlineprotected |
Definition at line 50 of file ModelerTools.h.
|
pure virtual |
Should be called from the main stream to start ACIS thread-safety mode. Prepares separate history streams for each thread, turns the thread-safety mode on. Returns false if no modeler geometry exist.
|
pure virtual |
Checks topology and geometry correctness of given entity. Results are returned as text in parameter 'report'.
|
pure virtual |
Delete the modeler bulletins.
|
pure virtual |
Should be called from the main stream to end ACIS thread-safety mode. Merges separate history streams into the main history, turns the thread-safety mode off.
|
pure virtual |
Executes given function when history stream is set to a main one
|
pure virtual |
Checks if the modeler is started in this particular thread.
| OdModelerTools::ODRX_DECLARE_MEMBERS | ( | OdModelerTools | ) |
|
pure virtual |
Should be called from a thread function to start modeler in this particular thread. Substitutes default history stream by unique one for the given thread.
|
pure virtual |
Should be called from a thread function to stop modeler in this particular thread. Restores default history stream for the given thread.