Boolean Problem
All  1-4  5-8

Previous
Next
 From:  Randy (RANDYGESKE)
5535.5 In reply to 5535.4 
Michael, thank you so much! You have an awesome program! Just some snags for me every once in a while. Great support!
-Randy
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
5535.6 In reply to 5535.1 
Hi Randy yeah so this kind of thing is a kind of difficult case to get an automatic tolerance mechanism to work very well with.

The overall object size is about 2.4 units across, so the relative tolerance mechanism looks at that bounding size and decides that a tolerance of 0.001 units would be a good tolerance for that.

But some of the individual cylinder fillets you've got in this piece have a radius of only 0.002 units - that's too close to the intersection tolerance and when the fitting tolerance is too close to the size of entire edges like you've got here it becomes easy for some things to glue entire edges to one side (since both sides of the whole edge are within tolerance of some other piece that it's intersecting or measuring against).

If you scale your object up by 10x in size, you'll have an object size of about 24 units across and the relative tolerance mechanism will still pick a fitting tolerance of 0.001 units for this (it uses that for anything between 1 and 100 units across), but now that fitting tolerance will be small enough in comparison to those individual features that accurate enough intersections will get generated.

Generally I'd recommend not creating things at too small of a scale like where individual edges or radius values are approaching very close to 0.001 units in size, instead try to scale such an object up by either 10 times or 100 times so that individual pieces are more like 0.01 units across or so instead of nearly 0.001 units across.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Randy (RANDYGESKE)
5535.7 In reply to 5535.6 
Thanks for that explanation! I will make sure I scale models up.

I have an additional question about units. A client of mine provides models that they create using inches. How can I import their STEP file so that the model is an accurate size to begin with? They seem to import around four times too small.

Thanks, again!
-Randy
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
5535.8 In reply to 5535.7 
Hi Randy,

> How can I import their STEP file so that the model is an accurate size
> to begin with? They seem to import around four times too small.

You'll need to tell MoI what units your current file is in, then when you do an import of a file that has a different unit system it will know how to size it correctly when it's imported.

To set the current units go to Options > General, and use the "Unit system:" dropdown, it's the one at the top:




- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-4  5-8