Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pyddg pyddg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 190
    • Issues 190
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pyddg
  • pyddgpyddg
  • Merge requests
  • !718

Mesh intersection visualisation

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Clara Oeverink requested to merge mesh_intersection_visualisation into develop Jul 15, 2024
  • Overview 0
  • Commits 3
  • Pipelines 2
  • Changes 2

closes issue #610 (closed)

Improves functionality of intersection and _self_intersect via:

  • setting default intersection solver to "FAST"
    • this ensures the intersection is smooth and not a zig zag line between meshes
  • keeping connected_components until the end of the intersection and using copies for intersection
    • this ensures all intersections are found and the code does not stop in between because there is nothing left for intersection
Edited Jul 15, 2024 by Clara Oeverink
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mesh_intersection_visualisation