Jump to content

Jack Moleta

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation

1 Neutral

Personal Information

  • Location
    Australia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank you, this helped me a lot! I changed the len(1) bit of the code to math.fsum(1) and made it sum the values of the list. I don't know much about code but it seems to have worked and saved my project.
  2. Thanks Nikolay, Great explanation, that answers everything. Its working perfectly now. Is there a place I could have found this explanation? So I don't have to bother you guys again 😊.
  3. Hi there Nikolay, Yes I created the worksheet from the Title Block Manager. I took your advise and got rid of the multiple sheets which has now created database rows. Thanks for that. However I'm still not getting the result I would like. I would like the columns to show each drawing that was sent for the corresponding issue and the revision number of the drawings that were sent for that issue. Ive attached the file I'm working in.Thanks a lot! TN-TB Working.vwx
  4. Thanks Pat, that post is super helpful in understanding how it all works. However I don't think this will help solve my problems with the default revision worksheet. What I need is a worksheet to show what drawings were issued and what revision the drawings had when they were issued. Due to the nature of the project It needs to work when some drawings go out without others and when the same revisions drawings are issued to different people at different dates. I have tried to make my own with the marionette tool but I cant seem to get the Set Cell Formula node to work.
  5. Database headers is ticked however the rows are spreadsheet rows not database ones. You can see how the rows are labeled 12, 13, 14 etc and not 12.1, 12.2,1 2.3.
  6. Thanks for the reply, I'm not seeing any pull down menus in the worksheet. They appear to be just spreadsheet rows and not database ones. Which I note is different from the tutorial screen shot that shows drop down options found here https://app-help.vectorworks.net/2020/eng/VW2020_Guide/Setup/Project_revision_and_issue_history_worksheets.htm
  7. Hi There, I'm having trouble creating a revision history worksheet from my title block borders. As shown in the screen shot below you can see that the revision number keeps repeating the current revision as oppose to the revision the drawing had when it was issued . I though I might be able to fix this myself using the Set Cell Formula, but I can't get that to work either 😞 Thanks for your help!
  8. Thanks for the help Alan! That works, however I have thousands of blocks and am trying to come up with a way that doesn't involve me drawing anything myself. My method at the moment finds the longest line on the block and then aligns the plan to that. I didn't realise that the Get Angle node existed, this explains why nobody has noticed the atan2 node bug :).
  9. Hi all, I'm new to Marionette and am trying to use it to place some simple house symbols at roughly the correct position and rotation within a 2D polygon block boundary. The idea being to quickly test how different housing types would work in an existing block subdivision. I have managed to get it somewhat working for 2 block boundaries, however I need it to work for any given number of block boundaries. It seems to me like I need to use a loop, however I've read that Marionette doesn't have a method for looping. So any ideas on a solution would be great. I've attached my progress so far. Thanks for your help! Block Subdivision Marionette.vwx Also you may note I have used a custom atan2 node. It seems to me like there is an error in the default one where it just outputs the X input value. I changed the last line of code from, self.Params.z.value = x to self.Params.z.value = z and that seemed to fix it.
×
×
  • Create New...