| | Re: Idea for a meta-statement Tore Eriksson
|
| | (...) Steve, you gave me an idea, hehe! Here's my first pre-embryo of an LDDP plugin: (URL) far, it is anything but impressive. It can only handle the LDS LINE command, and without any error check at all. Just copy the DLL into the Plugins folder (...) (22 years ago, 2-Oct-02, to lugnet.cad.dev)
|
| | |
| | | | Re: Idea for a meta-statement Steve Bliss
|
| | | | (...) :D I was *hoping* someone would pick up on this. ;) (...) I don't have time to look right this second, but I will check it soon. (...) Right. (...) The input would be a color and a list of points. The output would be a list of LDraw triangle (...) (22 years ago, 3-Oct-02, to lugnet.cad.dev)
|
| | | | |
| | | | | | LDS as an LDDP Plugin (Was: Idea for a meta-statement) Tore Eriksson
|
| | | | | (...) On second thought, the idea of making an LDS compiler an LDDP plugin wasn't that good after all. First I was very excited. But what if I wish to change the value of a variable and the source has been overwritten... (...) OK, I will probably (...) (22 years ago, 3-Oct-02, to lugnet.cad.dev)
|
| | | | | |
| | | | | | Re: Idea for a meta-statement Tore Eriksson
|
| | | | (...) Done. Here's a sample input: 0 132 0 234 POLYGON 14 0 0 1 0 10 1 10 10 1 10 -10 1 5 -13 1 polygon end 0 and the output: 0 132 0 234 0 LDS POLYGON 14 0 LDS 0 0 1 0 LDS 0 10 1 0 LDS 10 10 1 3 14 0 0 1 0 10 1 10 10 1 0 LDS 10 -10 1 3 14 0 0 1 10 (...) (22 years ago, 3-Oct-02, to lugnet.cad.dev)
|
| | | | |