Skip to content

Investigate instancing for elements with the same SymbolGeometryId but modified geometry #151

@corybarr

Description

@corybarr

In the vast majority of cases, elements with the same SymbolGeometryId will have identical vertices. For example, all these columns will map to the same data as shown:

Image

However, there are some elements that have the same SymbolGeometryId but differing vertices. For example, these highlighted columns in Snowdon:

Image

See the first four vertices of the two leftmost columns:

Image

So far, only Columns seem to match this case. At present, the issue seems to be exclusively translation. These instances could possibly be recovered by investigating each element's transform, normalizing centroids to (0,0,0), etc. If the transforms are removed from the vertices, they could be marked for instancing.

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