Assemblies as OpenCascade documents: a document holds parts, the sub-assemblies that group them
and the instances that place them, with names, colors and placements, the way a STEP assembly
does. manager builds documents step by step from parts and nodes, loads STEP files into them,
changes labels and exports to STEP and glTF; query reads parts, shapes, colors, placements and
the hierarchy back out. Every label in a document is addressed by its label id string. A document
stays in memory until it is deleted.
Assemblies as OpenCascade documents: a document holds parts, the sub-assemblies that group them and the instances that place them, with names, colors and placements, the way a STEP assembly does.
managerbuilds documents step by step from parts and nodes, loads STEP files into them, changes labels and exports to STEP and glTF;queryreads parts, shapes, colors, placements and the hierarchy back out. Every label in a document is addressed by its label id string. A document stays in memory until it is deleted.Example