Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,550
  • Joined

  • Last visited

Posts posted by klinzey

  1. MJ,

    If you have thousands of resources you will have to work in list mode if you continue using 2009.

    The only thing you can do is make sure to eliminate any unnecessary resources from the file before it's imported. If he is using a template file there may be resources in the document that are never used.

    If 2009 supports it, you can try using Design Layer Viewport referencing rather than importing the data into your working drawing. This should help with your work flow and speed things up in general.

    Kevin

  2. You need to turn off the data exchange in VW. File/Preferences/Spotlight Preferences...

    In the Resource Browser Edit "Symbol-1"

    You will notice that the symbol contains "Lighting Devices"

    Select the lighting devices and ungroup them. This will convert them back to symbols.

    Exit the symbol and turn the data exchange back on.

    Lighting devices inside of a symbol do not contain unique data so they causing problems with the data exchange.

  3. Yes, this works as designed.

    It works the same way as if you were to run the Convert To NURBS menu command. There are times when you want to work with the object in the current view or a view other than top.

    There are a few things you can do to speed things up.

    Check the view first.

    If xAngleR,yAngleR,zAngleR are all 0 then don't change the view.

    You should also check the the projection GetProjection() in case you are working in rotated plan.

    IF (Projection <> 6) & ((xAngleR<> 0) | (yAngleR<> 0) | (zAngleR<> 0)) THEN SetView()

    You can also use SetPref(9873,TRUE) to prevent a screen redraw when the view is changed but then you MUST call SetPref(9873,FALSE) after you set the view back. You will see the largest speed increase in a 3D view from this.

    In 2011 there are some other methods using the planer ref that may work depending on what you are trying to accomplish.

  4. I think you are missing the final step.

    You need to run the document script Output ID Prefs in ID_Symbols.vmx to export the new record information.

    Also make sure you are attaching the record to the symbol, be deselecting all before attaching the record, and not to a single piece of geometry in the symbol.

    Also make sure the record names match exactly. A extra space at the beginning or end will cause a problem.

  5. Activate the regular symbol insertion tool.

    In the mode bar check the symbol insertion options.

    The first icon should be active, Standard Insertion Mode and the last icon should be selected, Align Actual Insertion Point Mode.

    You may have changed them at some point or used the "U" key to change modes accidentally.

    Instrument and accessory insertion tools in 2009 and earlier use the same setting as the symbol insertion tool, 2010 and later have their own settings so it's not a problem in the newer versions.

    Kevin

  6. In 2011 the default position for the rendered light and the lighting device is straight down.

    Access to the Focus instruments command is available in the right click context menu for the lighting device. (You can edit your workspace and add it manually in 2010.)

    Turning a rendered light on/off is also available in the context menu for a lighting device for 2011.

  7. This is correct.

    All these parameters are controlled by the lighting device.

    The focus point controls the Pan, Tilt, and Look to Height.

    Spread and Beam are the beam and field angle of the lighting device.

    X,Y,Z are controlled by the location of the lighting device.

    You should not have a light within the symbol. The lighting device will create it's own light source.

    As long as draw beam is enabled and it draws the the correct place the light should go there too.

    You can post a sample file and we can take a look at it.

    Also are you using 2010 or 2011?

  8. Your lighting positions are probably 3D only?

    In order for them to show correctly they should have a 2D element and a 3D element.

    The simplest way to deal with your existing positions is to edit the 2D portion of the symbol and draw the position in 2D. Once you have done this change a parameter in the lighting position object, causing it to regenerate, and you should see the position in 2D and 3D.

  9. First upgrade to the current version of 12 at a minimum. 12.5.2?

    If that still does not help try installing the version of QuickTime that came on the original install disk.

    At this point 12 is a rather old version and just may not run on your current system so please post your system configuration including the OS version.

  10. Susan,

    You should talk to your distributor directly about your watermarked files when you upgrading to a professional license.

    The placement of the watermark/banner should not have changed for 2011.

    FYI:

    There was a lot of work done in 2011 for watermarks.

    VW2011 has to option to display the watermark (or banner) in the drawing so you can check the placement before you print.

    The warning dialogs when you import or open an educational resource/document are more prominent.

    The Title Bar at the top of the VW window will also indicate if you are using an educational version and/or if you are using a watermarked file even in a professional version.

×
×
  • Create New...