Gets the geometric instance ids corresponding to the part instance id in the context of the DocumentIdConverterInterface.convert call.
DO NOT MODIFY this array in place, this results in undefined behavior.
geometric instance ids represented by the part instance id.Tells if this instance could have been displayed independently of the used WorkingSetInterface.
true if the given part instance has some geometry in the DMU.
The DocumentIdResultInterface interface stores a correspondence
part instance id<=>geometric instance ids. This correspondence is contained in the result of a DocumentIdConverterInterface.convert call. Eachpart instance idrefers to apart instancethat is linked to the metadata document identified by themetadata document idin the result of a DocumentIdConverterInterface.convert call (actually a SearchDocumentResultInterface, SearchDocumentResultInterface.getDocumentId). Such apart instance idis in the WorkingSetInterface that was used when calling DocumentIdConverterInterface.convert.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