Gets the result of 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 [convert](DocumentIdConverterInterface.html#convert) call.Gets the result of 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 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 (convert) in the given filtering context. This therefore lists all thepart instance idsincluded in the filtering context 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 getDocumentId call.or asynchronously :
Please make sure the destination browser supports promises before using async calls.
See