Skip to content

Assembly hierarchy node incorrect names #162

Description

@denblock

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

Image

Expectation

Image

Step File: 9DI080ZS12100MN.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions