Subject:
|
Re: Minifig Cloth Cape
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Tue, 11 Jun 2002 16:02:00 GMT
|
Viewed:
|
586 times
|
| |
| |
In lugnet.cad.dev, Paul Easter wrote:
> I am using version 2.1.5 In an editor window Options menu it shows
> 'Decimals (3)...'. Doesn't this work with the "compact" tool?
Not at this time - the Compactor preserves all decimals (except trailing
zeroes, which it removes). The intent of the Compactor is to remove all
extraneous material, without altering the actual data.
If you want to trim all your lines to 3 decimals, you can wrap a null
TRANSFORM (or TRANSLATE, or ROTATE) statement around all the code, and
use the LDL2DAT tool to 'convert' it to straight LDraw. LDL2DAT *does*
use the decimal setting. :)
It would look like:
0 TRANSFORM 0 0 0 1 0 0 0 1 0 0 0 1
[your code]
0 TRANSFORM END
Highlight all of it, and use LDL2DAT.
Steve
|
|
Message is in Reply To:
| | Re: Minifig Cloth Cape
|
| (...) I am using version 2.1.5 In an editor window Options menu it shows 'Decimals (3)...'. Doesn't this work with the "compact" tool? Paul (22 years ago, 11-Jun-02, to lugnet.cad.dev)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|