Skip to content

Shared topology in pyPrimeMesh #749

Discussion options

You must be logged in to vote

Hi @lorenzovecchietti , I would guess that the tolerances might be such that the face is being removed unintentionally. I have prepared an example I hope will clarify things. Please review and see if this helps.

When doing the scaffolding, the step that is likely causing the issue here is that the resulting topo face has an interior edge loop rather than splitting the face in two. If you then split this face you can delete one side of this and form the volumes as you expect.

import ansys.meshing.prime as prime
from ansys.meshing.prime.graphics import Graphics

cad_file = r"heatsink.fmd"
face_size = 2.0
tolerance = 0.04

with prime.launch_prime() as prime_client:
    model = prime_client.m…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lorenzovecchietti
Comment options

lorenzovecchietti Apr 3, 2024
Collaborator Author

Comment options

You must be logged in to vote
1 reply
@lorenzovecchietti
Comment options

lorenzovecchietti Jun 20, 2024
Collaborator Author

Answer selected by lorenzovecchietti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants