Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

external nodes

Status
Not open for further replies.

jerrylucas

Industrial
Joined
Sep 21, 2006
Messages
10
Location
ES
Hi!

I have a modeling question. I have an arbitrary figure created only with nodes and without elements. How can I choose the external nodes?

Thanks.
 
Simple question, complicated solution.

In my opinion, without programming, you cannot solve it. I read on Internet about a algorithm on 2d who can find the external nodes of o nodes cloud. Should work in 3d too. But I don't remember how is the name of this algorithm...

Regards,
Alex
 
I don't think that this is effectively possible without having the connectivity. Take this 2D model for example, given these nodes:

Code:
.     .     .     .



.     .     .     .



.     .     .     .



.     .     .     .
How do you know the exterior is not like this:

Code:
______       ______
|     |     |      |
|     |     |      |
|     |_____|      |
|                  |
|                  |
|                  |
|                  |
|                  |
|                  |
|__________________|
-Jim
 
Hi,
yep, but I suspect the O.P. wanted to refer to convex domains (otherwise there is no algorythmic possibility to determine the "external" nodes). For convex domains I remember that there is an algorythm for that. Sorry I don't remember where to find it...

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top