Acip79 Posted October 2, 2020 Share Posted October 2, 2020 @Stephan Moenninghoff please refer to @Chuck Davidson post. Thanks. The rectangle should be rotating with lower left corner as the rotation point. Quote Link to comment
Vectorworks, Inc Employee Stephan Moenninghoff Posted October 2, 2020 Vectorworks, Inc Employee Share Posted October 2, 2020 8 minutes ago, Acip79 said: The rectangle should be rotating with lower left corner as the rotation point. But that is what it is doing in your example, no? Quote Link to comment
Acip79 Posted October 2, 2020 Share Posted October 2, 2020 @Stephan Moenninghoff The output should be like this image. Quote Link to comment
Vectorworks, Inc Employee Stephan Moenninghoff Posted October 2, 2020 Vectorworks, Inc Employee Share Posted October 2, 2020 (edited) Ah, you mean the rogue object? Replace the 0 in the 'First Rectangle Width' node with 50. You are creating a dead object so the count for the rotation values is one more than that for objects. You can see it if you go to debug mode: Edited October 2, 2020 by Stephan Moenninghoff Quote Link to comment
Mark Kennedy Posted February 26, 2021 Share Posted February 26, 2021 On 3/6/2018 at 3:58 PM, Robert Anderson said: Hi all, I thought that I'd try and put in one place some diverse Marionette resources for you who are new to Vectorworks' algorithmic / parametric modeling tool: Basic Tutorial in Vectorworks documentation More Advanced Tutorial in Vectorworks documentation Marionette on YouTube (thank you Jim) Marionette Developer Wiki (for Pythonistas) On 10/2/2020 at 5:21 AM, Stephan Moenninghoff said: What is the result you were expecting? Like this? @Robert Anderson If I want to create a parametric symbol that I merely want to customize to different lengths, how would I do that? These symbols are hybrid and have text linked to them. I would like for the 2d shape to adjust to the same length as the 3D extrusion. Mark Quote Link to comment
Vectorworks, Inc Employee Neil Barman Posted February 28, 2021 Vectorworks, Inc Employee Share Posted February 28, 2021 On 4/6/2020 at 10:59 AM, Kevin K said: I have put off delving into and leaning Marionette for years. During this time of self isolation thanks to the coronavirus, I thought it would be a good time to immerse. I noticed a few, albeit older posts regarding learning Marionette, but just wanted to get a heads-up on the best place to start learning. any advice would be appreciated. Thanks -Kev Have you tried the “Marionette Introductory Tutorials” that are pinned to the top of the main Marionette forum section? It’s been a long time since I watched them but I seem to recall they were quite good. Sarah Barrett’s recent webinar on “Algorithmic design in BIM software” is also a very good intro into the topic. The first part of the webinar provides a great explanation of the different approach or mindset one would take when using Marionette and some of the possibilities of the tool. For me, who has been more accustomed to the traditional design approach that she describes, I found it useful to hear about the different way to thinking about an algorithmic design process. Quote Link to comment
Kevin K Posted February 28, 2021 Share Posted February 28, 2021 @Neil Barman Thank you for the suggestions. Much appreciated, and I will check em out. Quote Link to comment
spries Posted June 8, 2021 Share Posted June 8, 2021 (edited) Is there a way to see the description of a node in the resource manager? I have a hard time finding the correct node and would like to know what each node does before I drag it into my network. EDIT: Figured it out. Just need to hover over the node. Edited June 8, 2021 by spries Quote Link to comment
tavbut Posted March 5 Share Posted March 5 Hi, I want to make a marionette menú command that works on a selected object. I already have my network working, wrapped and ready to hit "Convert to menu command". At the time it is calling/getting the handle of the object through a name node, but I wonder if there is a way to get the handle of the selected object. Can anyone help me? Quote Link to comment
Marionette Maven Marissa Farrell Posted March 5 Marionette Maven Share Posted March 5 12 minutes ago, tavbut said: At the time it is calling/getting the handle of the object through a name node, but I wonder if there is a way to get the handle of the selected object. Can anyone help me? Hi! You can use the Objects by Criteria node and set the Criteria to ((SEL=TRUE)) (You can also use the dialog that is presented using the "Criteria Configuration..." button in the OIP) Replace your Name node with the Obj by Crit node. Sometimes this is finicky, though, so please if you run into an issue send me a DM with the file so I can take a look and forward it to the engineers if it's something we may need to fix/account for 🙂 1 Quote Link to comment
tavbut Posted March 6 Share Posted March 6 Hi, Is there a way to delete Marionette menu commands? I've been doing some tests and now have a bunch of menu commands listed that don't work. Quote Link to comment
Marionette Maven Marissa Farrell Posted March 6 Marionette Maven Share Posted March 6 You can remove Marionette menu commands by navigating to Marionette Command Library.vwx (Go to [Your User Folder]/Libraries/Defaults/Marionette) and delete the resources in the RM that correspond to the menu commands you'd like to delete. Then you'll likely need to restart VW to show the changes. 2 Quote Link to comment
tavbut Posted March 14 Share Posted March 14 Hi everyone! I'm trying to create a Marionette network that works with objects from a set of layers. I could do that using the Objects by Criteria node and selecting each layer individually, but I wonder if there is a way to call for a set of layers by any common parameter like tag, story, or the first letter layer's name. Quote Link to comment
Antonio Landsberger Posted March 15 Share Posted March 15 On 3/14/2024 at 2:42 PM, tavbut said: I could do that using the Objects by Criteria node and selecting each layer individually, but I wonder if there is a way to call for a set of layers by any common parameter like tag, story, or the first letter layer's name. The criteria dialog (from Objs by Crit) does not support these properties as far as I know. Not even the last of your wishes: "the first letter layer's name". And I quote: "the current listbrowser class control on the criteria dialog doesn't support both picking class [or layer] names and typing a prefix into an edittext". But you should be able to query every item, and sort them out depending on the result using the filter node. To do that you would most likely have to start making custom nodes, because these probably don't exist, yet. Quote Link to comment
tavbut Posted March 15 Share Posted March 15 @Antonio LandsbergerThat's an excellent way of looking at it. Query all and filter. Thanks! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.