The nodes returned by bitbybit.occt.assembly.query.getAssemblyHierarchy have different names than what was defined in the CAD application.
const doc = await bitbybit.occt.assembly.manager.loadStepToDoc(new Inputs.OCCT.LoadStepToDocDto(stepFile));
const hierarchy = await bitbybit.occt.assembly.query.getAssemblyHierarchy({ document: doc });
console.log(hierarchy);
Result
Expectation
Step File: 9DI080ZS12100MN.zip
The nodes returned by
bitbybit.occt.assembly.query.getAssemblyHierarchyhave different names than what was defined in the CAD application.Result
Expectation
Step File: 9DI080ZS12100MN.zip