Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,552
  • Joined

  • Last visited

Posts posted by klinzey

  1. 3 hours ago, TReimann said:

    Especially there is no Vision manual at the moment the program has to be user friendly!

    Vision has the same style user manual that is available for Vectorworks. It's accessible via the help menu or by pressing F1.

     

    It always going to be difficult for Vision to compete with "Free" software. If the programmer is happy with the rendering speed and quality they get from GrandMA 3D it's going to be almost impossible to sell them Vision because of the additional cost. The user needs to want something more or different than they can get from GrandMA 3D for them to even look at Vision.

  2. This is working as designed. "Exit" is on exit from the dialog, not exiting the application. The option will be always be unchecked when you launch the dialog. Checking this option forces a full export from Vectorworks and causes Lightwright to reconcile with Vectorworks. Vectorworks will cause Lightwright to automatically reconcile if the data exchange file is bad or has been deleted and needs to be recreated.

  3. Other user's fixture modes and Vision fixture requests will de delivered via the Content Updater you can run from within Vision. They will also be delivered to other users with Service Packs of Vectorworks.

    Vectorworks symbol fixture requests will be delivered by updating the libraries available in service select which will automatically show up in the Vectorworks Resource Manager.

  4. I've done it before and you just need to keep track of things very carefully.

    Give all the controls that don't change ID's before the ID of your dynamically created controls. (VW doesn't like it when you skip control IDs.)

     

    In the case statement make sure you have events for all of the static controls.

    At the end of the case statement you will need an OTHERWISE

    Here is where it gets tricky... You have to do some math to figure out which item the user clicked.

    You need to be sure the ID is greater than the last static control and less than the last control you created.

    In the simplest case you will probably have a label (item=N) and then the hatch control (item=N+1)

     

    You can setup your data structure when you create the dialog so that the dialog item is an index into the structure if you want to keep it simple or with a little more work you can convert the dialog item into an index into a more compact structure.

     

    As you are building the controls for the dialog you need to handle the first control placed after your fixed controls separately and then from then on you iteratively add controls once the pattern is established with the first control.

     

    Done right it works great but it is a little difficult to debug.

  5. This is strange. The insertion point of the lighting device should not change. Many tools use the bounding box center of the entire object. Pasting an object is probably going to use the bounding box center rather then the object's insertion point if you are pasting the object at a location.

     

    If you look at the location reported in the OIP of the lighting device it should match the insertion point in the drawing.

     

  6. It looks like you have the Parts Record attached to the Base group as well as the parts inside the base group.

    Edit your symbol and enter the base group. Either ungroup the group in the base group and choose not to transfer the records or enter the group and detach the parts records from the objects. You will have to replace the instrument with the same symbol, save and open the file or something else to force the lighting device to update.

    Testy Spiider Rotation.vwx

  7. Without seeing the file it sounds like all the fixtures are patched to the came address in Vision.

    I would suggest opening the Patch window in Vision to check. You can reassign the fixture addresses from there if necessary.

     

    Depending on how old the video you watched as a tutorial there may have been some changes in Vision and Vectorworks. Vision and Vectorworks use different names for Address and Channel and you need to make sure your settings in Spotlight Preferences are set correctly to map the fields you used in Vectorworks fields to the Vision fields. 

  8. Records are not directly accessible from the lighting device. The label legend can only access the Lighting Device record.

    You can customize the lighting device and add your fields in the Spotlight Preferences command and then they will be available in the Label Legend Manager.

     

    If you want to continue to attach a record to the lighting device instances your best option is to use the Data Tag to display the information.

    • Like 1
×
×
  • Create New...