Skip to content

Union of similar size shapes causes ReferenceError: ___cxa_is_pointer_type is not defined #134

@ArenM

Description

@ArenM

Sometimes when performing operations on similar size shapes, such as Union, or Difference ReferenceError: ___cxa_is_pointer_type is not defined is produced.

This is the simplest example of this I've found:

Union([
    Cylinder(2.5, 15),
    Box(5, 4.9, 10, true)
])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions