Signal sent by the FilterSolverInterface when the FilterSolverInterface is cancelled, i.e. when the FilterSolverInterface is running and the content of the solver is modified.
No attachment for events of this type.
Signal sent by the FilterSolverInterface when any FilterItemInterface has changed, a FilterItemInterface has been added or removed, or the VisibilityContextInterface inside the FilterSolverInterface has changed.
No attachment for events of this type.
Signal sent by the FilterSolverInterface when a FilterItemInterface has been added.
The attachment is the FilterItemInterface that was added.
Signal sent by the FilterSolverInterface when a lot of changes occur inside.
No attachment for events of this type.
Signal sent by the FilterSolverInterface when a FilterItemInterface has been moved.
The attachment is a FilterMoveInfoInterface :
{
"filter": "the id of the {@link FilterItemInterface} that changed",
"to": pOrder // the new position of the {@link FilterItemInterface} in the list of children of the container
}
Signal sent by the FilterSolverInterface when a FilterItemInterface has been removed.
The attachment is the id of FilterItemInterface that was removed.
Signal sent by the FilterSolverInterface when the FilterSolverInterface is ready, i.e. getGeometricInstanceIds, getPartInstanceIds and getTrianglesCount can be called.
No attachment for events of this type.
Signal sent by the FilterSolverInterface a new [VisibilityContextInterface]] has been set or cleared.
The attachment is the VisibilityContextInterface that was set, or undefined if the VisibilityContextInterface has been cleared.
The FilterSolverInterfaceSignal lists all the signals that may be sent by the abstract FilterSolverInterface.
These signals are emitted by the FilterSolverInterface when it is modified and more importantly ready.
A FilterSolverInterface is ready when it has computed the result of its set of FilterItemInterfaces, such a result being a list of
geometric instance idsandpart instance ids.The FilterSolverInterface may fire the following signals :
Please refer to the [FilterSolverInterface](../interfaces/FilterSolverInterface.html) for more information.
See