Jump to content

Marionette - Networks

70 files

  1. Architectural Arches

    I would like to contribute for free 12 marionette networks.

    They comprise of 12 architectural arches; Semi-Circle, Segmental, Equilateral, Lancet, Drop, Tudor, Turkish, Rampant, Parabolic, Involuted, Arabic and Ogee Arches.

    All the networks are parametric, customizable and can be freely modified.

    Would appreciate your comments.

    65 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Infographics

    This is an old file that I have recently resurrected. It is one of the first files I ever created and represents my favorite way to use Marionette: infographics. I thought I had posted it here, but I can't find it, so I figured I would post it again. This file contains some custom infographics that I created based off of the polys in this file that have records attached. I have included a second layer that has some chart nodes from the default library.

    107 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Sightlines Simulation Using Shadow Projection

    This is a scenic design tool I created for set designers to help simulate sightlines quickly for those situations where scenery is moving around a lot during a show and you're trying to check for blind spots in arrangements, communicate with the director, or are designing something complicated in the round. While this program requires a 3D model to work it will only give you a 2D groundplan simulation. Because I'm modeling the blind spots using a lighting device to create the shadow projection there will be some slight error and the tool will be less effective on a multi-level set or significantly raked stage.
     
    Directions for use are given in the file along with a series of buttons to run the program. In essence, you run a network to generate a sight line object and name it (e.g. House Right Seat), move the object to the location and adjust the sight line bounds, and then run another network to create a shadow projection simulation of what a person can see from that seat. Finally, you switch to fast renderworks to see the shadows and, if necessary, adjust the Bot-Z depending on where the z=0 point is in relation to the playing space.
     
    I'm using a object naming system that takes user input and names objects with concatenation as they're are created, releases them to the user for manual modification, and then regains control in a separate network. This is still a little buggy and sometimes leads to VWX crashing (particularly the user clicks "cancel" after prompted to input a name), so save your file before running any of the networks here.
     
    I'm still new to marionette so I appreciate any feedback.

    37 downloads

       (0 reviews)

    0 comments

    Updated

  4. Shuffle Numbers Example

    An Input of 4 different numbers. Out of that 4 values there are 40 shuffled numbers of the same values. Next value never is the same like preview value.
    This Example uses a custom "shuffle-node" (randomize input list with the option, no next value must be the same like preview value) and the "saldo-node" (returns a sum after every new value).
     

    24 downloads

       (0 reviews)

    0 comments

    Updated

  5. Introduction to Marionette - Part 4 - Object Nodes

    Marionette is a brand new design workflow tool for Vectorworks. It is the first and only cross-platform graphical scripting (or “visual programming”) environment available in a BIM authoring software for the AEC, Entertainment and Landscape industries. It enables a user with few or no programming knowledge and skills to create custom application algorithms to explore designs, build interactive objects and streamline complex workflows that may also include functions of the operating system and internet. 

    Graphical scripting will play a significant role in the workflows of the future. These tools, when built into an intelligent information modeling application such as Vectorworks software, present designers with unlimited opportunities to generate, define, build, and explore form and function throughout the design process.

    This series of video tutorials will introduce you to the basics of working with Marionette and walk you through the basics. 
     
     

    21 downloads

       (0 reviews)

    0 comments

    Updated

  6. Wall Component Volumes for Custom pSet

    If NetVolume of Wall components has to be written in a custom pSet (if this is a special requirement), this Network maybe provide a solution.

    Note:
    If you export Base Quantities, you get component volumes exported. Which is the normal-case to export the component quantities.

    What does the Script(s) do:
    1. The first Script creates record fields for every component Name exists in the Document (Walls have to be in the drawing, not just as a style).
    2. The Second Script gets Wall component NetVolumes and writes it in the Record attached to the Wall for every component Name.
    3. So you are able to use the Data-Manager to attach this component informations  to the Wall Body and be able to export is as a Custom pSet to ifc (if this is a requirement in a specific project)

     

    145 downloads

       (0 reviews)

    0 comments

    Submitted

  7. Platonic Solids

    Here is a file with some Platonic Solids as nodes and Marionette objects. The faces of the solids are in the form of 3D polygons.

    64 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Labyrinth

    This script generates labyrinths. Just for fun.
     

    68 downloads

       (0 reviews)

    0 comments

    Updated

  9. Colorize Subtext within a Text Object

    In this Example there are used some custom Nodes:
     
    1. "GetSubstring" --> Search for a string inside another string and returns Position and count. This will be necessary to set them to a Text Style Resource.
    2. "GetInsideChar" --> Returns strings which are inside specified characters (normally quote or double quote)
    3. "GetSubstringExcludeQuote" --> Same as the first one, but it to not return text inside quotes
    4. "GetNumberFromString" --> Search for Numbers inside a String.
    5. "GetNextObj" --> Put This in a Wrapper and it will return the next object after this node. This is a great one!! Can be used also for input geometry inside a script network. Without naming or other smut.
     
    This could be improved by further code (find standalone or text in word, find integer, find float, etc.) But It works for most cases perfectly.
     
     

    17 downloads

       (0 reviews)

    0 comments

    Submitted

  10. List of Files and Folders in a Directory

    This example shows, how to list filenames and foldernames of a folder on your disk. 
     
    Contains the following Custom Nodes:
    1. "GetActFile" --> The Path of the active Vectorworks document.
    2. "ListDir" --> Folder- and Filenames of a directory
    3. "GetNextObject" --> Handy to grab objects directly out of the script
     
    short movie documentation:
     
     
    FileAndFolderList.vwx

    17 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Creating nice color schemes

    This Marionette uses a Web-Dialog to create color schemes. The created colors can be imported as colors and textures directly in Vectorworks.

    Instruction:

    1. Run the Network
    2. configure colors
    3. Don't forget to click "save"
    4. close Web Dialog, the Vectorworks fetches the created colors and creates a preview with rectangles.

    Hint:
    right click > Wrap Marionette Network > right click > convert to menu command

     

    64 downloads

       (1 review)

    0 comments

    Updated

  12. Journey Through Marionette - Part 1

    Now that graphical scripting is a reality in Vectorworks software, my designing spirit has been fantasizing about many forms and shapes. I’ve been clicking the mouse for over 20 years and feel like our software is like an extension of my drafting board, but I recently learned that Marionette requires a different but exciting approach. Graphical scripting to me is a form of exploration in a foreign language, it satisfies my curiosity and offers instantaneous alternatives.
     
    I’d like to share my experience and discoveries with Marionette and I continue to explore, and hopefully inspire you to give it a try and ultimately share the knowledge with our community.  My first attempts were all 2d based, nothing great, just crawling before walking. Here is a list of files.
     
    MT-01-How to make a line.vwx 
    MT-02-How to make a circle.vwx
    MT-03-How to rotate a rectangle.vwx 
    MT-04-How to duplicate a line.vwx
    MT-05-How to duplicate a rectangle.vwx 
    MT-06-How to duplicate and rotate a rectangle.vwx 
    MT-07-How to create four rectangles.vwx
    MT-08-How to class objects.vwx 
    MT-09-How to create spiral with lines.vwx 
    MT-10-How to duplicate and scale a circle.vwx 
     

    86 downloads

       (0 reviews)

    0 comments

    Submitted

  13. Journey Through Marionette - Part 3

    Now that graphical scripting is a reality in Vectorworks software, my designing spirit has been fantasizing about many forms and shapes. I’ve been clicking the mouse for over 20 years and feel like our software is like an extension of my drafting board, but I recently learned that Marionette requires a different but exciting approach. Graphical scripting to me is a form of exploration in a foreign language, it satisfies my curiosity and offers instantaneous alternatives.
     
    I’d like to share my experience and discoveries with Marionette and I continue to explore, and hopefully inspire you to give it a try and ultimately share the knowledge with our community.  Part 3:
     
     
    MT-21-How to create a grid of objects.vwx 
    MT-22-How to duplicate array tiles.vwx 
    MT-23-How to create a grid and intersect fixed[1].vwx
    MT-24-How to use get list length.vwx
    WT-25-How to create spiral with arcs and clipping mask.vwx 
    WT-26-How to make an object and a copy.vwx 
    WT-27-How to duplicate proportionaly.vwx 
    WT-28-How to create a cube.vwx 
    WT-29-How to grow volumes by remap domain.vwx 
    WT-30-How to clip two squares.vwx 

    117 downloads

       (0 reviews)

    0 comments

    Submitted

  14. Journey Through Marionette - Part 2

    Now that graphical scripting is a reality in Vectorworks software, my designing spirit has been fantasizing about many forms and shapes. I’ve been clicking the mouse for over 20 years and feel like our software is like an extension of my drafting board, but I recently learned that Marionette requires a different but exciting approach. Graphical scripting to me is a form of exploration in a foreign language, it satisfies my curiosity and offers instantaneous alternatives.
     
    I’d like to share my experience and discoveries with Marionette and I continue to explore, and hopefully inspire you to give it a try and ultimately share the knowledge with our community.  Part 2:
     
    MT-11-How to rotate multiple rectangles.vwx
    MT-12-Kaleidoscope.vwx 
    MT-13-How to create a 2D paraboloid.vwx
    MT-14-How to create a double 2D paraboloid.vwx
    MT-15-How to sequence locus points.vwx
    MT-16-Multiple Radial_Array.vwx
    MT-17-How to sequence two circles.vwx
    MT-18-How to sequence two circles and linestyle.vwx
    MT-19-How to sequence regular polygon.vwx
    MT-20-How to create spiral with arcs.vwx

    80 downloads

       (0 reviews)

    0 comments

    Submitted

  15. Vectorworks to SVGnest direct connection

    This Marionette can be interesting for Laser and cutting jobs. But Mainly it is Study how to use the Vectorworks Web-Dialog to access a Web-Application. The Date is send and reveived over (REST) API. The Exchanged Data is an SVG which is parsed over JSON Formats. Used Engine for Nesting is www.svgnest.com

    for rectangular shapes, use this one:
     
    This Marionette Network is sending all shapes on a layer (or by custom criteria)
    to a Web-App which contains a SVGnest installation and a custom API for Vectorworks
     
    1. Draw a BIN on which you want to NEST the other shapes. Place it topleft of the BIN on your Origin
     
    2. Tested with Layer Scale 1:50, 1:20 mm and BINs of ca. 1-2 meters. It works with all
    Units, sizes and scales but the very first Preview may be very small, cropped or too big.
     
    3. No Holes in polys are supported directly (you can have but nothing would be placed inside)
    But if you draw a smaller shape inside another it is taken as a hole.
     
    4. If ready run the Marionette (You will have to cancel by not saving the result or cancel in
    the dialog after the nesting process)
     
    5. If you have multiple CPU cores it will go much faster. It uses one worker for every core.
     
    6. Click on your BIN, choose the settings button (twice).
    If you define an offset between the parts reduce the curve-tolerance smaller than one. 0.5
    as Example or lower if you see any issues.
     
    7. Press START and wait till parts are placed on the BIN. The Process will calculate infinite and
    try to optimize the result till you click STOP.
     
    8. Press SAVE, wait a sec and then just exit the VW WebBrowser by close or press the Button
    Bottom right to close.
     
    9. Choose Option to move your original shapes on the BIN(s) or a copy
     
    Known Limitations:
    - Some shapes are not converted correctly to SVG maybe. Which is not a big accident because the Application do not import some geometry it keep the original geometry.
    - Complex geometry could take (too) long to nest.
     
    - I take took no control on the nesting process which is processes the NESTING the process
    is powered by https://svgnest.com
     
    Notes:
    You can also use an alternative way:
    1. Export DXF to inkscape and export SVG
    2. Or directly export SVG by https://forum.vectorworks.net/index.php?/topic/78280-export-to-svg-menu-command/
    (The exported SVG from the Marionette is not directly accessable and also the quality and compatibility is just fitted to that one usecase so quality of the Marionette SVG is maybe low compared to the above professional Export-PlugIn)
    3. Import it to SVGnest.com or use their new project DeepNest

    As I mentioned. Primary a study how connect to an even bigger world out from a Marionette. BTW such a connection can be a task nearly as big as the nesting-part itself.

    52 downloads

       (0 reviews)

    0 comments

    Updated

  16. Algorithms-Aided Design in BIM Software Webinar Files

    Here are the files used in the webinar, Algorithms-Aided Design in BIM Software. "Sample Script" is the file that was used for the full demo, and "Panelization" and "The Greyhound 2" were used as examples.

    136 downloads

       (0 reviews)

    0 comments

    Submitted

  17. Intelligente Bühnenwände

    Mit diesen Dateien kann man recht schnell eine Wandabwicklung aus dem Bühnenbaubereich zeichnen.
    Intelligente Verstellmöglichkeiten bieten eine Vielzahl an Möglichkeiten die Wände zu nutzen.
     
    In einer zweiten Konstruktionsebene befindet sich eine "runde" Wand, die beim Wrappen in ein Object Node leider einen Fehler produziert.
    Da ich den Fehler leider nicht behoben bekommen, können gerne Verbesserungsvorschläge gemacht werden.
     

    30 downloads

       (0 reviews)

    0 comments

    Submitted

  18. Create classes - create design layers - create sheet layers with viewports

    This file automatically creates classes and design layers. Then after these are created it can generate sheet layers with title blocks and viewports.
     

    57 downloads

       (0 reviews)

    0 comments

    Submitted

  19. Xmas-tree top generator

    Hi,
    If you're still looking for Chrismas decorations, why not create them by yourself. This network creates Christmas tree top based on any profile. User can specify number of extrusions and how much they should be twisted around along the base shape. It can also be used for generating baubles with some small changes.
     
    For 3D prints it is better to add solids after running the network, so the network creates separates objects.

    28 downloads

       (0 reviews)

    0 comments

    Submitted

  20. Create Individual Property Lines from Survey Data

    This is a pretty basic Marionette object to help me build property lines without having to use and troubleshoot the existing Vectorworks Property Lines tool.  
     
    It builds a single line based on the entry of survey data (ie: 125.5' N 40° 35' 19" W).  This works one at a time and does not build arcs.  I've tested it on a few particularly messy plats and it seems to work well enough.  
     
    After producing a single property line, ungroup and arrange it where you want it (Marionette will place the line at 0,0), then repeat until you're finished, easy!  If you're super into the Property Line tool, you can gather all the lines together, compose them into one poly, and Create Objects From Shapes the whole thing into an official Property Line.  
     
    I hope you find this helpful.

    5 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...