Jump to content

Nikolay Zhelyazkov

Vectorworks, Inc Employee
  • Posts

    1,913
  • Joined

  • Last visited

Reputation

698 Spectacular

10 Followers

Personal Information

  • Occupation
    Software Engineer
  • Location
    Bulgaria

Recent Profile Visitors

5,671 profile views
  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?
×
×
  • Create New...