Subject:
|
Re: Requesting another plug-in for LDDesignPad
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Thu, 21 Mar 2002 01:45:11 GMT
|
Viewed:
|
549 times
|
| |
| |
In lugnet.cad.dev, Ryan Farrington writes:
> Don Heyse wrote:
> > Actually, you could try this. First scale your primitives by 0.64.
> > Then scale the parts by 0.64. Then fix the primitives inside the
> > parts by rescaling the type 1 lines that pull in the primitives by
> > 1.5625. I just tried this with ldglite on the k0315.dat file and
> > the e-rod3.dat primitive that it uses. It seemed to work ok.
>
> I tried what you suggested and it worked in L3Lab and LDView, but MLCad
> doesn't seem to recognize the scaling of the primitives in the part file.
Hmmm, what technique did you use to do the scaling? 0 SCALE
meta-commands, or scale and then inline. I used the inliner approach.
Here's how it goes in ldglite using the familiar LEDIT style commands
(with the scale and inliner extensions). I'm sure you can do the same
thing in LDAO.
Open a DOS window.
CD to the P directory.
ldglite -v3 -LE
i p e-rod3.dat
c 16
/ p s 0.64,0.64,0.64
/ p i
/ f s <Backspace...> e-rod3.dat
/ f e
Notepad e-rod3.dat and remove the annoying 0 STEP line.
Repeat for the other knex primitives.
CD to the Parts directory.
ldglite -v3 -LE
i p k0315.dat
c 16
/ p s 0.64,0.64,0.64
/ p i
<Page Down> until e-rod3.dat primitive line shows red.
/ p s 1.5625,1.5625,1.5625
<Page Down> to next e-rod3.dat primitive line.
/ p s 1.5625,1.5625,1.5625
/ f s <Backspace...> k0315.dat
/ f e
Enjoy,
Don
|
|
Message has 1 Reply: | | Re: Requesting another plug-in for LDDesignPad [DAT]
|
| (...) Well first of all I don't have either ldglite or LDAO! And I am not sure what you mean by 'scale and then inline,' nor am I sure of the meaning of inline/inliner in this context. I'm off to a real good start! :] I could add 0 SCALE lines to (...) (23 years ago, 22-Mar-02, to lugnet.cad.dev)
|
Message is in Reply To:
12 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|