3drepo / 3drepobouncer

A C++ library providing 3D Repo Scene Graph definition, repository management logic and manipulation logic. It is is essentially the refactored 3DRepoCore and (parts of) 3DRepoGUI
GNU Affero General Public License v3.0
29 stars 13 forks source link

ISSUE #665 Keep composite objects as a single entity in the tree #670

Closed carmenfan closed 7 months ago

carmenfan commented 7 months ago

This fixes #665

Description

In navisworks importer, added logic keep track on whether we're traversing a composite object, if true, do not change the layer when we're importing geometry.

Also disregard any metadata it may have (they are too low level for users to care - e.g. instanced geometry information)

Test cases

test case mentioned in the issue should now function as expected