Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,534
  • Joined

  • Last visited

Posts posted by klinzey

  1. When you installed Vectorworks did you install as an administrator?

    Also, What MacOS version are you sing? Intel or M1?
    I would recommend contacting your local tech support directly and provide them with the details and a copy of your install log file.

  2. If you are using an ma3 compact is should output native sACN or Artnet to Vision. 
    Since you are using the Vision license that came with Spotlight Service select you will be limited to using the first 2 universes.
    The full paid version of Vision allows you to access unlimited universes.
    Make sure you are using Vision 2022 SP3, we fixed an issue where Vision may not see the data from all network interfaces.

  3. It should work, or at least it used to.

    (I haven't tested this in a long time.)

    When you create the command in the plug-in manager you should add the parameter fields you need.

    If the command name is "AP Make Jumper Cable Chain" then

    PIORecName := 'AP Make Jumper Cable Chain';
    PIORecHdl := GetObject(PIORecName);

    Should work.

    Even if PIORecHdl returns NILL using NILL should work and access the default record since only one can exist in the document.

    GetRField(NILL, PIORecName, parmeterName);

    SetRField(NILL, PIORecName, parmeterName, newValue);

     

    The better way to do it is to use Set/GetSavedSetting() if you want to settings to apply across documents, especially because the user can reset them, and Rpstr if you want them to apply to just the document.

  4. Do you know what version the student is using and where (from which distributor) they obtained their Vectorworks license?
    Some distributors outside of the US provide an educational Vectorworks license that uses a different file format that can not be used with the professional version.
    It may be best to have the student contact technical support directly to identify and resolve the issue.
     

  5. It looks like it's a problem with the importer in both Vectorworks and L8.

    I did a quick test and the geometry for the TV is being exported as a symbol in the MVR.

    The import into Vectorworks creates the symbol but it is not placed in the document.

     

    I'm not sure how L8 handles nested symbols.

     

    We will investigate the issue in Vectorworks.

    • Like 1
×
×
  • Create New...