Input Nodes - In-depth: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
**IN PROGRESS**
**IN PROGRESS**
=Input=
[[File:Nodesinput.png|300px|thumbnail|center|An Input node.]]


'''Any'''  
'''Any'''  
[[File:Nodesinputany.png|300px|thumbnail|center|An Any node.]]
[[File:Nodesinputany.png|300px|thumbnail|center|An Any node.]]
Create any value using the python eval function
Create any value using the python eval function
 
----
'''Bool'''  
'''Bool'''  
[[File:Nodesinputbool.png|300px|thumbnail|center|A Bool node.]]
[[File:Nodesinputbool.png|300px|thumbnail|center|A Bool node.]]
Generates a True or False value from a checkbox in the OIP
Generates a True or False value from a checkbox in the OIP
 
----
'''Control Geometry'''  
'''Control Geometry'''  
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'''  
A real value with units
A real value with units
 
----
'''Int'''  
'''Int'''  
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
 
----
'''Objs by Crit'''  
'''Objs by Crit'''  
Returns a list of objects meeting the input criteria
Returns a list of objects meeting the input criteria
 
----
'''Point2'''  
'''Point2'''  
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'''  
This node represents position in 3D space, defined in the OIP
This node represents position in 3D space, defined in the OIP
 
----
'''Real'''  
'''Real'''  
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'''  
This node produces a 2 dimensional vector
This node produces a 2 dimensional vector

Revision as of 20:27, 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 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 real value with units


Int An integer value


Name

A Name node.

Get a named object in the drawing


Objs by Crit Returns a list of objects meeting the input criteria


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


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


Real A Real value defined in the OIP in document units


String

A String node.

A text string defined in the OIP


Vec2 This node produces a 2 dimensional vector

Vec3 This node produces a 3 dimensional vector