Subject:
|
Re: !!!! MLCad V1.3 (Mikes Lego CAD) IS READY !!!!
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Sun, 15 Aug 1999 15:14:44 GMT
|
Viewed:
|
432 times
|
| |
| |
VERY cool! Just what I wanted.
But (yes, here comes the compulsary 'but').
It seems like LDLite interprets this following line correctly, but yet I would
prefer a plain zero instead of -3.33067e-015.
1 15 -30 -8 -30 -3.33067e-015 0 -1 0 1 0 1 0 -3.33067e-015 M0313BUS.DAT
To aviod such small numbers presented in scientific notation, I've made a simple
function called chkzero in LDS and other utility programs, that returns zero if you
input a very small value. (Pardon my bad C++).
float chkzero(float chk)
{
if(chk<0.00001 && chk>-0.00001)
return(0);
return(chk);
}
/Tore
MLCad Author wrote:
> MLCad V1.3 is ready for download now.
>
> Please fell free to download the program from
> http://www.user.xpoint.at/m.lachmann and follow the link to the my LEGO pages.
>
> Mike
|
|
Message is in Reply To:
| | !!!! MLCad V1.3 (Mikes Lego CAD) IS READY !!!!
|
| MLCad V1.3 is ready for download now. MLCad is a powerful cad system for creating building instructions of your self- made Lego models. The program creates similar instructions as the known one from Lego itself. New features in this version are: - (...) (25 years ago, 14-Aug-99, to lugnet.cad)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|