Gets the result of DocumentIdConverterInterface.convert in a list of geometric instance ids.
This list is the union of all the geometric instance ids that are contained in the getConvertedInstances result.
DO NOT MODIFY this array in place, this results in undefined behavior.
geometric instance ids concerned by the DocumentIdConverterInterface.convert call.Gets the result of DocumentIdConverterInterface.convert in a list of DocumentIdResultInterface.
DO NOT MODIFY this array in place, this results in undefined behavior.
part instance ids (and their corresponding geometric instance ids).
The DocumentIdConverterResultInterface interface stores the result of a DocumentIdConverterInterface.convert call.
It represents a list of DocumentIdResultInterface i.e. all
part instances ids(and their correspondinggeometric instance ids) that takes part in the conversion request (DocumentIdConverterInterface.convert) in the given WorkingSetInterface. This therefore lists all thepart instance idsincluded in the WorkingSetInterface that is linked to the given document (referenced by ametadata document id). The result contains also the union of all thegeometric instance idscontained in the list of DocumentIdResultInterface in order to avoid another conversion call.metadata document idsare retrieved after a search request (see Search), from a SearchDocumentResultInterface.getDocumentId call.or asynchronously :
Please make sure the destination browser supports promises before using async calls.
See