system decimal display
 1-14  15-34  35-38

Previous
Next
 From:  Michael Gibson
2445.35 In reply to 2445.34 
Hi Pilou, also in MoI (and other solid modelers) there are also additional issues beyond just the basic accuracy of fundamental arithmetic - MoI and other solid modeling systems often need to calculate results to an approximated level of accuracy.

In MoI this is the fitting tolerance which is 0.001 units in size.

So when you do things like a boolean operation, when MoI calculates the intersection between 2 surfaces it will do some calculations where it continues to increase the accuracy of the result until it is at least 0.001 units from the "true" result. There are many operations for which the completely accurate result is just too heavy to calculate.

So operations that involve this kind of fitting process will not tend to work very well in a solid modeling program if you have objects that are greatly larger or greatly smaller than the fitting tolerance.

That's just another area that tends to make things like modeling a solar system at a scale of 1 to 1 not work very well with a solid modeling program.

Generally with MoI you should try to keep your numbers in a range of something like 0.01 to 3000.0 to get good results.

- 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:  BurrMan
2445.36 In reply to 2445.28 
Will the trailing zero's option reflect the options setting or just be hard coded at 4?
  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
2445.37 In reply to 2445.36 
Hi Burr, it works in combination with the number of decimal places setting.

So for instance if you have Options / General / Decimal display: set to show 2 decimal places, if you enable "Show trailing zeros", you will get numbers displayed like 3.00 , 2.30 , etc..

If you are set up to show 4 decimal places and you enable "Show trailing zeros", you will get numbers displayed like 3.0000 , 2.3000 , etc...

This is all set up now for the next v2 beta.


When "Show trailing zeros" is un-checked (which will be the default initially) you will get numbers like: 3 2.3 , where any zeros to the right of the decimal point are removed (and the decimal point itself removed if it was going to be all zeros to the right) - this is the same as in previous versions.

- 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
 From:  Frenchy Pilou (PILOU)
2445.38 
Thx for the very clear explanations as usual! :)
---
Pilou
Is beautiful that please without concept!
My Gallery
  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:  1-14  15-34  35-38