-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extrudesurf and s2m #35
Comments
hi @praveenvenky, it would be a lot easier for me to understand the problem if you can attach some sample images or script/data. generally speaking, after meshcheckrepair, you will unlikely to get the same number of nodes/element because the repairing is performed independently on both the top/bottom surfaces. |
hi @fangq , please see the below script %% load('nodes_TP.mat') % nodes of TP %% Extract all the triangular faces of top part. difference= Neg_z_node_numbers-find(Neg_z_node_numbers) %% node=bottom_part_nodes; |
@praveenvenky, unfortunately the only way to do this is perhaps recreating the bottom (or top part) from the other part by projecting one to another (or projecting to a plane). It is going to be complicated. |
Dear Fang,You have suggested me to project top part on to plane to obtain a perfect bottom part for a top part(you can see your suggestion below). I don't want the whole part to be similar in mesh but only the interface surfaces i.e, top part's bottom surface and bottom-part's top surface must be similar. But after extrusion of top part's bottom surface and applying s2m why the initial number of nodes and elements before extrusion is getting altered.Please suggest me some material if you know to solve this problem and get the similar number of elements and nodes on both surfaces.Best RegardsPraveen Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: Qianqian Fang <notifications@github.com> Date: 04/10/2019 7:35 pm (GMT+01:00) To: fangq/iso2mesh <iso2mesh@noreply.github.com> Cc: praveenvenky <p.sethumadhavan-vasan@tu-braunschweig.de>, Mention <mention@noreply.github.com> Subject: Re: [fangq/iso2mesh] extrudesurf and s2m (#35) @praveenvenky, unfortunately meshcheckrepair (more specifically, meshfix) does not have the capability to correlate two surface patches.
the only way to do this is perhaps recreating the bottom (or top part) from the other part by projecting one to another (or projecting to a plane). It is going to be complicated.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#35?email_source=notifications\u0026email_token=AM6LJY6KAF5IRUPRDZW3IILQM55HJA5CNFSM4IW2QRM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAMLZBQ#issuecomment-538492038",
"url": "#35?email_source=notifications\u0026email_token=AM6LJY6KAF5IRUPRDZW3IILQM55HJA5CNFSM4IW2QRM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAMLZBQ#issuecomment-538492038",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Hello,
1.I wanted to generate a counterpart(bottom part) for a toppart.
2. So i used volface() and extracted all triangular faces.
3. I extracted only the bottom surface of the top part with triangular mesh.
4. I extruded it and used meshrepair(meshfix) and generated a solid using s2m with tetrahedral mesh.
My problem here is the number of nodes on the bottom surface of top part and top surface of bottom part are not same even though they are same.
Please help me how to solve this.
best regards
Praveen
The text was updated successfully, but these errors were encountered: