Jump to content

Kool Aid

Member
  • Posts

    559
  • Joined

  • Last visited

Everything posted by Kool Aid

  1. OK. Let's assume you have your truss & lights in AutoCAD. Now you rotate the truss to be in rake. Where do the lights point now?
  2. Kool Aid

    mass model

    Depends. How do you generate the mass model?
  3. They do? They used to, but no longer appear to.
  4. 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.
  5. Aww, shucks! Your welfare coupons were not good at the Wal-Mart, so you still don't have a life.
  6. 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?
  7. 1, 2, 3, 4, motorway! This must be a record: the same question spammed to four discussions. I can't reproduce this. The only (2D-drafting) object type that can't be extruded is the 2D-locus.
  8. 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.
  9. You're welcome, Vincent. As you see, laziness can make life easier: I'm too lazy to do the same thing over and over again.
  10. 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.
  11. Definitely seconded! Especially the silly classes created by PIOs should be able to be mapped to a user-defined standard.
  12. 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);
  13. Sorry: I just don't get it. What do you mean by vertical scale?
  14. Indeed. Humans are animals who make tools; engineers are lifeforms that can't even make their shoelaces.
  15. 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?
  16. By this time one would expect the "Cut 3D Section" -command eg. to recognise solids as solids??
  17. 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.
  18. 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?)
  19. Surely you are not encouraging these el cheapo yeahbabies to disregard software licencing conditions?
  20. He also needs a a professional-level computer/OS, not a yeahbaby from some Dell.
  21. It doesn't? Well, then our friend, the baby, got a rather raw deal from Dell. Yeah: tough.
  22. Indeed. Gramophone, see phonograph. Phonograph, see gramophone. People, who don't know what they are talking about, should not offer to answer. Could Mother Brudgers provide some useful information?
  23. 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.)
  24. Would any of these methods work?
  25. We design buildings that can be built ? and will be built according to the 3D model. Almost everything in 3D.
×
×
  • Create New...