CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > CAD Software > Rhino 3D


Rhino 3D Discuss Rhino 3D software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-26-2008, 06:54 PM
 
Join Date: Jan 2008
Location: US
Posts: 4
chaddcurtis is on a distinguished road
Boolean Operation with a Mesh

I have a friend who I am trying to help out. He has a STL file that is a scan of an object. He has asked me to take this file and use it to create the negative of it, essentially a mold, that can be printed in an FDM machine that I have access to. The file is a mesh of course, so boolean operations are out in Rhino and most 3d software (as far as I know). I used a trial version of Mesh to Solid to convert it, but I am still having no luck. I an a novice to Rhino I am hoping knows of a solution.

If seeing the STL or 3DM file would be helpful to understand this, I am certainly willing to email it if you are willing to take a look.

Any help would be very much appreciated.

Chad
Reply With Quote

  #2   Ban this user!
Old 01-27-2008, 03:12 AM
 
Join Date: Sep 2004
Location: Switzerland
Posts: 262
chmillman is on a distinguished road

In Rhino 4 you can boolean mesh objects with other mesh objects as well as with NURBS objects. The commands are MeshBooleanUnion, etc. They don't always work, the mesh intersector needs some work still.

Otherwise, you can split the meshes with lines or planes at the needed spots and build your mold box manually, and then join them all together. If you don't manage, I will be happy to look at your file. --ch
Reply With Quote

  #3   Ban this user!
Old 01-27-2008, 08:09 AM
pointcloud's Avatar
Prototyper
 
Join Date: Sep 2006
Location: USA
Posts: 349
pointcloud is on a distinguished road
Talking

In Rhino 4 you can also change back and fourth from mesh to nerbs?

The .stl is a solidworks file that can be imported or opened with rhino. Although in some cases you loose information in the conversions....

As chmillman said I too would gladly help by looking....
__________________
Hey check out my website...www.cravenoriginal.com
Thanks Marc
Reply With Quote

  #4   Ban this user!
Old 01-27-2008, 08:43 AM
 
Join Date: Sep 2004
Location: Switzerland
Posts: 262
chmillman is on a distinguished road

Originally Posted by pointcloud View Post
In Rhino 4 you can also change back and fourth from mesh to nerbs?
You can always go from NURBS --> Mesh... Mesh --> NURBS is a different thing, however. Difficult to do without manual work and/or a specific reverse engineering program or both.

What I meant was, that Rhino 4 has the capability of working with both types of objects in the same operation in a number of cases, such as being able to trim meshes with NURBS etc.

The .stl is a solidworks file that can be imported or opened with rhino. Although in some cases you loose information in the conversions....
.stl is a "Stereolithography" file (triangular polygon meshes), not a Solidworks file. Most 3D programs are capable of generating them nowadays, to a greater or lesser degree of quality. Not all are capable of importing them or working with meshes, however. --ch
Reply With Quote

  #5   Ban this user!
Old 01-27-2008, 09:22 AM
pointcloud's Avatar
Prototyper
 
Join Date: Sep 2006
Location: USA
Posts: 349
pointcloud is on a distinguished road

You are right... I misread the command....

I am sure that the stl originated from solidworks, am I incorrect? As that is the way most solidworks users save there files, well the ones I have seen...


////chadcurtis\\\\\

On the scan from object do you have a .txt file? It would look like a pointcloud without xyz in the basic code? If so you can get it into rhino easily...
__________________
Hey check out my website...www.cravenoriginal.com
Thanks Marc
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-27-2008, 09:37 AM
 
Join Date: Sep 2004
Location: Switzerland
Posts: 262
chmillman is on a distinguished road

I am sure that the stl originated from solidworks, am I incorrect?
I didn't see anything in the original message that indicated that.

As that is the way most solidworks users save there files, well the ones I have seen...
No, Solidworks files would be .sldprt (part) or .sldasm (assembly). For a Solidworks user, saving their files in the form of .stl would make them useless for anything but prototyping, as all construction info would be lost as well as the original surface structure of the file.

Normally you EXPORT an .stl from a program to transfer the data to another program that only deals with mesh data for RP or milling. .stl is a so-called "exchange" format for triangle meshes, as IGES is for surfaces and STEP is for surfaces/solids. --ch
Reply With Quote

  #7   Ban this user!
Old 01-27-2008, 09:43 AM
 
Join Date: Jan 2008
Location: US
Posts: 4
chaddcurtis is on a distinguished road

Thanks for the responses. I am using Rhino 3.0 and I am downloading the evaluation of 4.0, as I type, to see if I can have any success with it. I opened the STL with a text editor, and it says the file was created with Geomagic Studio.

The scan is that of a ear canal for a bird- it is a scientist friend of mine. As such, the object is only about 1/2 inch long but has around 16,000 triangles. Also, I think one of the main problems I am having is that the mesh is similar to a cylinder but open on one end. Trying to cap the end so I can use the Boolean operators has been a problem.

I am happy to post the file but it is larger than the 500kb limit on the forum. As I said in the original post, I am a novice but I need to learn how to do this because he has seven more files that need the same processing.

Again, the help is much appreciated as I stumble my way through this.
Reply With Quote

  #8   Ban this user!
Old 01-27-2008, 10:11 AM
 
Join Date: Sep 2004
Location: Switzerland
Posts: 262
chmillman is on a distinguished road

Geomagic Studio is a high end scan data and mesh processing software.

If the mesh is open and you need all of it, you're going to have to do one of several things. Most likely, you will need to build a box around it, somewhat bigger than the object. At that point, you can remove one of the sides (the same one that corresponds to the open side of the mesh. Then, you'll need to connect the two with a mesh. Probably with something like MeshPatch.

Otherwise, to print it with FDM, you might be able to "thicken" the mesh with OffsetMesh and a value of 1.5 to 2mm, then you will have a "skin" volume to print, and you can use this for your mold. Just in that case you will also need to build some external supports for the mold after.

If you need, send me the stl file (zipped!) to:

chmillman

at

gmail

dotcom

--ch
Reply With Quote

  #9   Ban this user!
Old 01-27-2008, 10:47 AM
 
Join Date: Jan 2008
Location: US
Posts: 4
chaddcurtis is on a distinguished road

Thanks to all of you for responding. It looks like the evaluation version of 4.0 does everything I need it to do and is practically painless. Assuming the other files are provided with the same quality of mesh, I think I am good.

Time to upgrade...
Reply With Quote

  #10   Ban this user!
Old 02-17-2011, 12:52 PM
 
Join Date: Feb 2011
Location: United States
Posts: 1
arturo1mar is on a distinguished road
Need help

Hey guys, I saw this discussion board and I am having the same problem. I am a student in high school and I have a part in Solidworks (a helmet) it has some pretty advanced geometry so I can't do the mold in SolidWorks itself.

My professor told me to try importing the part to Rhinoceros make the mold and then back to Solidworks. Yet, in between the transfer I guess it loses some identities and it won't let me do it. Can any of you help?

Thanks for the help. Greatly appreciated
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 02-22-2011, 02:08 PM
 
Join Date: Jun 2008
Location: USA
Posts: 220
Mike 1948 is on a distinguished road

Originally Posted by arturo1mar View Post
Hey guys, I saw this discussion board and I am having the same problem. I am a student in high school and I have a part in Solidworks (a helmet) it has some pretty advanced geometry so I can't do the mold in SolidWorks itself.

My professor told me to try importing the part to Rhinoceros make the mold and then back to Solidworks. Yet, in between the transfer I guess it loses some identities and it won't let me do it. Can any of you help?

Thanks for the help. Greatly appreciated
Post your problem in the Solidworks forum and you might find a way to get the mold done in Solidworks. I haven't seen a part yet that can't have the mold or cavity routine run on it in one form or another.

Mike
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Boolean Feature svenakela SolidEdge 2 08-27-2007 09:18 PM
Boolean difference failed chetosmachine Rhino 3D 8 06-12-2007 05:24 PM
Do you use BOOLEAN logic when searching the web? widgitmaster Polls 18 06-02-2006 11:10 AM
still cant print and boolean question erase42 BobCad-Cam 2 03-12-2006 01:53 PM
RHINO 3D Mesh infinti_bc Mastercam 4 04-04-2004 07:32 PM




All times are GMT -5. The time now is 11:03 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361