|
SHAPER
9.15.0
|
Message that sends the failed vertices of 1D-fillet to highlight them in 3D viewer. More...

Public Member Functions | |
| MODELAPI_EXPORT | ModelAPI_ShapesFailedMessage (const Events_ID theID, const void *theSender=0) |
| Creates an message. More... | |
| virtual MODELAPI_EXPORT | ~ModelAPI_ShapesFailedMessage () |
| Default destructor. More... | |
| MODELAPI_EXPORT void | setShapes (const std::list< std::shared_ptr< GeomAPI_Shape > > &theVertices) |
| Sets list of failed vertices. More... | |
| MODELAPI_EXPORT const std::list< std::shared_ptr< GeomAPI_Shape > > & | shapes () const |
| Returns list of failed vertices. 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... | |
Static Public Member Functions | |
| static MODELAPI_EXPORT Events_ID | eventId () |
| Static. Returns EventID of the message. More... | |
Message that sends the failed vertices of 1D-fillet to highlight them in 3D viewer.
| ModelAPI_ShapesFailedMessage::ModelAPI_ShapesFailedMessage | ( | const Events_ID | theID, |
| const void * | theSender = 0 |
||
| ) |
Creates an message.
|
virtual |
Default destructor.
|
inlinestatic |
Static. Returns EventID of the message.
| void ModelAPI_ShapesFailedMessage::setShapes | ( | const std::list< std::shared_ptr< GeomAPI_Shape > > & | theVertices | ) |
Sets list of failed vertices.
| const ListOfShape & ModelAPI_ShapesFailedMessage::shapes | ( | ) | const |
Returns list of failed vertices.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.