79 files
-
Set Class Extended
Just like "Set Class" "Set Class Extended" assigns a class to the referenced object. Furthermore you can also recursively include all sub objects (meaning all objects within groups and symbols). It also allows to set all attributes by class. These options are available as checkboxes in the OIP.
Set Class Extended was created by ComputerWorks GmbH.
Compatibility: Vectorworks 2021
8 downloads
0 comments
Submitted
-
Curve Map Wrapper
By sbarrett
This is a wrapper that serves a similar function to Grasshopper's Graph Mapper component. To use the wrapper, connect it to a network, give it a minimum and maximum value for its domain range, the number of values you want in your list, and use a Name node to connect a drawn NURBS curve to the hCurve input. When you reshape the curve and run the network, the output list of values will change. You can use these values to shape, scale, array, or anything else in your network. Within the Curve Map Wrapper file is an example of a railing Marionette object and in the second file there is a vase Marionette object. Both use the Curve Map wrapper. This wrapper can be used in Marionette objects or regular Marionette networks.
89 downloads
0 comments
Submitted
-
Solid Boolean V3
By Gregi
It got struggled by using one "tool" to subtract from more than one Objects. This Node is fixing it.
You can use Solid Boolean V3 in situations, where you want to use the same hObj2 ("tool") for more than just one boolean. It creates a copy of the Object and deletes it at the end of network ("vs.Marionette_DisposeObj()")
10 downloads
0 comments
Submitted
-
Quick Common Math
By AlHanson
Very simple math nodes that cover frequently used math in networks. Mostly just to keep things cleaner with fewer nodes. Think Add 1 and Sub 1.
Half - Divides by 2
Double - Multiplies by 2
Squared - Value to the power of 2
Cubed - Value to the power of 3
9 downloads
0 comments
Updated
-
Bounded Text
By AlHanson
Produces text that justifies and resizes itself to fit within the bounds of a provided rectangular object.
15 downloads
0 comments
Submitted
-
0 comments
Submitted
-
Color Temperature to RGB
By AlHanson
Nodes to convert color temperature in Kelvin (K) values to RGB
4 downloads
0 comments
Submitted
-
Hue Saturation Value
By AlHanson
A set of nodes that converts between RGB and HSV colors and allows for adjusting RGB colors by HSV Values using the Python Colorsys library
4 downloads
0 comments
Submitted
-
Font Size
By AlHanson
Calculates the required font size to produce text of the desired height.
6 downloads
0 comments
Submitted
-
0 comments
Submitted
-
Get Values from XLS
By DomC
"XLS Get Values"is to read Data directly out of a XLS Sheet.
The Smaller Nodes "XLS GetSheetNames", "XLS GetSheetInfos" are additional Nodes which are not essentially.
use cases:
Everywhere you want to get Data out of an XLS File instead a Textfile.
Special Features:
1. If file Input is wrong the node will do nothing (no crash 🙂 )
2. If the sheet name is wrong it will import first sheet
3. If start/end is empty, it will return the complete sheet.
26 downloads
0 comments
Updated
-
Story Replicator / Geschosskopierer
The Story Replicator is a single Marionette Node that allows you to easily store the story structure of one document and replicate it in another - as simple as copy/paste. It does so while preserving all the interconnected information.
This way you can create new documents and add Story structures already used in other documents without going through the hassle of making a copy of the original file and removing all unwanted content.
Der Geschosskopierer besteht aus einer einzigen Marionette Node und erlaubt Ihnen, Geschossstrukturen von einem Dokument auf ein anderes zu übertragen - so einfach wie copy/paste. Dabei werden alle miteinander verknüpften Informationen beibehalten.
Auf diese Weise können Sie neue Dokumente erstellen und in diesen Geschossstrukturen nutzen, die Sie bereits in anderen Dokumenten im Einsatz haben, ohne hierfür die Originaldatei kopieren und diese von allen nicht benötigten Inhalten befreien zu müssen.
Created by / erstellt von ComputerWorks GmbH.
Compatibility / Kompatibilität: Vectorworks 2020 +
Keep in mind:
Due to the way stories are structured and interconnected the tool may not be able to replicate every last detail for every situation.
Achtung:
Durch die Art und Weise wie Geschosse strukturiert und miteinander verknüpft sind, kann das Werkzeug möglicherweise nicht alle Details in allen Situation richtig abbilden.
PS:
Even though the downloads contain only v2020 files, they can be opened in Vectorworks 2021 and will work there as well.
Obgleich in den Downloads nur v2020 Dateien enthalten sind, eignen sich diese genauso gut für die Nutzung in Vectorworks 2021.
59 downloads
0 comments
Updated
-
String2Name
Converts a string to a "name" (object handle).
I found myself using concatenated strings to name objects (e.g. a series of squares named: sq1, sq2, sq3) after which a manual operation was performed and then another marionette network was run to pull new information from individual adjusted objects. I wanted the wrap the network and set it receive input via the string dialogue node (i.e. you click and type the name of the object you want to modify) but I needed a node to turn the strings into an "object name" and use that to get the object handle.
This node is pretty simple, but I think it's pretty useful if you are creating a two-step system with human modification in the middle and want to regain control of a bunch of objects named by concatenation.
11 downloads
0 comments
Updated
-
Foreward
By MRoth
This Node sends an object to the front of the stacking order.
If several items are moved foreward, the first item in the list will appear at the bottom, cause the subsequent items are placed in front of the first item.
26 downloads
0 comments
Submitted
-
Backward
By MRoth
This Node sends an object to the back of the stacking order.
If several items are moved backwards, the first item in the list will appear at the top, cause the subsequent items are placed behind the first item.
21 downloads
0 comments
Submitted
-
String enhanced
By MRoth
Unlike the default string node, this node can also convert lists into individual strings and Python elements into strings.
23 downloads
0 comments
Submitted
-
0 comments
Submitted
-
Or List
By MRoth
This node returns TRUE if at least one input is TRUE. In some cases where you have many booleans, it is easier to use this node instead of the default or-node.
13 downloads
0 comments
Submitted
-
Tuple2List
By MRoth
This node converts a tuple into a list.
Its the reversed node of tuple2list.
10 downloads
0 comments
Submitted
-
List2Tuple
By MRoth
This node converts a list into a tuple.
Its the reversed node of tuple2list.
11 downloads
0 comments
Updated
-
Get Objects
By MRoth
This node is an alternative to the default Objects by Criteria-Node.
I like to use it into a menu command cause its easyer to get the selectet objects.
28 downloads
-
And List
By MRoth
This node returns TRUE if all inputs are TRUE. In some cases where you have many booleans, it is easier to use this node instead of the default and-node.
13 downloads
0 comments
Submitted
-
Popup enhanced
By MRoth
This node makes it easier to create a custom popup. In addition to the index, it also returns the string of the selection.
I think I have seen a similar node from Marissa before. But I could not find it anymore.
62 downloads
0 comments
Submitted