Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,551
  • Joined

  • Last visited

Everything posted by klinzey

  1. Make sure that "Use Site Modifiers" is checked on all the Road objects. This will create the 2D and 3D polygons in the corect class to cut into the DTM.
  2. FSActLayer returns the "first selected object on the active layer", but not necessarly the first item that you selected. Selection is a binary state, either an item is selected or not, you canot tell how the objects were selected. ie, what would the order be is the objects were part of a marque selestion? In order for a numbering script to work you need to make a tool that numbers as you click on the object. To get you started you want to use GetPt(x,y) to get the mouse location when you click then use PickObject(x,y) to get the handle to the object or GetPickObjectInfo if the objects might be in a wall. Here is what the main part of the script should look like. GetPt(x,y);ObjHand := PickObject(x,y);while Objhandle <> NIL doBeginSetRecord ( Objhandle , kRecName );NumberString:=Num2Str(0 , Num); SetRField ( Objhandle , kRecName , kRecField , NumberString );Num:=Num+1;GetPt(x,y);ObjHand := PickObject(x,y);End; [ 05-31-2002: Message edited by: klinzey ]
  3. If it is just a line, switch to Radial/Polar mode on the OIP. It will display the line length and the angle.
  4. When you upgrade from 9.0.1 to 9.5 make sure to use your Architect, (Not Vectorworks) and Renderworks serial numbers.
  5. A tool requires the user to click in the drawing space. A menu command (.vsm) does not require the user to click in the drawing, so this may fit your needs.
  6. If you installed all of the gobo textures try moving them to a temp folder outside of the VectorWorks directory. The installer copies the entire 9.0.1 folder before the updater actualy runs. The textures are over 1GB when installed so it will take a long time and need a lot of space to copy 1GB.
  7. If your concern is the actual Gobo, just let the manufacturer know the details. I needed a Gobo that was basicaly a circular with text. I need the circle to be round and the text to be square. I ordered the Gobo from Apollo; I told them I was using a 19deg S4, the throw distance was x, the height was y and the image needed to be Z. They did the math and it was perfect. If you want to try it in VW. Type the text in a TrueType font.Select the text and run the menu command TrueType to Polyline.Extrude the polylineRotate 3D x?,y?,z? (you will need to do the math)If you want to make Gobo that you can project with RW, you should be able to do a solid subtraction with a "blank" Gobo and get the final result.Then consult the Spotlight manual on how to make the texture. You may need to convert the 3D back 2D polys before you make the texture. HTH Kevin LinzeyNNA
  8. You may need to close VectorWorks, then delete the file. It has been entered into the bug list.
  9. First make sure that you are in the correct workspace. From the File menu choose Workspaces, VW Spotlight 9_5. If VW Spotlight does not appear in the list of Workspaces then you will need to try the install again. Make sure that you use your Spotlight ser # when are upgrading.
  10. You can place the rotating set on its own layer and create a layer link and rotate the layer link. Another option is to create a symbol of the rotating set pieces. Then place the rotated symbol in different classes or layers. You can then use the saved sheets to easily navagate to the different rotations of the set.
  11. Try http://www.microspot.co.uk/support_pages/sw_updates.html The trailing period made it a bad link.
  12. "gobo" is a much debated acronym. Without getting into too much detail, a "gobo" is a pattern or texture that is placed in front of a light and projected onto the stage. Think of it as a slide for a slide projector. You can take a look at http://www.rosco.com/gobocatalog/ to see what they look like.
  13. There was a bug in SpotLight 8.5 the prevented the prefrences from being saved. The bug list shows the problem was fixed for 9.0. If you are finding any prefrences that are reseting themselves please let us know. Remember that some prefrences are stored with the document and others are stored globaly.
  14. There have been some reports of problems with the automated action for Lightwright. Try manualy exporting the Lightwright data. See the section "Data Transfer Between SpotLight and Lightwright" in the SpotLight manual. It contains detailed instructions on how to import and export the data.
  15. The size limit was removed in 9.0. I just did a quick test with 81K of code and it worked fine in 9.5.{US Version} Also the syntax for an include file is {$INCLUDE [file]} not {#INCLUDE [file]} HTHKevin LinzeyNNA
  16. The easiest thing to do is to place the include within the VectorWorks Plig-Ins folder. If the full path is not given VectorWorks will path the include fine beginning from the plug-ins folder.
  17. It would be best for you to call the sales department. 1-888-646-4223 sales@nemetschek.net They can give you let you know what each product contains.
  18. Kevin, You can use the workspace editor to add the Align and Distribute, or any other command in VW, to your SpotLight workspace. Consult the VW manual for details on how to edit a workspace. The Align and Distribute command is located in the tool menu.
  19. quote: Originally posted by daisymurray: have just upgraded to 9.5.02 beta and with added speed tried gobo projections. each gobo projects split into 4 quadrants with the curved outer edge of the gobo appearing 4 times around the centre of the beam.any ideas why? It's a bug in b2. It should be fixed in the next beta.
  20. quote: Originally posted by MikeB: No, his advise works for 8.5 as well With 8.5 you have to hold down the Ctrl key (Cmd-Mac) before you select the object. In 9 the control key can be pressed at any time during the operation.
  21. SIA (Soci?t? suisse des ing?nieurs et des architectes ~Swiss Society of Engineers and Architects~) is a Swiss Standard. Check the VectorWorks manual under Getting Started\Setting Your Prefrences\Document Prefrences\Dimensions\ for more information on dimensioning standards. [This message has been edited by klinzey (edited 08-20-2001).]
  22. Modify Layers and classes was not designed to setup a document, it was designed to modify and existing document. Modify layers and classes will not create layers or classes when loaded from a saved mapping file. If the None and the Dimension class move into the proposed list then things are working correctly.
  23. In order for the circuiting tools to work, the circuiting record needs to be attached to objects that VW sees as symbols or objects, it will fail to work on groups or simple lines. If you are still having problems printing email tech@nemetschek.net with your problem and the file. Kevin klinzey@Nemetschek.net quote: Originally posted by pismox: Is this the right email address? It came back as unknown. I think that the problem was the objects that I was trying to circuit were imported from ACAD and then I converted them to symbols. Instead, I replaced the ACAD symbols with VW outlets and so forth. I am having a problem with printing however and I am getting type 11 crash errors. I am having to save file as a VW 8 file before I print. Any advice? ------------------
  24. Please send your file directly to me (klinzey@nemetschek.net) and I will take a look at it. Does the dialogue appear after your first click? Where are your electrical symbols located? on the active layer? Do you have electrical panels in the document? What are their names? quote: Originally posted by pismox: One of the main reasons for upgrading was the abiltiy to use the circuiting tool. When I use it, however, I am able to draw the circuits only to lose all control over VA9. I can't save, our even quit after using the circuiting tool. I have to force quit. What a dissapointment. I have been happy with the program overall until this bug. Anyone have any luck with this? DPG4 533 768 RAM OS 9.1 VA 9
  25. If the Cyrix 133 isn't being seen as a Pentium try downloading and installing this utility. http://www.powerleap.com/CCP.htm It will trick the system into thinking it has a real Pentium processor.
×
×
  • Create New...