Jump to content

Nikolay Zhelyazkov

Vectorworks, Inc Employee
  • Posts

    1,913
  • Joined

  • Last visited

Everything posted by Nikolay Zhelyazkov

  1. You can have a data tag that reports the today's date. Then you can use the DataTagField function with a criteria defined to get the value from the data tag. But you will still have to reset the data tag (for example by moving it) to get the date to update I think.
  2. - It is currently working when it is active as the TBB gets reset to update the Total Number of Sheets and Page Number fields. The side effect of this is that the Sheet Number and Title get updated too.
  3. - The Sheet Number/Title coordination is not related to the active state of the TBB. If you just move the TBB to get it to reset it will correctly update its sheet data. So you have found a bug that on layer duplicate the TBBs do not get reset and therefore do not get their sheet data updated. I will log a bug about this and will work on a fix. Best Regards, Nikolay Zhelyazkov
  4. Sorry for the delay, missed the notification for your answer. I checked your file and there are no issues there. Try this. 1) Open TBManager 2) Optionally, select which sheets to edit 3) Go to Issue Data pane and click on Add and enter the Issue data 4) Go to Project Revision History pane and make sure you have selected to create/update this report 5) Close the manager with OK 6) Find the worksheet in the resource manager and notice how there is 1 issue added in it as the last column with the data that you have entered + some of the rows have a revision number - the current revision for that issue of the sheet
  5. @Helga Heins so to me it seems like the Project Revision History should give you the results you want. As I said, this report reports on Issue Data and the Current Revision Number for each Issue, so in order to have anything in it you should first create Issues and then create Revisions. If you can share a test file or PM me the actual file I can check to confirm if you have Issues or not.
  6. Hmm, haven't noticed this. Well, since you have this figured out I suppose that it is ok
  7. Did you put my script in your old script? My change was just 1 line in your old script but I added the whole function for context.
  8. Hello all, In VW 2024 we have added the ability to display all TBB parameters and records in the OIP. If the Sheet Data.Scale field is added then the Update Scale button is added too. So I think that this thread is resolved there. Best Regards, Nikolay Zhelyazkov
  9. Hello @spettitt, The problem is that each time you run your script you delete the records from the sockets and attach them again and this resets the mapping. After a consultation with the IFC/Data Manager experts it turned out that you can avoid the data mapping reset using this: def SockRecord(h): vs.Record(h, 'SktUUID') vs.SetRFieldOpt(h, 'SktUUID', 'Dev', True, True) vs.ResetObject(h) vs.SetObjectVariableBoolean(h, 1167, True) Once you change your script like this and fix the mapping for the already existing sockets you should be fine. Best Regards, Nikolay Zhelyazkov
  10. Hello @spettitt, @Pat Stanford, The reason why this is not working is that it is being executed when the PIO gets copied from the profile group of the data tag to the drawing. But at this step the PIO is just copied and it is not in the drawing. It gets added at a later step and that is why at this time it does not have a parent. I do not think that there is any way to get this done with such a PIO as it will not get notified when it gets inserted in the drawing -> you cannot really get its parent. So yes, maybe the way to go is with a tag like object and associations. Best Regards, Nikolay Zhelyazkov
  11. Hello @bguthrie, You can double click to edit your device and move the sockets as you wish. Additionally, if you are using the Device Builder you can set up the socket positions from there. Let me know if you need any additional info. Best Regards, Nikolay Zhelyazkov
  12. Hello @Tom W., Firstly, this should be happening with all graphics, not just rounded rectangles. I suppose that in the other 2 cases mentioned above your text objects have Left alignment selected and not Center, as it is in the rounded rectangle tag. I think that you have found a bug here caused by the U4 updates to the constraints system. I will log a VB about it and work on its fix. Sorry for the inconvenience! Best Regards, Nikolay Zhelyazkov
  13. Hello @Helga Heins, The Project Revision History report is listing issues and the current revision of each issue. If you want a report with revision data you should check out the Sheet Revision Log. Let me know if you need any further info. Best Regards, Nikolay Zhelyazkov
  14. Hello @spettitt, Have you tried using UpdatePIOFromStyle? It might get the job done. Best Regards, Nikolay Zhelyazkov
  15. Can you share or PM me a test file so that I can look into it?
  16. - Hello Thomas, it was a bit too late for U4 for this fix, but it should be in the next update. 🙂
  17. Hello @Brian Nitz, For the connector name you can make a database worksheet with sockets and list their connectors. To filter out only the connected sockets you can use the Connections Count parameter of the sockets as an additional criteria. For the connector description, there is currently no automatic way to extract this data. Best Regards, Nikolay Zhelyazkov
  18. Or use the Edit Front/Rear of Rack right click context menus that open up a view set up for this mounting editing.
  19. Yes, this data is stored in the document but the Latest Issue custom link formula is reading the data of the object.
  20. - ohh, okay got it, this means that this linked text could be reading data from other TBBs, which is currently not possible. You can set up a project data field for this that you will have to manually update, but then the data will be visible in all TBBs.
  21. - Yes, this can be done with the custom linked text options. You should have Latest Date as an option there, when you edit the TBB layout and select a text object.
  22. - You can easily create new custom title block starting from an unstyled one. Just enter its layout and start inserting graphical and text objects. You can then make your text objects linked/dynamic from the OIP and they will display data from the TBB. If you need additional fields you can add them from the Manage Project/Sheet data dialogs in the TBB Settings dialog.
  23. @Luxedavid The tutorial that you were watching is too old and much has changed since then. You can check for tutorials here https://university.vectorworks.net/course/index.php?mycourses=0&tagfilter[category]=0&tagfilter[type]=0&tagfilter[difficulty]=0&search=title+block&langfilter[]=0#coursestab The Title Block Coffee Break course should be enough as a start I think.
  24. - Which version of Vectorworks are you using? Which tutorial were you following? Can you share a screen recording, screenshot or test file showing the issue?
  25. Hello @Florane, The Issues are always sorted so that the newest issue comes first and then come the rest. So if you add a new issue it will shift all the rest to the right and that might be why your report is shifted. Best Regards, Nikolay Zhelyazkov
×
×
  • Create New...