Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,552
  • Joined

  • Last visited

Posts posted by klinzey

  1. There is not preference number, the information is contained in a hidden record.

    "__NNA_SL_Pref_Record"

    You may need to set the following fields:

    'ModifyColor' {bool}

    'UseDeviceColor' {bool}

    'ChangeFill' {bool}

    'ChangePen' {bool}

    If you change the settings you will either need to reset all the lighting devices or at a minimum call LDevice_ClearCache() depending on which settings are changed.

  2. Only other thought would be a font mapping issue. Try looking at your font mapping in 2013 and 2012 and see if they match.

    Also try switching the font to something generic. I've seen random problems with custom fonts.

    I wasn't able to reproduce the problem on my machine between 2012 and 2013.

    You can contact tech support if your problems continue. If you can make a simple reproduce-able example of the problem submit a bug via bug submit.

  3. You can not rotate a hybrid object. The focus point is just a point in space, the light is focused at the insertion point of the object regardless of the shape. The shape is there just so you can select and move the focus point.

    If you want a vertical focus point representation select one of the vertical focus point shapes or create a custom one.

  4. The focus point accepts a height so simply place it at the correct Z height. You can choose one of the standard shapes or a custom shape that draws the focus point vertically.

    The wire frame beam shown by "Draw Beam" will only be vertical when the lighting device and the focus point are very close to the same Z height. The rendered light will interact with the wall and floor more accurately.

  5. Henry,

    To add items to the list you just need to create a file with your custom symbols then place the file in your Vectorworks user folder ..\Libraries\Defaults\Focus Points\

    Restart Vectorworks and you should now see your custom symbol shape names as choices.

  6. You have to be a list member to search the list, all the lists are considered "Private"

    Once you subscribe to a list you can set the "No Mail" option if you don't want to receive emails form the list.

    In the Online Mailing List Archives or Archive Search pick just the VECTORSCRIPT-L list.

    Once you are logged in it should only show you the lists you are subscribed.

  7. If you are just using the symbol and simply need to move it use a control point.

    One of the parameters available is a control point type. This will give the user a grip to move and you can access the x/y values and place the symbol at that location.

    If the symbol only resides in the path then the user would have to manually enter the path group to move the symbol. Right click on the path object should give you the option to edit path or profile, the option should be available in the edit menu also.

    As for the more extended properties check on the Vector Script mailing list there was a list of the constants posted there recently.

  8. All names in the document need to be unique. You should be able to name objects within a PIO but they have to be unique in the document including names of class, symbols, textures etc.

    The simplest way to do this is use GetObject() or Name2Index() to make sure the name is not in use.

  9. What are your document units? If you are using feet or meters it may be a rounding issue rather than a snapping issue.

    In versions prior to 2013 there was a precision issue and the location of the labels was limited to 6(?) decimal places and with feet as the units the labels will sometimes jump when placed in the document.

  10. Having snaps on or off when you created the LL should not make a difference. Movement should be based on your current snap settings. Try turning off all the snaps not just the grid snaps. If I'm trying to align labels I will often enter values in the x and y fields of the OIP for each label.

  11. You can manually edit the symbol and change the objects from layer plane to screen plane. The dialog just reminds you and automates the process.

    In the resource browser right click on the symbol and click edit.

    Edit the 3D. Select 2D objects and in the Object Info Palette change the plane form Pane: Symbol Definition to Plane: Screen.

    Exit the symbol then regenerate the lighting device with the Refresh Instruments command.

  12. You should be able to class and make the focus points invisible with out a problem.

    For the lights you have to do something different because with the class off the light is no longer viable.

    You should be able to change the Default Instrument Texture to Not Cast or Receive shadows. You will probably need to regenerate the instrument in order to update the texture.

    The other option is to edit the 3D symbol and replace the geometry with a small cube.

×
×
  • Create New...