Signal sent by the PartInstanceConverterInterface when the PartInstanceConverterInterface has been cancelled.
Such an event is fired if the PartInstanceConverterInterface was fetching data and PartInstanceConverterInterface.cancel is called. The PartInstanceConverterReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the PartInstanceConverterInterface when PartInstanceConverterInterface.convert is ready, i.e. PartInstanceConverterInterface.getGeometricInstanceIds can be called.
Such a signal does not tell if the call was successful or not but that the result is ready to be fetched.
Warning, the PartInstanceConverterReady signal is sent later when PartInstanceConverterInterface.cancel is called and the PartInstanceConverterInterface is fetching data.
The attachment is a string telling the request id of the call to PartInstanceConverterInterface.convert (PartInstanceConverterInterface.getLastRequestId).
The PartInstanceConverterInterfaceSignal lists all the signals that may be sent by the PartInstanceConverterInterface.
These signals are emitted by the PartInstanceConverterInterface when some data is available.
geometric instance idsthat are expressed by the givenpart instance ids, PartInstanceConverterInterface.getGeometricInstanceIds can be called.Please refer to PartInstanceConverterInterface for more information.
See
PartInstanceConverterInterface