Skip to content

SolidModel, postrender_ops() issue #155

@yfangad

Description

@yfangad

The following postrender_ops shows Error : Difference failed - BOPAlgo_AlertTooFewArguments error.

(
                "l1_gnd",
                SolidModels.union_geom!,
                ("l1_gnd", "bump_surface",2,2),
            ),
            (
                "l2_gnd",
                SolidModels.difference_geom!,
                ("l2_gnd", "l1_gnd",2,2),
                :remove_object => true,
                :remove_tool => false
            )

However, after changing the group name of union_geom! from "l1_gnd" to something else, the error goes away.

(
                "foo",
                SolidModels.union_geom!,
                ("l1_gnd", "bump_surface",2,2),
            ),
            (
                "l2_gnd",
                SolidModels.difference_geom!,
                ("l2_gnd", "foo",2,2),
                :remove_object => true,
                :remove_tool => false
            )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions