首先确认该问题是否与您的model.derivatives中的属性有关。如果您的模型正在使用自定义的属性,则必须将其包括在您所使用的属性列表中。示例:
let props = await NOP_VIEWER.model.getBulkProperties2(NOP_VIEWER.getSelection()[0].dbIdArray, ['Category', 'Family', 'Type Name', 'Material'], { filter: ['Category'], instanceTree: true });
在上述示例中,我们将“Category”添加到属性列表中,并将categoryFilter设置为该列表。此外,请确保在请求获取属性之前已经载入了模型。
如果您发现上述方法没有解决问题,则可能需要使用Autodesk Forge的support team进行进一步的技术支持。