Input Nodes - In-depth: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
----
----


'''Control Geometry'''
===Control Geometry===
[[File:Nodesinputcontrolgeometry.png|300px|thumbnail|center|A Control Geometry node.]]
[[File:Nodesinputcontrolgeometry.png|300px|thumbnail|center|A Control Geometry node.]]
When used in the definition network of a Marionette Object, returns the first object in the Control Geometry group. Not useable outside of an object
When used in the definition network of a Marionette Object, returns the first object in the Control Geometry group. Not useable outside of an object
----
----


'''Dim'''
===Dim===
[[File:Nodesinputdim.png|300px|thumbnail|center|A Dim node.]]
[[File:Nodesinputdim.png|300px|thumbnail|center|A Dim node.]]
A real value with units
A real value with units
----
----


'''Int'''
===Int===
[[File:Nodesinputint.png|300px|thumbnail|center|An Int node.]]
[[File:Nodesinputint.png|300px|thumbnail|center|An Int node.]]
An integer value
An integer value
----
----


'''Name'''
===Name===
[[File:Nodesinputname.png|300px|thumbnail|center|A Name node.]]
[[File:Nodesinputname.png|300px|thumbnail|center|A Name node.]]
Get a named object in the drawing
Get a named object in the drawing
----
----


'''Objects by Crit'''
===Objects by Crit===
[[File:Nodesinputobjectsbycrit.png|300px|thumbnail|center|An Objects by Criteria node.]]
[[File:Nodesinputobjectsbycrit.png|300px|thumbnail|center|An Objects by Criteria node.]]
Returns a list of objects meeting the input criteria
Returns a list of objects meeting the input criteria
----
----


'''Point2'''
===Point2===
[[File:Nodesinputpoint2.png|300px|thumbnail|center|A Point2 node.]]
[[File:Nodesinputpoint2.png|300px|thumbnail|center|A Point2 node.]]
This node represents position in 2D space defined in the OIP, optionaly with units
This node represents position in 2D space defined in the OIP, optionaly with units
----
----


'''Point3'''
===Point3===
[[File:Nodesinputpoint3.png|300px|thumbnail|center|A Point3 node.]]
[[File:Nodesinputpoint3.png|300px|thumbnail|center|A Point3 node.]]
This node represents position in 3D space, defined in the OIP
This node represents position in 3D space, defined in the OIP
----
----


'''Real'''
===Real===
[[File:Nodesinputreal.png|300px|thumbnail|center|A Real node.]]
[[File:Nodesinputreal.png|300px|thumbnail|center|A Real node.]]
A Real value defined in the OIP in document units
A Real value defined in the OIP in document units
----
----


'''String'''
===String===
[[File:Nodesinputstring.png|300px|thumbnail|center|A String node.]]
[[File:Nodesinputstring.png|300px|thumbnail|center|A String node.]]
A text string defined in the OIP
A text string defined in the OIP
----
----


'''Vec2'''
===Vec2===
[[File:Nodesinputvec2.png|300px|thumbnail|center|A Vec2 node.]]
[[File:Nodesinputvec2.png|300px|thumbnail|center|A Vec2 node.]]
This node produces a 2 dimensional vector
This node produces a 2 dimensional vector
----
----


'''Vec3'''
===Vec3===
[[File:Nodesinputvec3.png|300px|thumbnail|center|A Vec3 node.]]
[[File:Nodesinputvec3.png|300px|thumbnail|center|A Vec3 node.]]
This node produces a 3 dimensional vector
This node produces a 3 dimensional vector

Revision as of 20:42, 10 November 2015

    • IN PROGRESS**

Any

An Any node.

Create any value using the python eval function


Bool

A Bool node.

Generates a True or False value from a checkbox in the OIP


Control Geometry

A Control Geometry node.

When used in the definition network of a Marionette Object, returns the first object in the Control Geometry group. Not useable outside of an object


Dim

A Dim node.

A real value with units


Int

An Int node.

An integer value


Name

A Name node.

Get a named object in the drawing


Objects by Crit

An Objects by Criteria node.

Returns a list of objects meeting the input criteria


Point2

A Point2 node.

This node represents position in 2D space defined in the OIP, optionaly with units


Point3

A Point3 node.

This node represents position in 3D space, defined in the OIP


Real

A Real node.

A Real value defined in the OIP in document units


String

A String node.

A text string defined in the OIP


Vec2

A Vec2 node.

This node produces a 2 dimensional vector


Vec3

A Vec3 node.

This node produces a 3 dimensional vector