|
SHAPER
9.15.0
|
Message that sends the sketch solver and sketcher GUI processes to show in the property panel. More...

Public Member Functions | |
| MODELAPI_EXPORT | ModelAPI_SolverFailedMessage (const Events_ID theID, const void *theSender=0) |
| Creates an message. More... | |
| virtual MODELAPI_EXPORT | ~ModelAPI_SolverFailedMessage () |
| Default destructor. More... | |
| MODELAPI_EXPORT void | setObjects (const std::set< ObjectPtr > &theObjects) |
| Sets list of conflicting constraints. More... | |
| MODELAPI_EXPORT const std::set< ObjectPtr > & | objects () const |
| Returns list of conflicting constraints. More... | |
| void | dof (const int theDOF) |
| Sets degrees of freedom. More... | |
| const int & | dof () const |
| Returns degrees of freedom. More... | |
| const Events_ID & | eventID () const |
| Returns identifier of the message. More... | |
| void * | sender () const |
| Returns sender of the message or NULL if it is anonymous message. More... | |
Message that sends the sketch solver and sketcher GUI processes to show in the property panel.
| ModelAPI_SolverFailedMessage::ModelAPI_SolverFailedMessage | ( | const Events_ID | theID, |
| const void * | theSender = 0 |
||
| ) |
Creates an message.
|
virtual |
Default destructor.
| void ModelAPI_SolverFailedMessage::setObjects | ( | const std::set< ObjectPtr > & | theObjects | ) |
Sets list of conflicting constraints.
| const std::set< ObjectPtr > & ModelAPI_SolverFailedMessage::objects | ( | ) | const |
Returns list of conflicting constraints.
|
inline |
Sets degrees of freedom.
|
inline |
Returns degrees of freedom.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.