Skip to content

Add CombineModels function RobustBooleanOperation #16

Description

@mauigna06

RobustBooleanOperation will transform one of the inputs with a small pose variation to get the boolean operation to succeed

The syntax should be:

RobustBooleanOperation(
    inputMesh1,
    inputMesh2,
    resultingMesh,
    mmTranslationDelta=1e-4,
    degRotationDelta=1e-2,
    transformTries=15,
    randomSeed=None
)

Feedback is welcomed
I think I could develop this on the near future so you could assign it to me

Thank you

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