Jump to content

Jiajing

Member
  • Posts

    99
  • Joined

  • Last visited

Reputation

9 Neutral

Personal Information

  • Location
    United States

Recent Profile Visitors

1,877 profile views
  1. What I learned from @Scott C. Parker is that there is a bug on EQUIPMENT SUMMARY about COMPARE TO INVENTORY, basically it is not working, it suppose to compare to inventory list. I'm with you as well, the inventory list is stored locally, which makes it way hard to share files with team. I haven't found a good work around yet.
  2. The last time i had that problem was on truss, I think I fixed it by script. would you mind share your symbol ?
  3. Thank you, I missed that. @Tom W.
  4. Is it possible to have multiple criterias on graphic legend as 'OR' on opposte to 'AND'. Try to have a list of LIGHT DEVICE and STATIC ACCESSORY on one graphic legend.
  5. Thank you, Scott. Also would love to the difference between plug in of symbol VS. Symbol itself. Would it be great that just show light devise as ome kind if possible
  6. @Scott C. Parker Attached. Inventory.vwx Shop1.xml
  7. Thanks, Scott. Changed to plug -in version of the symbol, it looks same to me.
  8. Need help on COMPARE TO INVENTORY of Equipment Summary. For instance, I have (1) leko with total inventory of (10). When I turn on COMPARE TO INVENTORY on Key, it shows inventory as (0). My question is: * which inventory is key referencing to Am i missing anything here
  9. With more than 10 years working experiecne on Entertainment industry using Vectorworks, my work has been focused on production design, technicial drawing, engineer drawing and rendering. From file conversion, detailed technicial drawing, integration design to pre- visulization, those skills offers client with a complete set of drawing package before walking in to the venue. In addition to that, I will provide power calculation or rigging proposal for engineering purpose. Most of my work focuses on TV , concerts, music festival, theater, art installation and arch floorplan. That's been said, I'm seeking freelance drafting work or design engineer opportunities (open to in house work ). Please feel free to message me directly. Happy Holidays
  10. Thank you, @Raymond and @Pat Stanford I agree that there maight be other element is selected which is not visible on OIP. I clean the file almost entirely, would love to get more details on this specifc case Attached is the file. * On sheet Layer, titled as LX-7, there is a bit map, which locates at X: 0 and Y:0 on top left. I select the bitmap and run the script Q1: If there is other element which is selected but invisble, is it suppose to be more than one AlrtDia to display all items? In this case, I only get one alert window, and TL is not 0,0 for some reason. Q2: I also check the appendex, GETTYPEN gives index of 14, which indicates it is a bitmap, but I am not sure if bounding box is giving the right info of selected bitmap. And I only have one bitmap on this document. I am with you all, but just trying to figure out what's the hidden item and how to get the right boudnbox of selected bit map Thank you 2010025715_TestFile.vwx
  11. Thank you, Josh. That explained, after I delete symbol, the code works just fine. good to know. I can not have class named 'Astera AX5', but I can add prefix and have class named as 'LX-Asteria AX5'. That might be a work around.
  12. Thanks for quick response. Good to know. It would be great to add this note to the NAMECLASS wiki page. On wiki page, it only mentioned 'If the specified class already exists, then it will become the active class of the document.' https://developer.vectorworks.net/index.php/VS:NameClass Thank you
  13. Interestingly, I tried the same code on a brand new file, it works. lol
  14. import vs; List = ['Astera AX5','Astera AX3','ChromaQ ColorForce II 12'] for i in List: vs.AlrtDialog(i) vs.NameClass(i)  Running code on VWX 2023, it suppose to create three classes as ' Astera AX5' , 'Astera AX3' , 'ChromaQ ColorForce II 12', but it creates ' Astera AX6' , 'Astera AX4' , 'ChromaQ ColorForce II 13'. Basically, numbers in the end get +1 increment for some reason. I am not sure how to fix that. any leads are appreciated Broken File.vwx
  15. Thanks for the info. I will take a look.
×
×
  • Create New...