Jump to content

Kool Aid

Member
  • Posts

    559
  • Joined

  • Last visited

Posts posted by Kool Aid

  1. Including yours truly.

    I have scripts that generate lists of legendary candidates, but there's a long and winding road from those to become a true legend.

    This is, BTW, another case for a need of a ?reverse? parts-assembly -solution.

    Should VW be a genuine object-oriented system, it wouldn't be particularly hard. Pity it isn't.

  2. If is the operative word here. If this, if that. And if not, you are stupid and can't even launch an installer in a folder.

    Since every installation of MacOS and Windows has an HTML-browser, why can't the Help system utilise such a fundamental OS-feature, instead of an arty-farty hot-air system?

  3. Hi All & a pleasant Holliday Season to you,

    1, 2, 3, 4, motorway! This must be a record: the same question spammed to four discussions.

    then tried to extrude them to the proper height. No worky.

    I can't reproduce this. The only (2D-drafting) object type that can't be extruded is the 2D-locus.

  4. While I'm not a lawyer? (Lucky me!) Additional licences are, AFAIK, available only for employees of the owner of the main licence.

    Since babagre does not state his or her country of residence, I have to assume that to be the Land of the Countryless, i.e. the U.S. of A. Therefore he or she can, technically, just let his or her partners or business associates to install any number of copies of VW from his or her installation-DVD and no-one will be any wiser.

    Thus, there is no advantage from adding another seat. Costs money and may be illegal anyway. Just get the one upgrade and ?share? it, as encouraged by NNA.

  5. Ahh, few of us are geniuses, but some of us are seriously lazy?

    If you can get Ozzie's trick to work, that is a much better solution. If not,

    - copy the code

    - paste it to eg. TextEdit

    - make it plain text

    - save to a convenient location

    - when needed, issue Run VectorScript command (Tools/Scripts) and point the Open file dialog to the said convenient location

    What we're doing is very simple. We get the number of classes (NumClasses) and process the list of them (ClassList), ignoring None and Dimension (nos 1 & 2), and create a locus in each class.

  6. Yes? I can imagine??This took a minute? But then again, I'm not an engineer!

    PROCEDURE DummyClasses; { ? Petri Sakkinen 2009 } 
    VAR
    i : INTEGER; 
    
    BEGIN
    FOR i := 3 TO CLASSNUM DO BEGIN 
    	LOCUS(0, 0);
    	SETCLASS(LNEWOBJ, CLASSLIST(i));  
    END; 
    END;
    
    RUN(DummyClasses); 
    

  7. Hee, hee??I was 32 years old when I bought my first (CP/M) computer in 1984. I guess my generation is more able to learn new things than you kids!

    My only prior experience was a one-week Basic-programming course when entering the Uni 1971.

    EDIT

    The latter using a Hewlett-Packard 2000B time-sharing machine with 32 Teletype terminals across the campus. Programs were saved on paper tape?

  8. Thanks, that works pretty well. The only problem I am still having with it is the Class issue. If I have a bunch of repeating elements in the same class, but I only want to have an ortho of one of them, do I have to select one and put it in it's own class so that when I do a section viewport, I only get one? (Selecting in class options).

    Otherwise, when I do a section viewport I get everything in that class. Is there another way around this?

    I think you have a conceptual problem here. The issue at hand seems to be a ?parts ? assembly? -type of situation and you want the program to generate a list & drawings of a set of arbitrary parts. I don't think you'll succeed.

    If all your parts are symbols, it is doable, but if you have ?drafted? parts, it's not. With parametric objects it is theoretically possible to find all similar instances and isolate the unique types, but only theoretically.

    So, in short: you may have to reconfigure your workflow.

  9. I'm thinking the WriteLn function might be a very powerful tool... with it you can write a script to write a script. In the TellMeVariable I included a function that picks up all the parameter names then creates assigns the internal variables to the object parameters.

    I am just starting to play around with Dialogs- is anyone using WriteLn in scripts to auto generate Dialog Scripts?. If this question make sense and there a couple people interested in seeing how it might be done, I've been looking for a project to give Google Wave a go on- and I have a couple spare invites.

    See also

    http://www.nemetschek.net/support/custom/vscript/vstool.php

    Dialog Builder 5

    and everything at

    http://www.vectorlab.info/index.php?title=Category:Examples_-_Dialogs

    Scripts that generate scripts are a favourite of mine. I also have FileMaker Pro databases that generate scripts. However, as comes to dialogs, I'll leave that to the experts and aficionados. (We hatess dialogss?)

  10. Kool: Unfortunately Windows does not come with an equivalent to OSX's system-wide colour-pick/drop utility (or at least, not as far as XP).

    It doesn't? Well, then our friend, the baby, got a rather raw deal from Dell. Yeah: tough.

  11. Sound advice, brudgers: for once, we agree!

    When importing AutoCAD-stuff, it is a good idea to include a class name prefix. Any reference files, when replaced, should be in the same location and have the same file name as the old versions; the same applies to current versions of work files. ?Save as?? should be used only when one knows what one is doing and even then only after a cup of non-instant coffee and a smoko (inhaling not compulsory.)

×
×
  • Create New...