Sie sind auf Seite 1von 18

31.01.

2016
Created by Thomas Vogt --- version 0.2006 with Dynamo Build 1.0.0.276 --- Join Dynamo and Computational Modeling LinkedIn Group: http://linkd.in/18Iiw7q ---
Thomas Vogt

Package 1. level 2. level 3. level 4. level Node-Name image Type Description Instructions Tutorial-Links Comment Last Edit

Dynamo Analyze AnalysisExtensions IsAlmostEqualTo AnalysisExtensions.IsAlmostEqualTo Create Description missing

Dynamo Analyze Label ByPointAndString Label.ByPointAndString Create Description missing

Set the parameters of a daylighting analysis


Dynamo Analyze Daylighting CloudDaylightingJob ByViewNameDivisionGridBoundary CloudDaylightingJob.ByViewNameDivisionGridBoundary Create job to be run in the cloud. Direct the output of
this node with Could Render to submit the job.

Dynamo Analyze Daylighting DaylightningResults Parse DaylightningResults.Parse Create Open and parse an SDF daylighting data file

Dynamo Analyze Daylighting DaylightningResults Colors DaylightningResults.Colors Action ColorData from DaylightingData

Read Foreground Illuminance from


Dynamo Analyze Daylighting DaylightningResults IlluminanceValues DaylightningResults.IlluminanceValues Action DaylightingData

Dynamo Analyze Daylighting DaylightningResults Normals DaylightningResults.Normals Action PositionData from DaylightingData

Dynamo Analyze Daylighting DaylightningResults Points DaylightningResults.Points Action PositionData from DaylightingData

Dynamo Analyze Daylighting DaylightningResults ToImage DaylightningResults.ToImage Action Extracts an image from DaylightingData

The resolution ofthe DaylightingData grid in


Dynamo Analyze Daylighting DaylightningResults Resolution DaylightningResults.Resolution Query the form [x,y]

The resolution of the DaylightingData grid in


Dynamo Analyze Daylighting DaylightningResults XResolution DaylightningResults.XResolution Query
the x direction

The resolution of the DaylightingData grid in


Dynamo Analyze Daylighting DaylightningResults YResolution DaylightningResults.YResolution Query
the y direction

Construct an Illuminance data point.


Illuminance is the integrated total visible light
energy arriving per unit area on a surface
Dynamo Analyze Daylighting Illuminance ByRGB Illuminance.ByRGB Create from all directions. The data is three colored
illuminance value (RGB). Each color is
measured in Lux. Lux is a derived unit equal
to lumens per square meter.

Transform a single illuminance value in lux to


Dynamo Analyze Daylighting Illuminance ToFootCandles Illuminance.ToFootCandles Action foot-candles

Transform an RGB Illuminance value to the


sRGB standard computed as (0.2126 * R +
Dynamo Analyze Daylighting Illuminance ToSRGB Illuminance.ToSRGB Action 0.7152 * G + 0.0722 * B). The unit of the
returned value is in lux (lumens/m^2).

Construct an Illuminance data point.


Illuminance is the integrated total visible light
energy arriving per unit area on a surface
Dynamo Analyze Daylighting Illuminance B Illuminance.B Query from all directions. The data is three colored
illuminance value (RGB). Each color is
measured in Lux. Lux is a derived unit equal
to lumens per square meter.

Construct an Illuminance data point.


Illuminance is the integrated total visible light
energy arriving per unit area on a surface
Dynamo Analyze Daylighting Illuminance G Illuminance.G Query from all directions. The data is three colored
illuminance value (RGB). Each color is
measured in Lux. Lux is a derived unit equal
to lumens per square meter.

Construct an Illuminance data point.


Illuminance is the integrated total visible light
energy arriving per unit area on a surface
Dynamo Analyze Daylighting Illuminance R Illuminance.R Query from all directions. The data is three colored
illuminance value (RGB). Each color is
measured in Lux. Lux is a derived unit equal
to lumens per square meter.

Set the parameters of a render job to be run


Dynamo Analyze Render CloudRenderingJob ByViewNameWidthHeight CloudRenderingJob.ByViewNameWidthHeight Create in the cloud. Use this node with CloudRender
to submit the job.

Make a DateTime object from month, day,


Dynamo Analyze Render DateTime ByDateInformation DateTime.ByDateInformation Create
year, hour, minute, second

Describe the characteristics of the


Dynamo Analyze Render RenderingEnvironment BySkyModelLocationDate RenderingEnvironment.BySkyModelLocationDate Create environment in which the rendering should
take place

Dynamo Analyze Render SkyModel ByTypeConstants SkyModel.ByTypeConstants Create Create a SkyModel for Rendering

Dynamo Analyze SiteLocation SiteLocation Create Returns the current Revit site location

Checks if all elements in the specified list are


Dynamo BuiltIn AllFalse
false

Checks if all elements in the specified list are


Dynamo BuiltIn AllTrue true

Checks if the specified element is present in


Dynamo BuiltIn Contains
the specified list

Checks if the specified element is present in


Dynamo BuiltIn Contains
the specified list

Checks if the specified key is present in the


Dynamo BuiltIn ContainsKey specified key-value pair list

Dynamo BuiltIn Count Returns number of items in the specified list

Dynamo BuiltIn CountFalse Returns the number of false values in the list

Dynamo BuiltIn CountTrue Returns the number of true values in the list

Determines whether two object instances are


Dynamo BuiltIn Equals equal

Returns the flattened 1D list of the multi-


Dynamo BuiltIn Flatten
dimensional input list

Gets all keys from the specified key-value pair


Dynamo BuiltIn GetKeys
list

Gets all values stored in the specified key-


Dynamo BuiltIn GetValues value pa ir list and for a simple list it returns
all elements in the list

Use a functio n to determine how list items


Dynamo BuiltIn GroupByFunction should be grouped

Imports data from a text file containing


Dynamo BuiltIn ImportFromCSV comma separated values into two - same name, different function
dimensional list

Imports data from a text file containing


comma separated values into two -
Dynamo BuiltIn ImportFromCSV +transpose same name, different function
dimensional list and also transpose the ouput
list if specified

Dynamo BuiltIn IndexOf Returns the index of the member in the list

Inserts an element into a list at specified


Dynamo BuiltIn Insert same name, different function
index

Inserts an element into a list at specified


Dynamo BuiltIn Insert same name, different function
index

Checks if all the elements in the specified list


Dynamo BuiltIn IsHomogeneous
are of the same type

Checks if each of rows in multidimensional list


Dynamo BuiltIn IsRectangular has the same number of elements

Dynamo BuiltIn IsUnivormDepth Checks if the list has a uniform depth

Dynamo BuiltIn LoopWhile Description missing

Dynamo BuiltIn Map Maps a value into an input range

Dynamo BuiltIn MapTo Maps a value from one range to another range

Dynamo BuiltIn MaximumItemByKey Description missing

Dynamo BuiltIn MinimumItemByKey Description missing

Dynamo BuiltIn NewtonRootFind1DNoDeriv Description missing

Dynamo BuiltIn NewtonRootFind1DWithDeriv Description missing

Returns a list with uniform depth as specified


Dynamo BuiltIn NormalizeDepth same name, different function
by the input depth

Returns multidimesional list according the


Dynamo BuiltIn NormalizeDepth same name, different function
rank given

Dynamo BuiltIn Rank Return the deepest depth of the list

Removes the members of the list which are


Dynamo BuiltIn RemoveIfNot
not members of the specified type

Returns true if the specified key is removed


Dynamo BuiltIn RemoveKey
from list, otherwise returns false

Dynamo BuiltIn Reorder Reorders the list using the specified indices

Returns objects that are included in List1 but


Dynamo BuiltIn SetDifference
excluded in List2

Produces the set intersection of two


Dynamo BuiltIn SetIntersection sequences

Produces the set union of two sequences by


Dynamo BuiltIn SetUnion
using the default quality comparer

Use a functio n to determine how list items


Dynamo BuiltIn SortByFunction should be sorted

Sorts a specified list by values of its members


Dynamo BuiltIn SortIndexByValue in ascending order same name, different function

Sort a specified list by the calues of its


Dynamo BuiltIn SortIndexByValue members in either ascending or descending same name, different function
order

Dynamo BuiltIn TrueForAll Description missing

Dynamo BuiltIn TrueForAny Description missing

Returns the key "Average" for use with the


Clockwork Analyze DataTypes SolarAnalysisType.Average Create SurfaceAnalysisData.GetResultByKey node
from package Solar Analysis for Dynamo

Returns the key "Cumulative" fo r use with the


Clockwork Analyze DataTypes SolarAnalysisType.Cumulative Create SurfaceAnalysisData.GetResultByKey node
from package Solar Analysis for Dynamo

Returns the key "Peak" for use with the


Clockwork Analyze DataTypes SolarAnalysisType.Peak Create SurfaceAnalysisData.GetResultByKey node
from package Solar Analysis for Dynamo

Clockwork Core Clipboard SendTo Clipboard.SendTo Create Copies a string to the clipboard.

Gets the content of the clipboard. ATTENTION:


Clockwork Core Clipboard GetFrom Clipboard.GetFrom Query
Will only work with strings

Clockwork Core Color Aqua Color.Aqua Create Returns the colour aqua.

Clockwork Core Color Black Color.Black Create Returns the colour black.

Clockwork Core Color Blue Color.Blue Create Returns the colour blue.

Creates a color from a given web color (a hex


Clockwork Core Color ByWebColor Color.ByWebColor Create
triplet like #FF9900)

Clockwork Core Color Fuchsia Color.Fuchsia Create Returns the colour fuchsia a.k.a. magenta.

Clockwork Core Color Green Color.Green Create Returns the colour green.
Clockwork Core Color Grey Color.Grey Create Returns the colour grey.

Creates a greyscale color based on a


Clockwork Core Color GreyScaleByNormalizedValue Color.GreyScaleByNormalizedValue Create normalized value (0 = black, 1 = white)

Clockwork Core Color Lime Color.Lime Create Returns the colour lime.

Clockwork Core Color Maroon Color.Maroon Create Returns the colour maroon.

Clockwork Core Color Navy Color.Navy Create Returns the colour navy.

Clockwork Core Color Olive Color.Olive Create Returns the colour olive.

Clockwork Core Color Purple Color.Purple Create Returns the colour puple.

Clockwork Core Color Red Color.Red Create Returns the colour red.

Clockwork Core Color Silver Color.Silver Create Returns the colour silver.

Clockwork Core Color Teal Color.Teal Create Returns the colour teal.

Clockwork Core Color White Color.White Create Returns the colour white.

Clockwork Core Color Yellow Color.Yellow Create Returns the colour yellow.

Clockwork Core CustomNode Info CustomNode.Info Create Extracts information from a custom node.

Unlike the built-in node Directory.Contents,


this node browses a directory recursively and
Clockwork Core Directory ContentsAll Directory.ContentsAll Create
returns all relevant files contained in
subfolders as well

Writes data to a CSV file with a custo m


Clockwork Core File WriteToCSV File.WriteToCSV Create delimiter. Data needs to co ntain strings only!

Computes the missing interio r angle of a


Clockwork Core Formulas Angle.ByAngleSum Angle.ByAngleSum Create *pla nar* polygon based on a given list of all
other interior angles.

Computes an angle of a triangle using the law


of cosines. A is the opposite side of the
Clockwork Core Formulas Angle.ByLawOfCosines Angle.ByLawOfCosines Create triangle while B and C are the side forming
the angle.

Determines the angle of a triangle based on


Clockwork Core Formulas Angle.ByLawOfSines Angle.ByLawOfSines Create the law of sines. (Alpha is the angle opposite
side A and beta is the angle opposite side B.. .)

Clockwork Core Formulas Angle.ExteriorAngle Angle.ExteriorAngle Create Computes the exterior angle of a given angle.

Computes the length of one of the catheti /


legs of a right triangle using the Pythagorean
Clockwork Core Formulas Cathetus.ByPythagoras Cathetus.ByPythagoras Create
Theorem. B is the other leg / cathetus of the
triangle while C is the hypotenuse

Computes the length of the hypotenuse of a


Clockwork Core Formulas Hypotenuse.ByPythagoras Hypotenuse.ByPythagoras Create right triangle using the Pythagorean Theorem.
A and B are the legs / catheti of the triangle.

Computes the length of the missing side of a


Clockwork Core Formulas OppositeSide.ByLawOfCosines OppositeSide.ByLawOfCosines Create triangle using the law of cosines. Gamma is
the angle between side A and B.

Determines the length of a side based on the


Clockwork Core Formulas Side.ByLawOfSines Side.ByLawOfSines Create law of sines. (Alpha is the angle opposite side
A and beta is the angle opposite side B...)

Solves a triangle based on the XYZ


Clockwork Core Formulas Triangle.ColveByPoints Triangle.ColveByPoints Create
coordinates of its vertices,

Creates a list of the first N letters of the


Clockwork Core List AlphabeticalSequence List.AlphabeticalSequence Create alphabet (where 1 = A, 2 = B, ... , 27 = AA, 28
= AB etc.)

Creates a Fibonacci row from a starting list


Clockwork Core List FibonacciFromList List.FibonacciFromList Create (last two values) of a given length (starting
values do *not* count toward length).

Creates a Fibonacci row from two starting


Clockwork Core List FibonacciFromValues List.FibonacciFromValues Create values of a given length (starting values do
*not* count toward length).

Converts the content of a given CSV file to a


Clockwork Core List FromCSV List.FromCSV Create
list.

Clockwork Core List FromString List.FromString Create Chops up a string into a list of characters

Creates a sequence of N values between 0


Clockwork Core List NormalizedSequence List.NormalizedSequence Create and 1

Creates a sequence of N values between 0


Clockwork Core List NormalizedSequenceByFunction List.NormalizedSequenceByFunction Create
and 1 driven by a function

Creates a list of random elements based on a


Clockwork Core List RandomElements List.RandomElements Create
given list of elements

Repeats a list of items into sublists of given


Clockwork Core List RepeatItemsByLengths List.RepeatItemsByLengths Create
lengths

Clockwork Core List WithLeadingZeroes List.WithLeadingZeroes Create Adds leading zeros to a sqeuence of numbers

Turns an element (or a nested list) into a flat


Clockwork Core List TurnIntoList List.TurnIntoList Create list

Retrieves the lengths of uninterrupted


Clockwork Core List CountBooleanSequences List.CountBooleanSequences Action sequences of booleans (true or false) in a
given list.

Clockwork Core List DropLastItem List.DropLastItem Action Drops the last item from a given list.

Trims all given lists to the length of the


Clockwork Core List EqualSublistLengths List.EqualSublistLengths Action
shortest list

Filters out all sublists that do not have the


Clockwork Core List FilterBySublistLength List.FilterBySublistLength Action specified length

Clockwork Core List GroupListOfListsByKey List.GroupListOfListsByKey Action Groups a list of lists by one of its keys

Matches a list with a given set of key and


Clockwork Core List MatchWithKeyValues List.MatchWithKeyValues Action returns the values corresponding to the keys

Replaces all empty lists within a given list


Clockwork Core List ReplaceEmptyLists List.ReplaceEmptyLists Action with a substitute

Replaces the item at a given index (or list of


Clockwork Core List ReplaxeItemAtIndex List.ReplaxeItemAtIndex Action indices) of a list by another item

Replaces all null values within a given list with


Clockwork Core List ReplaceNull List.ReplaceNull Action a substitute

Clockwork Core List SortListOfLists List.SortListOfLists Action Sort a list of lists by one of its sublists

Returns true if a ny item in a list of boolea ns is


Clockwork Core List AnyFalse List.AnyFalse Query
false

Returns true if a ny itme in a list of boolea ns is


Clockwork Core List AnyTrue List.AnyTrue Query
true

Counts the number of occurences of each


Clockwork Core List CountOccurences List.CountOccurences Query
unique element in a given list

Just the inversion of the built-in Is Empty list


Clockwork Core List IsNotEmpty List.IsNotEmpty Query
node

Get the lengths of all sublists in a given list of


Clockwork Core List SublistLengths List.SublistLengths Query
lists.

Looks for an item in each sublist of a given list


Clockwork Core List SublistsContain List.SublistsContain Query and returns true/false for each sublist.

If the unknown item is not a list but rather a


Clockwork Core Logic ReturnListOrSingleValue Create single item, only the first item of the list
(input "seq") will be returned

Emulates the Switch/Case statement that is


Clockwork Core Logic Switch Create
available in multiple programming languages.

Returns a seasable computational tolerance


to zero (1.0e-9 or a billionth of 1) for use in
Clockwork Core Math AlmostZero Math.AlmostZero Create calculations. More background info:
https://github.com/DynamoDS/Dynamo/issues
/879

Creates a list of random integers betweens 0


Clockwork Core Math RandomIntergerList Math.RandomIntergerList Create
and a given maximum value

Clockwork Core Math +1 Math.+1 Action Increments a value by 1

Clockwork Core Math -1 Math.-1 Action Decrements a value by 1

Converts a number to a string of its binary


Clockwork Core Math DecimalToBinary Math.DecimalToBinary Action
value

Converts a number to a string of its


Clockwork Core Math DecimalToHex Math.DecimalToHex Action
hexadecimal value

Inverts a value betwen 0 and 1 to its opposite


Clockwork Core Math InvertNormalized Math.InvertNormalized Action (1-x)

Converts a value into a normalized value


Clockwork Core Math Normalize Math.Normalize Action according to a value range

Clockwork Core Math NormalizeRange Math.NormalizeRange Action Normalizes a range of numbers

Rounds a number *down* to a specified


Clockwork Core Math RoundDownToPrecision Math.RoundDownToPrecision Action precision

Clockwork Core Math RoundToPrecision Math.RoundToPrecision Action Rounds a number to a specified precision

Clockwork Core Math RoundUpToPrecision Math.RoundUpToPrecision Action Rounds a number *up* to a specified precision

Scales a nurmalized value accoording to a


Clockwork Core Math ScaleNormalized Math.ScaleNormalized Action
given minimum and maximum
Computes the difference between two calues
Clockwork Core Math Similar Math.Similar Action and whether that difference is within a given
tolerance factor

Clockwork Core Math IsEvenNumber Math.IsEvenNumber Query Checks if a number is even.

Clockwork Core Math IsMultipleOf Math.IsMultipleOf Query Checks if A is a multiple of B.

Clockwork Core Math IsOddNumber Math.IsOddNumber Query Checks if a number is odd.

Gets a list of all members (properties and


Clockwork Core Object Members Object.Members Create
methods) of a selected element

Looks up all the members of a given element


based on a give name (or part of a name) of
Clockwork Core Object MembersByName Object.MembersByName Create the property or method. Search is case-
insensitive.

Converts a number into a character (where 1


Clockwork Core String Character.FromNumber Character.FromNumber Create = A, 2 = B, ... , 27 = AA, 28 = AB etc.).

Converts an alphanumeric string to Morse


Clockwork Core String AlphanumericToMorse String.AlphanumericToMorse Action
Code

Converts a string if a binary number into a


Clockwork Core String BinaryToDecimal String.BinaryToDecimal Action decimal value

Returns all occurences of a regular expression


within a string (or list of strings). The syntax
for regular expressions is explained at
Clockwork Core String FindRegularExpression String.FindRegularExpression Action
http://ironpython-
test.readthedocs.org/en/latest/howto/regex.ht
ml

Converts a string of a hexadecimal value to a


Clockwork Core String HexToDecimal String.HexToDecimal Action
number

Determines if a regular expression matches a


string (or a list of strings) and returens a
boolean value (or a list, depending on the
Clockwork Core String MatchRegularExpression String.MatchRegularExpression Action input). he syntax for regular expressions is
explained a t http://ironpython-
test.readthedocs.org/en/latest/howto/regex.ht
ml

Converts a string in Moirse code to


Clockwork Core String MorseToAlphanumeric String.MorseToAlphanumeric Action
alphanumeric

Replaces all occurences of a regular


expression within a given string (or list of
strings) with another string, The syntax for
Clockwork Core String ReplaceRegularExpression String.ReplaceRegularExpression Action regular expressions is explained at
http://ironpython-
test.readthedocs.org/en/latest/howto/regex.ht
ml

Splits a given string by a regular expression.


The syntax for regular expressions is
Clockwork Core String SplitByRegularExpression String.SplitByRegularExpression Action explained a t http://ironpython-
test.readthedocs.org/en/latest/howto/regex.ht
ml

Converts a version number (e.g. a Dynamo


Clockwork Core String VersionNumber.ToInteger String.VersionNumber.ToInteger Action
version number) to an integer.

Evaluates a list of lap times and returns the


Clockwork Core Time EvaluateLapTimes Time.EvaluateLapTimes Create
overall time

Records a timestamp and adds it to a given


Clockwork Core Time LapTime Time.LapTime Create list of lap times. Also passes through an
arbitrary variable for integration into a graph.

Returns the perimeter curve of a bounding


Clockwork Geometry BoundingBox PerimeterCurvesByNormal BoundingBox.PerimeterCurvesByNormal Create box on a plane determined by a given normal
and the centroid of the bounding box

Returns the perimeter curve of a bounding


Clockwork Geometry BoundingBox PerimeterCurvesOnPlane BoundingBox.PerimeterCurvesOnPlane Create box on a given plane (assuming that the
bounding box and plane intersect)

Returns all the data necessary for modeling a


Clockwork Geometry Buckyball ByOriginAndRadius Buckyball.ByOriginAndRadius Create truncated icosahedron (vertices and struts) as
well as the surface area and volume

Creates a *closed* loop of curves based on a


Clockwork Geometry Curve ClosedLoopThroughPoints Curve.ClosedLoopThroughPoints Create
given list of points

Finds the closest entity in a list of geometric


Clockwork Geometry Geometry ClosestTo Geometry.ClosestTo Create
entities from another given entity

Finds the furthest entity in a list of geo metric


Clockwork Geometry Geometry FurthestFrom Geometry.FurthestFrom Create
entities from another given entity

Calculates the intersection of a mesh and a


Clockwork Geometry Mesh IntersectionWithPlane Mesh.IntersectionWithPlane Create
plane

Clockwork Geometry Mesh FaceVertices Mesh.FaceVertices Query Gets the vertices of each fa ce of a given mesh

Clockwork Geometry Plane ByBestFitFromFace Plane.ByBestFitFromFace Create Creates a plane from face

Returns a plane, its origin and its normal


Clockwork Geometry Plane ByFirst3Points Plane.ByFirst3Points Create based on the first three XYZs in a given list

Clockwork Geometry Point CentralProjectionOnFace Point.CentralProjectionOnFace Create Projects a list of points onto a given face

Clockwork Geometry Point CentralProjectionOnPlane Point.CentralProjectionOnPlane Create Projects a list of points onto a give plane

Rounds a point coordinate *down* to a


Clockwork Geometry Point RoundDownToPrecision Point.RoundDownToPrecision Create
specified precision

Rounds a point coordinate to a specified


Clockwork Geometry Point RoundToPrecision Point.RoundToPrecision Create
precision

Rounds a point coordinate *up* to a specified


Clockwork Geometry Point RoundUpToPrecision Point.RoundUpToPrecision Create
precision

Clockwork Geometry Point Average Point.Average Query Determines the average of a list of points

Checks a list for XYZs that are not located on


Clockwork Geometry Point IsOutOfPlane Point.IsOutOfPlane Query
a given plane

Retrieves the accumulated distances o f a


Clockwork Geometry PointSequence AccumulatedDistance PointSequence.AccumulatedDistance Create sequence of points

Checks a list for XYZs that are not located on


Clockwork Geometry PointSequence ContainsOutOfPlanePoints PointSequence.ContainsOutOfPlanePoints Create
a given plane

Retrieves the furthest point in a sequence of


Clockwork Geometry PointSequence GreatesDistanceToPoint PointSequence.GreatesDistanceToPoint Create points

Retrieves the shortest path from a number of


Clockwork Geometry PointSequence ShortestPath PointSequence.ShortestPath Create point sequences

Sorts surfaces in three lists based on their


orientation (vertical, horizontal up &
Clockwork Geometry Surface FilterByOrientation Surface.FilterByOrientation Create
horizontal down) and also returns three
corresponding lists of booleans

Creates UVs from the XY components of point


Clockwork Geometry UV ByXY UV.ByXY Create
coordinates

Computes the convex hull of a given set of UV


Clockwork Geometry UV ConvexHull2D UV.ConvexHull2D Action coordinates based on the monotone chain
algorithm

Prune UVs to exclude duplicates within a


Clockwork Geometry UV PruneDuplicates UV.PruneDuplicates Action given tolerance

Rounds a UV coordinate *down* to a specified


Clockwork Geometry UV RoundDownToPrecision UV.RoundDownToPrecision Action precision

Rounds a UV coordinate to a specified


Clockwork Geometry UV RoundToPrecision UV.RoundToPrecision Action
precision

Rounds a UV coordiante *up* to a specified


Clockwork Geometry UV RoundUpToPrecision UV.RoundUpToPrecision Action
precision

Clockwork Geometry UV Swap UV.Swap Action Swaps U and V coordinates

Clockwork Geometry UV Average UV.Average Query Determines the average of a list of UVs

Determines if a point is inside the space


Clockwork Geometry UV IsInsidePolygon UV.IsInsidePolygon Query enclosed by a polygon

Retrieves the vector of an angle bisector at


Clockwork Geometry Vector AngleBisector.ByPoints AngleBisector.ByPoints Create point B based on three points (A, B, C) that
define the angle.

Given two main XYZ axes (or vectors pointing


Clockwork Geometry Vector ThirdXYZAxis.ByTwoVectors Vector.ThirdXYZAxis.ByTwoVectors Create more or less in their general direction), this
node will find the hird axis

Clockwork Geometry Vector XAxisNegative Vector.XAxisNegative Create Returns an XYZ of -1,0,0

Clockwork Geometry Vector YAxisNegative Vector.YAxisNegative Create Returns an XYZ of 0,-1,0

Clockwork Geometry Vector ZAxisNegative Vector.ZAxisNegative Create Returns an XYZ of 0,0,-1

Returns whichever main axis (X, Y or Z) is


Clockwork Geometry Vector XYZAxis.FromVector XYZAxis.FromVector Create closest to a given vector

Inverts normal A if its inversion is closer to


Clockwork Geometry Vector Normal.CorrectOrientation Normal.CorrectOrientation Action
normal B

Finds the intersection point between a plane


Clockwork Geometry Vector IntersectionWithPlane Vector.IntersectionWithPlane Action
and a vector

Determines if two vectors intersect and


Clockwork Geometry Vector IntersectionWithVector Vector.IntersectionWithVector Action returns the closest points of intersection on
both vectors.

Prune vectors to exclude duplicates within a


Clockwork Geometry Vector PruneDuplicates Vector.PruneDuplicates Action given tolerance

Computes the altitude and azimuth of a given


Clockwork Geometry Vector AltitudeAndAzimuth Vector.AltitudeAndAzimuth Query
vector

Determines the average vector of a list of


Clockwork Geometry Vector Average Vector.Average Query vectors

Checks if a given vector is located on a given


Clockwork Geometry Vector IsInPlane Vector.IsInPlane Query
plane

Checks if two vectors are o rthogonal to each


Clockwork Geometry Vector IsOrthogonalToVector Vector.IsOrthogonalToVector Query
other

Checks if a given vector is parallel to a given


Clockwork Geometry Vector IsParallelToPlane Vector.IsParallelToPlane Query
plane

Returns UV coordiantes, XYZ co ordiantes and


Clockwork Paneling DataPreparation GridFromFace Paneling.GridFromFace Create
normals for a face with UV subdivision
Creates groups of points from a list of UVs or
XYZs for the placement of quadrilateral
Clockwork Paneling Patterns Quadrilateral Paneling.Quadrilateral Create
panels. The placement pattern can be
reversed (boolean) and shifted (integer).

Clockwork Paneling Patterns Quadrilateral2byX Paneling.Quadrilateral2byX Create Description missing

Creates groups of points from a list of UVs or


XYZs for the placement of quadrilateral
Clockwork Paneling Patterns QuadrilateralAlternatingRows Paneling.QuadrilateralAlternatingRows Create panels in altering rows. The placement
pattern can be reversed (boolean) a nd shifted
(integer).

Creates groups of points from a list of UVs or


XYZs for the placement of quadrilateral
Clockwork Paneling Patterns QuadrilateralCheckerboard Paneling.QuadrilateralCheckerboard Create panels in a checkerboard pattern. The
placement pattern can be reveresed
(boolean) and shifted (integer).

Creates groups of points from a list of UVs or


XYZs for the placement of triangular panels.
Clockwork Paneling Patterns TriangularFlatDiagonal Paneling.TriangularFlatDiagonal Create
The placement pattern can be reversed
(boolean) and shifted (integer).

Retrieves the name, version and build of the


Clockwork Revit Application Version Application.Version Create
current Revit applica tion

A very crude implementation of family


Clockwork Revit Document LoadFamily Document.LoadFamily Create loading. Will *not* reload an already loaded
family of the same name.

Saves the active Revit document under the


Clockwork Revit Document SaveAs Document.SaveAs Create given name.

Synchronizes a workshared model with the


Clockwork Revit Document SynchronizeWithCentral Document.SynchronizeWithCentral Create
central model.

Clockwork Revit Document ActiveViewFromCurrentDocument Document.ActiveViewFromCurrentDocument Query Gets the active view of the current document

Checks if family instances of specified


Clockwork Revit Document ContainsElementsOfCategory Document.ContainsElementsOfCategory Query
categories are present in the model.

Returns all design options in the model,


Clockwork Revit Document DesignOptions Document.DesignOptions Query
grouped by design options set

Returns true if the current project is


Clockwork Revit Document IsWorkshared Document.IsWorkshared Query workshared

Gets all linked and imported files in the


Clockwork Revit Document LinksAndImports Document.LinksAndImports Query document. NOTE: Does *not* retrieve linked
Revit files.

Clockwork Revit Document ListBuiltInCategories Document.ListBuiltInCategories Query List all the available BuiltInCategories

Looks up all the built-in categories based on a


Clockwork Revit Document ListBuiltInCategoriesByName Document.ListBuiltInCategoriesByName Query given name (or part of a name) of the
category. Search is case-insensitive.

Clockwork Revit Document ListBuiltInParameters Document.ListBuiltInParameters Query List all the available BuiltInParameters

Looks up all the built-in parameters based on


Clockwork Revit Document ListBuiltInParametersByName Document.ListBuiltInParametersByName Query a given name (or part of a name) of the
parameters. Search is case-insensitive.

Retrieves all phases in the active document in


Clockwork Revit Document Phases Document.Phases Query
*chronological* order

Clockwork Revit Document ProjectInfo Document.ProjectInfo Query Gets the project information.

Gets the project's positio n data relative to the


origin. Use the built-in nodes
Clockwork Revit Document ProjectPosition Document.ProjectPosition Query
Location.Latitude & Location. Longitude to
retrieve latitude a nd longitude

Retrieves the starting view of a Project file.


Clockwork Revit Document StartingView Document.StartingView Query
Returns null if no starting view is set.

Gets all views in the document - except for 3D


view templates (as long as this bug is not
Clockwork Revit Document Views Document.Views Query fixed:
https://github.com/DynamoDS/Dynamo/issues
/2970)

Clockwork Revit Document Worksets Document.Worksets Query Returns all Worksets in the current document

Converts a value from a given display unit to


Clockwork Revit Units DisplayUnit.ToInternalUnit DisplayUnit.ToInternalUnit Create
Revit's internal unit

Converts a value from Revit's internal unit to


Clockwork Revit Units InternalUnit.ToDisplayUnit InternalUnit.ToDisplayUnit Create a given display unit

Clockwork Revit Elements BoundingBox ByElement BoundingBox.ByElement Create Gets the bounding box of a Revit element

Retrieves a bounding box for a list of


Clockwork Revit Elements BoundingBox ByElements BoundingBox.ByElements Create
elements

Turns a Dynamo bounding box into a Revit


Clockwork Revit Elements BoundingBox FromDynamoBoundingBox RevitBoundingBox.FromDynamoBoundingBox Create
bounding box.

should be Action instead of Create; should


Clockwork Revit Elements Color FromDynamoColor RevitColor.FromDynamoColor Create Creates a Revit color from a Dynamo color be Convert insted of Creates

Clockwork Revit Elements Color ToDynamoColor RevitColor.ToDynamoColor Query Converts Revit colors into Dynamo colors should be Action instead of Query

Retrieves the host panel of a given curtain


panel. This is typically needed when wanting
Clockwork Revit Elements CurtainPanel HostPanel CurtainPanel.HostPanel Create
to access wall elements used as curtain
panels.

Creates a curtain system on top of a face. The


Clockwork Revit Elements CurtainSystem ByFace CurtainSystem.ByFace Create face typically needs to be the face of a mass
surface in Revit.

Returns the design option set of a given


Clockwork Revit Elements DesignOption DesignOptionSet DesignOption.DesignOptionSet Create
design option.

Places a line-based detail component in a


Clockwork Revit Elements DetailComponent ByCurve DetailComponent.ByCurve Create given view

Clockwork Revit Elements DetailLine FromCurve DetailLine.FromCurve Create Creates a detail line based on a given curve

Changes the dimension type of a given


Clockwork Revit Elements Dimension SetType Dimension.SetType Create
dimension instance to the specified type

Clockwork Revit Elements DimensionType Style DimensionType.Style Create Gets the style of a given Revit dimension type

Clockwork Revit Elements DividedSurface AddIntersect DividedSurface.AddIntersect Create Adds an intersect to a divided surface

Creates a number of equally spaced


Clockwork Revit Elements DividedSurface HorizontalIntersectsByEndpoints DividedSurface.HorizontalIntersectsByEndpoints Create horizontal intersects for a divided surface remove 1 between in the description
based on the path between two points

Creates a number of horizona l intersects


(levels) for a divided surface based on the
Clockwork Revit Elements DividedSurface HorizontalIntersectsByEndpointsAndFunctions DividedSurface.HorizontalIntersectsByEndpointsAndFunctions Create
path between two points. The spacing of the
intersects can be controlled by a function.

Creates a number of equally spaced vertical


intersects for a divided surface based on the
Clockwork Revit Elements DividedSurface VerticalIntersectsByEndpoints DividedSurface.VerticalIntersectsByEndpoints Create remove 1 between in the description
path between two points. You may need to
switch start point and end point.

Creates a number of vertical intersects


(reference planes) for a divided surface based
Clockwork Revit Elements DividedSurface VerticalIntersectsByEndpointsAndFunctions DividedSurface.VerticalIntersectsByEndpointsAndFunctions Create on the path between two points. The spacing remove 1 between in the description
can be controlled by a function. You may need
to switch start point and end point.

Returns UV and XYZ coordinates as well as


surface normals for all grid nodes of a given
Clockwork Revit Elements DividedSurface EvaluateGridNodes DividedSurface.EvaluateGridNodes Query
divided surface. Also returns the underlying
face.

Gets the rooms that are connected by a given


Clockwork Revit Elements Door Rooms Door.Rooms Create door

Overrides the transparency of an element in a


Clockwork Revit Elements Element OverrideTransparencyInView Element.OverrideTransparencyInView Create
given view

(Perma nently) isolates elements in the given


Clockwork Revit Elements Element PermanentlyIsolateInView Element.PermanentlyIsolateInView Create view

Resets all overrides for an element in a given


Clockwork Revit Elements Element ResetOverridesInView Element.ResetOverridesInView Create
view

Sets a material parameter of a given element


Clockwork Revit Elements Element SetMaterialParameterByCategory Element.SetMaterialParameterByCategory Create to <By Category>

Clockwork Revit Elements Element SetName Element.SetName Create Gets the name of a given Revit element

Clockwork Revit Elements Element SetWorkset Element.SetWorkset Create Sets the workset of a given element

(Temporarily) isolates elements in the given


Clockwork Revit Elements Element TemporarilyIsolateInView Element.TemporarilyIsolateInView Create
view

Groups a list of Revit elements by their


Clockwork Revit Elements Element GroupByHost Element.GroupByHost Create respective hosts (if they have any)

Clockwork Revit Elements Element AllInstances Element.AllInstances Query Retrieves all instances of a given element

Retrieves all instances o f an element on a


Clockwork Revit Elements Element AllInstancesAtLevel Element.AllInstancesAtLevel Query given level

Retrieves all instances o f a view-dependent


Clockwork Revit Elements Element AllViewDependentInstances Element.AllViewDependentInstances Query element in a given view

Returns the a rea property of a given element


Clockwork Revit Elements Element Area Element.Area Query
(if that element has such a property)

Checks of a given element contains


Clockwork Revit Elements Element ContainsTransparentMaterials Element.ContainsTransparentMaterials Query transparent materals.
Returns the elevation of the level a given
Clockwork Revit Elements Element ElevationOfHostLevel Element.ElevationOfHostLevel Query
element is associated with

Returns the full path of an element's external


Clockwork Revit Elements Element ExternalFileReferencePath Element.ExternalFileReferencePath Query remove 1 "as" in the description
file reference as string

Retrieves the group an element belongs to (if


Clockwork Revit Elements Element Group Element.Group Query
any)

Clockwork Revit Elements Element Host Element.Host Query Get an element's host

Gets the ID(s) for a list of Revit elements (or a


single element) - unlike the built-in Element.Id
Clockwork Revit Elements Element ID Element.ID Query
node, this node returns an actual Revit
Element ID and *not* a number

Gets all the objects inserted into a given


Clockwork Revit Elements Element Inserts Element.Inserts Query
element

Checks whether an element is of a specified


Clockwork Revit Elements Element IsOfCategory Element.IsOfCategory Query category

Returns true if a n object (wall, roof, floor or


curtain system) has been modelled by face
Clockwork Revit Elements Element IsRelatedToMass Element.IsRelatedToMass Query and the underlying mass still exists in the
project

Clockwork Revit Elements Element Level Element.Level Query Gets an element's level

Returns the location of an element as an XYZ


(or if it's line-based the start and end point of
the line), along with some booleans to help
Clockwork Revit Elements Element Location Element.Location Query filtering the results. Use this for some element
types (e.g. walls or lines) that do not work
with the built-in Get Family Instance Location
node.

Clockwork Revit Elements Element Materials Element.Materials Query Retrieves all materials from a given element

Gets an element's name (Dynamo's buit-in


Clockwork Revit Elements Element Name (Universal) Element.Name (Universal) Query Name nodes don't work for all element types,
e.g. worksets...)

Gets the owner view of given Revit element (if


Clockwork Revit Elements Element OwnerView Element.OwnerView Query
possible)

Retrieves the panels nested in a curtain wall,


Clockwork Revit Elements Element Panels Element.Panels Query
curtain system or galzed roof.

Checks if an element contains a parameter of


Clockwork Revit Elements Element ParameterExists Element.ParameterExists Query
a given name

Checks if a parameter of a given element is


Clockwork Revit Elements Element ParameterIsReadOnly Element.ParameterIsReadOnly Query
read-only

Gets the created and demolished phases of


Clockwork Revit Elements Element Phases Element.Phases Query
an element

Gets the family type of a given element (if


Clockwork Revit Elements Element Type Element.Type Query
applicable)

Clockwork Revit Elements Element Workset Element.Workset Query Retrieves the workset of a given element

Clockwork Revit Elements ElementType Duplicate ElementType.Duplicate Create Duplicates an element type

Clockwork Revit Elements Family IsInPlace Family.IsInPlace Create Determines if a family is an in-place family

Places a line-based family instance on a given


Clockwork Revit Elements FamilyInstance ByCurve FamilyInstance.ByCurve Create
level

Places a family instance at a given point in a


Clockwork Revit Elements FamilyInstance ByPointInView FamilyInstance.ByPointInView Create
given view (e. g. a detail component

Clockwork Revit Elements FamilyInstance AddCoping FamilyInstance.AddCoping Action Adds a coping (cut) to a steel beam

Flips the facing orientation of a given family


Clockwork Revit Elements FamilyInstance FlipFacingOrientation FamilyInstance.FlipFacingOrientation Action instance

Flips the ha nd orientation of a given fa mily


Clockwork Revit Elements FamilyInstance FlipHandOrientation FamilyInstance.FlipHandOrientation Action
instance

Clockwork Revit Elements FamilyInstance RemoveCoping FamilyInstance.RemoveCoping Action Removes a coping (cut) from a steel beam

Changes the family type of a given family


Clockwork Revit Elements FamilyInstance SetType FamilyInstance.SetType Action instance to the specified type

Returns all elements used as coping cutters


Clockwork Revit Elements FamilyInstance CopingElements FamilyInstance.CopingElements Query
for a given element

Gets the hand orientation of a hosted object


Clockwork Revit Elements FamilyInstance HandOrientation FamilyInstance.HandOrientation Query
(e.g. a window or a door)

Retrieves all subcomponents of a given family


Clockwork Revit Elements FamilyInstance SubComponents FamilyInstance.SubComponents Query
instance

Retrieves the supercomponent of a given


Clockwork Revit Elements FamilyInstance SuperComponent FamilyInstance.SuperComponent Query family instance

Sets the material of a specified compound


layer of a given family type (only applies to
Clockwork Revit Elements FamilyType SetCompoundLayerMaterial FamilyType.SetCompoundLayerMaterial Create
family types that have a compound structure,
e.g. walls, floors etc.).

Checks if the compo und structure of a given


Clockwork Revit Elements FamilyType CompoundStructureHasVariableLayer FamilyType.CompoundStructureHasVariableLayer Query floor or roof type contains a variable la yer

Retrieves the compound layers of any layered


Clockwork Revit Elements FamilyType CompoundStructureLayers FamilyType.CompoundStructureLayers Query family type (wall types, roof types, floor types
etc.)

Transform a slab shape based on a list of


Clockwork Revit Elements Floor SlabShapeByPoints Floor.SlabShapeByPoints Create XYZs. PLEASE NOTE: Will reset any previous
edits on the slab shape

Checks if the shape of a floor slab has been


Clockwork Revit Elements Floor SlabShapeHasBeenModified Floor.SlabShapeHasBeenModified Query modified with the shape editing tools

Determines whether a list of wall footing


Clockwork Revit Elements FootingType BreaksAtInserts FootingType.BreaksAtInserts Create
types break at inserts in their attached walls

Gets the value of a global parameter (only in


Clockwork Revit Elements GlobalParameter GetValue GlobalParameter.GetValue Create
Revit 2016 R2 or later)

Similar to
Clockwork Revit Elements Group Members Group.Members Create Retrieves the members of a group
Steamnodes/Tool.ElementsInGroup

Clockwork Revit Elements Level Plane Level.Plane Create Retrieves the plane of a given level

Clockwork Revit Elements MassFloor Mass MassFloor.Mass Create Gets the mass a given mass floor belongs to

Clockwork Revit Elements Material Duplicate Material.Duplicate Create Duplicates a material

Retrieves a number of properties from a given


Clockwork Revit Elements Material Properties Material.Properties Query
material

Clockwork Revit Elements ModelCurve AreaSeparator.FromCurve AreaSeparator.FromCurve Create Creates area separation lines from geometry

Creates room separatio n lines from geometry


Clockwork Revit Elements ModelCurve RoomSeparator.FromCurve RoomSeparator.FromCurve Create
curves

Creates space separation lines from geometry


Clockwork Revit Elements ModelCurve SpaceSeparator.FromCurve SpaceSeparator.FromCurve Create
curves

Clockwork Revit Elements Part SourceElement Part.SourceElement Create Retrieves the element a given part was made

Creates a revision cloud from a list of


Clockwork Revit Elements RevisionCloud FromCurves RevisionCloud.FromCurves Create
geometry curves.

Create a revision cloud for a list of Revit


Clockwork Revit Elements RevisionCloud FromElements RevisionCloud.FromElements Create elements

Transform a slab shape based on a list of


Clockwork Revit Elements Roof SlabShapeByPoints Roof.SlabShapeByPoints Create XYZs. PLEASE NOTE: Will reset any previous
edits on the slab shape

Clockwork Revit Elements Roof CreationMethod Roof.CreationMethod Query Retrieves the creation method of a given roof

Retrieves the roof kind (Basic, Gla zed, Other).


Clockwork Revit Elements Roof Kind Roof.Kind Query PLEASE NOTE: Roofs that were created by
face will be identified as 'Other'.

Checks if the shape if a roof slab has been


Clockwork Revit Elements Roof SlabShapeHasBeenModified Roof.SlabShapeHasBeenModified Query
modified with the shape editing tools

Clockwork Revit Elements Room UnplacedByNameAndNumber Room.UnplacedByNameAndNumber Create Creates an unplaced room

Gets a list of all boundary elements of a given


Clockwork Revit Elements Room Boundaries Room.Boundaries Query
room or area

Retrieves all doors that are associated with a


Clockwork Revit Elements Room Doors Room.Doors Query
room (hosted in walls and roofs)

Retrieves the inserts o f the bounding


Clockwork Revit Elements Room InsertsOfBoundaries Room.InsertsOfBoundaries Query elements of a given room.

Retrieves the inserts o f the bounding


Clockwork Revit Elements Room InsertsOfBoundariesByCategory Room.InsertsOfBoundariesByCategory Query elements of a given room - filtered by a given
category

Evaluates if a point is located inside a given


Clockwork Revit Elements Room IsPointInside Room.IsPointInside Query spelling error
room

Clockwork Revit Elements Room IsUnbounded Room.IsUnbounded Query Checks whether a room is unbounded.

Retrieves all windows that are associated with


Clockwork Revit Elements Room Windows Room.Windows Query a room (hosted in walls and roofs)

Retrieves a sequence of doors connecting a


Clockwork Revit Elements Room RoomSequence.ToDoorSequence RoomSequence.ToDoorSequence Query
given squence of rooms (if possible)

Creates a selection set of the given elements.


Note that if a selection set of the given name
already exists in the model, its contents will
be replaced. Also, if the selection set is
Clockwork Revit Elements SelectionSet ByElements SelectionSet.ByElements Create
already applied as a view filter, the view filter
will have to be manually updated in the
visibility / graphic overrides. DO **NOT** USE
IN AUTOMATIC MODE
Retrieves all elements stored in a selection
Clockwork Revit Elements SelectionSet Elements SelectionSet.Elements Query
set

Retrieves the kind of a given structural


Clockwork Revit Elements StructuralFoundation Kind StructuralFoundation.Kind Create
foundation (isolated, wall, slab)

Creates a new subcategory for a given


element category in a *family document*
Clockwork Revit Elements Subcategory ByName Subcategory.ByName Create (unless a subcategory of that name already
exists - in that case it returns the existing
subcategory)

replace "Left" with "Bottom" in the


Clockwork Revit Elements TextAlignFlags Bottom TextAlignFlags.Bottom Create Returns the "Bottom" text align flag
description

replace "Left" with "Center" in the


Clockwork Revit Elements TextAlignFlags Center TextAlignFlags.Center Create Returns the "Center" text align flag
description

Clockwork Revit Elements TextAlignFlags Left TextAlignFlags.Left Create Returns the "Left" text align flag

replace "Left" with "Middle" in the


Clockwork Revit Elements TextAlignFlags Middle TextAlignFlags.Middle Create Returns the "Middle" text align flag
description

replace "Left" with "Right" in the


Clockwork Revit Elements TextAlignFlags Right TextAlignFlags.Right Create Returns the "Right" text align flag description

Clockwork Revit Elements TextAlignFlags Top TextAlignFlags.Top Create Returns the "Top" text align flag replace "Left" with "Top" in the description

Sets the text of a given text element (i. e. text


Clockwork Revit Elements TextElement SetText TextElement.SetText Create
note or model text)

Gets the text stored in a text element (i.e.


Clockwork Revit Elements TextElement Text TextElement.Text Query
text note or model text)

Clockwork Revit Elements TextNote ByStringAndPosition TextNote.ByStringAndPosition Create Creates a text note at a given location

Calculates the intersection of a toposurface


Clockwork Revit Elements Topography IntersectionWithPlane Topography.IntersectionWithPlane Create and a plane

Filters out everything tha t is *not* a topo


Clockwork Revit Elements Topography IsSubregion Topography.IsSubregion Query subregion. Needs Revit 2014 or newer to
work.

Converts Revit UV coordinates to Dynamo UV


Clockwork Revit Elements UV ToDynamoUV UV.ToDynamoUV Create
coordinates

Retrieves the display unit type for a given unit


Clockwork Revit Elements UnitType DisplayUnitType UnitType.DisplayUnitType Create
type.

Creates a wall on top of a face. The face


Clockwork Revit Elements Wall ByFace Wall.ByFace Create typically needs to be the face of a mass
surface in Revit

Flips the orientation of a given wall - DO


Clockwork Revit Elements Wall Flip Wall.Flip Action
***NOT*** USE IN AUTOMATIC MODE

Clockwork Revit Elements Wall CreationMethod Wall.CreationMethod Query Retrieves the creation method of a given wall

Gets the orientation of a given wall instance


(normal of the exterior face of the wall). Will
Clockwork Revit Elements Wall Orientation Wall.Orientation Query *not* work for walls hosted on mass faces or
in-place walls.

Returns the WallLocationLine option for


Clockwork Revit Elements WallLocationLine CoreCenterline WallLocationLine.CoreCenterline Create
CoreCenterLine

Returns the WallLocationLine option for


Clockwork Revit Elements WallLocationLine CoreExterior WallLocationLine.CoreExterior Create
CoreExterior

Returns the WallLocationLine option for


Clockwork Revit Elements WallLocationLine CoreInterior WallLocationLine.CoreInterior Create
CoreInterior

Returns the WallLocationLine option for


Clockwork Revit Elements WallLocationLine FinishFaceExterior WallLocationLine.FinishFaceExterior Create
FinishFaceExterior

Returns the WallLocationLine option for


Clockwork Revit Elements WallLocationLine FinishFaceInterior WallLocationLine.FinishFaceInterior Create FinishFaceInterior

Returns the WallLocationLine option for


Clockwork Revit Elements WallLocationLine WallCenterline WallLocationLine.WallCenterline Create
WallCenterLine

Retrieves the Function property of a given


Clockwork Revit Elements WallType Function WallType.Function Create
wall type

Clockwork Revit Elements WallType Kind WallType.Kind Create Retreives the wall kind of a given wall type

Gets the rooms that are connected by a given


Clockwork Revit Elements Window Rooms Window.Rooms Create
window

Clockwork Revit Elements Workset Kind Workset.Kind Create Retrieves the kind of a given workset

Unlike the built-in node, this node retrieves all


Clockwork Revit Selection ByCollector All Elements of Family Type (Universal) All Elements of Family Type (Universal) Create placed instances of a given loadable *or*
system family type

Gets all families of a given category in the


Clockwork Revit Selection ByCollector All Elements Of Category All Elements Of Category Create
model (does *not* work for system families)

Gets all family types/symboles of a given


Clockwork Revit Selection ByCollector All Family Types Of Category All Family Types Of Category Create category in the model (does *not* work for
system families)

Finds all elements of specified category that


Clockwork Revit Selection ByCollector All Intersecting Elements Of Category All Intersecting Elements Of Category Create intersect with a list of vectors

Retrieves all family types of a given category


Clockwork Revit Selection ByCollector All Placed Family Types Of Category All Placed Family Types Of Category Create
that have *placed* instances

Gets all view-dependent family instances in a


Clockwork Revit Selection ByCollector All View-Dependent Family Instances Of Category All View-Dependent Family Instances Of Category Create given view for a given list of categories -
useful for finding annotation elements

Returns the underlying Revit element of a


Clockwork Revit Selection ByFace Element.FromDynamoSurface Element.FromDynamoSurface Create given face

Returns the underlying Revit face of a given


Clockwork Revit Selection ByFace RevitFace.FromDynamoSurface RevitFace.FromDynamoSurface Create surface

Returns the underlying Revit face reference of


Clockwork Revit Selection ByFace RevitFaceReference.FromDynamoSurface RevitFaceReference.FromDynamoSurface Create
a given surface

Retrieves those elements from a collection


Clockwork Revit Selection Filters Elements.FilterByName Elements.FilterByName Create
whose names match the search string

Clockwork Revit Selection Filters Elements.FilterByParameterValueAndCondition Elements.FilterByParameterValueAndCondition Create Description missing

Gets the Revit element(s) for a list of IDs (or a


Clockwork Revit Selection Miscellaneous Element.ByID Element.ByID Create
single ID)

Sets the orientation of a given perspective


Clockwork Revit Views PerspectiveView OrientToEyeAndTargetPosition PerspectiveView.OrientToEyeAndTargetPosition Create
view based o n a given eye and target position

Returns the view template assigned to a given prfen ob View. ViewTemplate die gleiche
Clockwork Revit Views PlanView Underlay PlanView.Underlay Create
view (if one is assigned) Funktion hat

Clockwork Revit Views Sheet PlaceholderSheet.ByNumerAndName PlaceholderSheet.ByNumerAndName Create Creates placeholder sheets

Clockwork Revit Views Sheet Scale Sheet.Scale Query Returns the scale of a given sheet

Returns all schedules placed on a specified


Clockwork Revit Views Sheet Schedules Sheet.Schedules Query sheet

Convert all temporary hidden elements or


Clockwork Revit Views View ConvertTemporaryHideIsolateToPermanent View.ConvertTemporaryHideIsolateToPermanent Create categories to permanently hidden in the given
view

Disa bles the temporary hide/isolate for the


Clockwork Revit Views View DisableTemporaryHideIsolate View.DisableTemporaryHideIsolate Create
given view (if set)

Clockwork Revit Views View Duplicate View.Duplicate Create Duplicate a given view.

Clockwork Revit Views View DuplicateAsDependent View.DuplicateAsDependent Create Duplicates a given view as a dependent view

Clockwork Revit Views View DuplicateWithDetailing View.DuplicateWithDetailing Create Duplicates a given view with detailing

Resizes the bounding box of a given Revit


element by the specified amount in X, Y and Z
Clockwork Revit Views View ResizeCropBox View.ResizeCropBox Create direction. May need to be used in conjunction
with a Transaction node.

Sets the view to a given design option.


PLEASE NOTE: This node is kind of hacky. It
does not use the design option settings in the
visibility / graphic overrides. Instead it sets
Clockwork Revit Views View SetDesignOption View.SetDesignOption Create the view property "Visible in Optio n" to *one*
specific design option - which also means that
the symbolic representation of this view is
only visible in views that display the given
design options.

Clockwork Revit Views View SetPhase View.SetPhase Create Sets the phase of a given view

Sets the active frame number of the solar


Clockwork Revit Views View SetSolarStudyActiveFrameNumber View.SetSolarStudyActiveFrameNumber Create
study in a given view

Checks of a given ca tegory is visible in a


Clockwork Revit Views View CategoryIsVisible View.CategoryIsVisible Query
given view

Clockwork Revit Views View DetailLevel View.DetailLevel Query Retrieves the detail level of a given view

Checks whether a given view is a perspective


Clockwork Revit Views View IsPerspective View.IsPerspective Query
view.

Clockwork Revit Views View IsViewTemplate View.IsViewTemplate Query Checks if a given view is a view template

Clockwork Revit Views View Phase View.Phase Query Returns the phase of a given view

Clockwork Revit Views View Plane View.Plane Query Retrieves the plane of a given view

Clockwork Revit Views View Scale View.Scale Query Returns the scale of a given view

Retrieves the number of frames of a solar


study for a given view (if the view's sun and
Clockwork Revit Views View SolarStudyTotalFrames View.SolarStudyTotalFrames Query
shadow settings are indeed set to single or
multi day study)

Clockwork Revit Views View Type View.Type Query Returns the type of a given view

Checks if a given view has any view filters


Clockwork Revit Views View UsesViewFilters View.UsesViewFilters Query
applied to it

Returns the view template assigned to a given prfen ob PlanView.Underlay die gleiche
Clockwork Revit Views View ViewTemplate View.ViewTemplate Query
view (if one is assigned) Funktion hat

Clockwork Revit Views View3D IsLocked View3D.IsLocked Create Checks if a given view is locked

Dynamo Core Color Add Color.Add Create description missing

Construct a color by alpha, red, green, and


Dynamo Core Color ByARGB Color.ByARGB Create blue components

Dynamo Core Color Color Range Color.Color Range Create Get a color given a color range
Dynamo Core Color Divide Color.Divide Create description missing

Dynamo Core Color Multiply Color.Multiply Create description missing

Dynamo Core Color Brightness Color.Brightness Action Gets the brightness value for this color

Lists the components for the color in the


Dynamo Core Color Components Color.Components Action
order: alpha, red, green, blue

Dynamo Core Color Hue Color.Hue Action Gets the hue value for this color.

Dynamo Core Color Saturation Color.Saturation Action Gets the saturation value for this color

Dynamo Core Color Alpha Color.Alpha Query Find the alpha component of a color, 0 to 255

Dynamo Core Color Blue Color.Blue Query Find the blue component of a color, 0 to 255

Dynamo Core Color Green Color.Green Query Find the green component of a color, 0 to 255

Dynamo Core Color Red Color.Red Query Find the red component of a color, 0 to 255

Create a ColorRange2D by supplying lists of


Dynamo Core ColorRange2D ByColorsAndParameters ColorRange2D.ByColorsAndParameters Create colors and UVs

Get the color in this color range at the


Dynamo Core ColorRange2D GetColorAtParameter ColorRange2D.GetColorAtParameter Action
specified parameter

Adds a TimeSpan to a DateTime, yielding a


Dynamo Core DateTime AddTimeSpan DateTime.AddTimeSpan Create new DateTime.

Dynamo Core DateTime ByDate DateTime.ByDate Create Creates a new DateTime at an exact date

Creates a new DateTime at an exact date and


Dynamo Core DateTime ByDateAndTime DateTime.ByDateAndTime Create
time

Extracts the individual components of a


Dynamo Core DateTime Components DateTime.Components Create
DateTime

Extracts only the date from a DateTime. Time


Dynamo Core DateTime Date DateTime.Date Create components are set to 0.

Gets the Day of the Week from a given


Dynamo Core DateTime DayOfWeek DateTime.DayOfWeek Create DateTime.

Dynamo Core DateTime DayOfYear DateTime.DayOfYear Create Returns the day of the year (0-366)

Calculates how many days are in the given


Dynamo Core DateTime DaysInMonth DateTime.DaysInMonth Create
month of the given year.

Dynamo Core DateTime FromString DateTime.FromString Create Attempts to parse a DateTime from a string.

Determines if it is Daylight Savings Time at


Dynamo Core DateTime IsDaylightSavingsTime DateTime.IsDaylightSavingsTime Create
the given DayTime

Dynamo Core DateTime IsLeapYear DateTime.IsLeapYear Create Determines if the given year is a leap year.

Subtracts a TimeSpan from a DateTime,


Dynamo Core DateTime SubstractTimeSpan DateTime.SubstractTimeSpan Create
yielding a new DateTime.

Yields a new TimeSpan representing the


Dynamo Core DateTime TimeOfDay DateTime.TimeOfDay Create amount of time passed since midnight of the
give DateTime

The latest date and time that can be


Dynamo Core DateTime MaxValue DateTime.MaxValue Query
represented.

The earliest date and time that can be


Dynamo Core DateTime MinValue DateTime.MinValue Query
represented

Dynamo Core DateTime Now DateTime.Now Query The current system date and time

The current system da te, with time set at


Dynamo Core DateTime Today DateTime.Today Query
midnight.

Dynamo Core DayOfWeek Friday DayOfWeek.Friday Create description missing

Dynamo Core DayOfWeek Monday DayOfWeek.Monday Create description missing

Dynamo Core DayOfWeek Saturday DayOfWeek.Saturday Create description missing

Dynamo Core DayOfWeek Sunday DayOfWeek.Sunday Create description missing

Dynamo Core DayOfWeek Thursday DayOfWeek.Thursday Create description missing

Dynamo Core DayOfWeek Tuesday DayOfWeek.Tuesday Create description missing

Dynamo Core DayOfWeek Wednesday DayOfWeek.Wednesday Create description missing

Dynamo Core Evaluate Function.Apply Evaluate.Function.Apply Create

Dynamo Core Evaluate Function.Compose Evaluate.Function.Compose Create

Evaluates a n NCalc formula with given


Dynamo Core Formula Evaluate Formula.Evaluate Create
parameter mappings

Dynamo Core Input Boolean Boolean Create Selection between true and false

Allows for DesignScript code to be authored


Dynamo Core Input Code Block Code Block Create
directly

Create a DateTime Object from a formatted


Dynamo Core Input Date Time Date Time Create date and time string. Date and time must be
of the format "April 12, 1977 12:00 PM"

Allows you to select a directory on the system


Dynamo Core Input Directory Path Directory Path Create
to get its path

Allows you to select a file on the system to


Dynamo Core Input File Path File Path Create
get its filename

Dynamo Core Input Integer Slider Integer Slider Create A slider that produces integer values

Dynamo Core Input Number Number Create Creates a number

Dynamo Core Input Number Slider Number Slider Create A slider that produces numeric values

Dynamo Core Input String String Create Creates a string

Dynamo Core List Create List.Create Create Makes a new list out of the given inputs

Creates a squence of numbers or letters in


Dynamo Core List Range Range Create the specified range

Dynamo Core List Sequence Sequence Create Creates a sequence of numbers

Dynamo Core List AddItemToEnd List.AddItemToEnd Action Adds an item to the end of a list.

Dynamo Core List AddItemToFront List.AddItemToFront Action Adds an item to the beginning of a list.

Given an item, returns the zero-based indices


Dynamo Core List AllIndicesOf List.AllIndicesOf Action of all its occurrences in the list. If the item
connot be found, an empty list is returned.

Chop a list into a set of consecutive sublists


Dynamo Core List Chop List.Chop Action with the specified lengths. List division begins
at the top of the list.

Cleans data of nulls and empty lists from a


Dynamo Core List Clean List.Clean Action given list of arbitrary dimnesion

Produces all combinations of the given length


Dynamo Core List Combinations List.Combinations Action
of a given list.

Determines if the given list contains the given


Dynamo Core List ContainsItem List.ContainsItem Action
item

Gets the number of items stored in the given


Dynamo Core List Count List.Count Action list.

Creates a new list by concatenining copies of


Dynamo Core List Cycle List.Cycle Action
a given list

Given a list, produces the first item in the list,


Dynamo Core List Deconstruct List.Deconstruct Action and a new list containing all items except the
first

List elements along each diagonal in the


Dynamo Core List DiagonalLeft List.DiagonalLeft Action
matrix from the top right to the lower left.

List elements along each diagonal in the


Dynamo Core List DiagonalRight List.DiagonalRight Action matrix from the top left to the lower right

Removes items from the given list at indices


Dynamo Core List DropEveryNthItem List.DropEveryNthItem Action that are multiples of the given value, after the
given offset.

Removes an amount of items from the start of


Dynamo Core List DropItems List.DropItems Action the list. If the amount is a negative value,
items are removed from the end of the list.

Filters a sequence by looking up correspondin


Dynamo Core List FilterByBoolMask List.FilterByBoolMask Action spelling error in the description
indices in a separate list of booleans

Given an item, returns the zero-based index


Dynamo Core List FirstIndexOf List.FirstIndexOf Action of its first o ccurence in the list. If the item
cannot be found in the list, -1 is returned

Dynamo Core List FirstItem List.FirstItem Action Gets the first item in a list.

Flattens a nested list of lists by a certain


Dynamo Core List Flatten List.Flatten Action
amount.

Gets an item from the given list that's located


Dynamo Core List GetItemAtIndex List.GetItemAtIndex Action
at the specified index.

Group items into sub-lists based on their like


Dynamo Core List GroupByKey List.GroupByKey Action
key values

Dynamo Core List IsEmpty List.IsEmpty Action Determines if the given list is empty.

Dynamo Core List Join List.Join Action Concatenates all given lists into a single list
Dynamo Core List LastItem List.LastItem Action Retrieves the last item in a list.

Applies a combinator to each pair in the


Dynamo Core List CartesianProduct List.CartesianProduct Action
cartesian product of two sequences

Applies a combinator to each element in two


Dynamo Core List Combine List.Combine Action
sequences

Filters a sequence by a given condition such


Dynamo Core List Filter List.Filter Action that for an arbitrary element "x" condition(x) spelling error in the description
= True or false

Applies a combinator to each pair resulting


from a lo ngest lacing of the input lists. All lists
Dynamo Core List LaceLongest List.LaceLongest Action
have their last element repeated to match the
length of the longest input

Applies a combinator to each pair resulting


from a shortest lacing of the input lists. All
Dynamo Core List LaceShortest List.LaceShortest Action
lists are truncated to the length of the
shortest input

Applies a function over all elements of a list,


Dynamo Core List Map List.Map Action
generating a new list from the results

Reduces a list into a new value by combining


Dynamo Core List Reduce List.Reduce Action each element with an accumulated result

Reduces a list into a new value by combining


Dynamo Core List Scan List.Scan Action each element with an accumulated result,
produces a list of successive reduces values

Dynamo Core List MaximumItem List.MaximumItem Action Returns the maximum value from a list

Dynamo Core List MinimumItem List.MinimumItem Action Returns the minimum value from a list

Creates a list containing the given item the


Dynamo Core List OfRepeatedItem List.OfRepeatedItem Action given number of times.

Produces all permutations of the given length


Dynamo Core List Permutations List.Permutations Action
of a given set

Removes an item from the given list at the


Dynamo Core List RemoveItemAtIndex List.RemoveItemAtIndex Action
specified index

Replaces an object with a given substitute if


Dynamo Core List ReplaceByCondition List.ReplaceByCondition Action
the original object satisfies a given condition

Replace an item from the given list that's


Dynamo Core List ReplaceItemAtIndex List.ReplaceItemAtIndex Action
located at the specified index

Dynamo Core List RestOfItems List.RestOfItems Action Removes the first item from the given list

Creates a new list containing the items of the


Dynamo Core List Reverse List.Reverse Action
given list but in reverse order

Shifts indices in the list to the right by the


Dynamo Core List ShiftIndices List.ShiftIndices Action given amount

Shuffles a list, randomizing the order of its


Dynamo Core List Shuffle List.Shuffle Action
items.

Gets a single sub-list from the given list,


Dynamo Core List Slice List.Slice Action based on starting index, ending index, and a
step a mount

Dynamo Core List Sort List.Sort Action Sorts a list using the built-in natural ordering

Dynamo Core List SortByKey List.SortByKey Action Sort list based on its keys

Build sublists from a list using DesignScript


Dynamo Core List Sublists List.Sublists Action
range syntax

Fetches items from the given list at indices


Dynamo Core List TakeEveryNthItem List.TakeEveryNthItem Action that are multiples of the given value, after the
given offset

Fetches an amount of items from the start of


Dynamo Core List TakeItems List.TakeItems Action the list.

Swaps rows and columns in a list of lists. If


there are some rows that are shorter than
Dynamo Core List Transpose List.Transpose Action others, null values are inserted as place
holders in the resultant array such that it is
always rectangular

Creates a new list containing all unique items


Dynamo Core List UniqueItems List.UniqueItems Action in the given list

Dynamo Core List Empty List.Empty Query An Empty List. Why Query category? Should be create

Dynamo Core Location ByLatitudeAndLongitude Location.ByLatitudeAndLongitude Create description missing

Dynamo Core Location Latitude Location.Latitude Query description missing

Dynamo Core Location Longitude Location.Longitude Query description missing

Dynamo Core Location Name Location.Name Query description missing

Boolean AND: Returns true only if both of the


Dynamo Core Logic And And Create
inputs are true. If either is false, returns false.

Dynamo Core Logic If If Create description missing

Boolean OR: Returns true if either of the


Dynamo Core Logic Or Or Create inputs are true. If neither are true, returns
false

Dynamo Core Logic ScopeIf ScopeIf Create Scoped If statement

Boolean XOR: Returns true if and only if


Dynamo Core Logic Xor Xor Create
exactly one of the inputs is true

Dynamo Core Math Abs (number) Math.Abs (number) Create Finds the abolute value of a number

Replace "number" with "integer" in the


Dynamo Core Math Abs (integer) Math.Abs (integer) Create Finds the abolute value of a integer
description

Finds the inverse cosine, the angle whose


Dynamo Core Math Acos Math.Acos Create
cosine is the given ratio.

Finds the inverse sine, the angle whose sine is


Dynamo Core Math Asin Math.Asin Create
the given ratio

Finds the inverse tangent, the angle whose


Dynamo Core Math Atan Math.Atan Create
tangent is the given ratio.

Finds the inverse tangent of quotient of two


Dynamo Core Math Atan2 Math.Atan2 Create numbers. Returns the angle whose tangent is
the ratio: numerator/denominator

Dynamo Core Math Average Math.Average Create Averages a list of numbers

Returns the first integer greater than the


Dynamo Core Math Ceiling Math.Ceiling Create
number

Dynamo Core Math Cos Math.Cos Create Finds the cosine of an angle

Dynamo Core Math Cosh Math.Cosh Create Finds the hyperbolic cosine of an angle

Converts an angle in degrees to an angle in


Dynamo Core Math DegreesToRadians Math.DegreesToRadians Create
redians

Dynamo Core Math DivRem Math.DivRem Create Finds the remainder of dividend/divisor

Returns the exponentia l of the number, the


Dynamo Core Math Exp Math.Exp Create constant e raised to the value number.

Dynamo Core Math Factorial Math.Factorial Create Finds the factorial result of a positive integer.

Returns the first integer smaller than the


Dynamo Core Math Floor Math.Floor Create
number

Finds the natural logarithm of a number in the


Dynamo Core Math Log (number) Math.Log (number) Create
range (0, )

Finds the logaithm of a number with the


Dynamo Core Math Log (number, logBase) Math.Log (number, logBase) Create specified base

Dynamo Core Math Log10 Math.Log10 Create Finds the base-10 logarithm of a number

Dynamo Core Math Max (value1, value2) Math.Max (value1, value2) Create Returns the greater of two numbers

Replace "numbers" with "integers" in the


Dynamo Core Math Max (int1, int2) Math.Max (int1, int2) Create Returns the greater of two numbers (integers)
description

Dynamo Core Math Min (value1, value2) Math.Min (value1, value2) Create Returns the lesser of two numbers

Dynamo Core Math Min (int1, int2) Math.Min (int1, int2) Create Returns the lesser of two numbers (integers)

Dynamo Core Math Pow Math.Pow Create Raise a number to the specified power

Converts an angle in radians to an angle in


Dynamo Core Math RadiansToDegrees Math.RadiansToDegrees Create degrees

Dynamo Core Math Rand Math.Rand Create Produces a random number in the range [0. 1)

Generates a random double in the range of


Dynamo Core Math Random (seed) Math.Random (seed) Create
[0, 1)

Produce a random number in the range


Dynamo Core Math Random (value1, value2) Math.Random (value1, value2) Create [lower_number, higher_number)

Produces a list containing the given amount of


Dynamo Core Math RandomList Math.RandomList Create random doubles in the range of [0, 1)

Adjusts the range of a list of numbers while


Dynamo Core Math RemapRange Math.RemapRange Create
preserving the distribution ratio

Dynamo Core Math Round (number) Math.Round (number) Create Rounds a number to the nearest integer

Rounds a number to the specified number of


Dynamo Core Math Round (number, digits) Math.Round (number, digits) Create decimal places

Dynamo Core Math Sign (number) Math.Sign (number) Create Returns the sign of the number: -1, 0, or 1

Returns the sign of the number (integer): -1,


Dynamo Core Math Sign (integer) Math.Sign (integer) Create
0, or 1

Dynamo Core Math Sin Math.Sin Create Finds the sine of an angle

Dynamo Core Math Sinh Math.Sinh Create Finds the hyperbolic sine of an angle (radians)

Finds the positive square root of a number in


Dynamo Core Math Sqrt Math.Sqrt Create the range [0 ,)
Dynamo Core Math Sum Math.Sum Create Find the sum of a series of numbers

Dynamo Core Math Tan Math.Tan Create Finds the tangent of an angle

Finds the hyperbolic tangent of an angle


Dynamo Core Math Tanh Math.Tanh Create (radians)

Dynamo Core Math E Math.E Query The mathematical constant e, 2.71828...

Dynamo Core Math GoldenRatio Math.GoldenRatio Query The golden ratio, (1+ sqrt(5))/2 = 1.61803...

Dynamo Core Math PI Math.PI Query The mathematical constant Pi, 3.14159...

The mathematical constant Pi multiplied by 2:


Dynamo Core Math PiTimes2 Math.PiTimes2 Query
6.2831853...

Dynamo Core Object Identity Object.Identity Create Returns what is passed in, doing nothing.

Dynamo Core Object IsNull Object.IsNull Create Determines if the given object is null Remove "the" in the description

Returns the type of object represented as


Dynamo Core Object Type Object.Type Create
string

Evaluates mathematical formulas. Uses


Dynamo Core Scripting Formula Formula Create
NCalc: http://ncalc.codeplex.com/

Runs an embedded IronPytho n script. Use


Dynamo Core Scripting Python Script Python Script Create
right click -> edit

Dynamo Core Scripting Python Script From String Python Script From String Create Runs a IronPython script from a string

Increases the width of a string by enca sing


Dynamo Core String Center String.Center Create the original characters with spaces on either
side

Converts the given string to all uppercase


Dynamo Core String ChangeCase String.ChangeCase Create characters or all lowercase characters based
on a boolean parameter

Concatenates multiple strings into a single


Dynamo Core String Concat String.Concat Create
string.

Determines if the given string contains the


Dynamo Core String Contains String.Contains Create given substring

Counts the number of non-overlapping


Dynamo Core String CountOccurrences String.CountOccurrences Create occurrences of a substring inside a given
string

Determines if the given string ends with the


Dynamo Core String EndsWith String.EndsWith Create
given substring

Finds the zero-based index of the first


Dynamo Core String IndexOf String.IndexOf Create occurrence of a sub-string inside a string.
Returns -1 if no index could be found.

Inserts a string into another string at a given


Dynamo Core String Insert String.Insert Create
index

Concatenates multiple strings into a single


Dynamo Core String Join String.Join Create string, inserting the given separator between
each joined string

Finds the zero-based index of the last


Dynamo Core String LastIndexOf String.LastIndexOf Create occurrence of a sub-string inside a string.
Returns -1 if no index could be found

Returns the number of characters co ntained


Dynamo Core String Length String.Length Create
in the given string

Right-aligns the characters in the given string


Dynamo Core String PadLeft String.PadLeft Create by padding them with spaces on the left, for a
specified total length

Left-aligns the characters in the given string


Dynamo Core String PadRight String.PadRight Create by padding them with spaces on the right, for
a specified to tal length

Dynamo Core String Remove String.Remove Create Removes characters from a string

Replaces all occurences of text in a string with


Dynamo Core String Replace String.Replace Create
other text

Divides a single string into a list of string, with


Dynamo Core String Split String.Split Create divisions determined by the given separater
strings

Determines if the given string starts with the


Dynamo Core String StartsWith String.StartsWith Create
given substring

Dynamo Core String String from Array String.String from Array Create Convert an array to a string representation

Dynamo Core String String from Object String.String from Object Create Convert an object to a string representation

Retrieves a substring from the given string.


Dynamo Core String Substring String.Substring Create The substring starts at the given character
position and has the given length

Converts the given string to all lowercase


Dynamo Core String ToLower String.ToLower Create
characters

Dynamo Core String ToNumber String.ToNumber Create Converts a string to an integer or a double

Converts the given string to all uppercase


Dynamo Core String ToUpper String.ToUpper Create characters

Removes all whitespace from the start of the


Dynamo Core String TrimLeadingWhitespace String.TrimLeadingWhitespace Create
given string

Removes all whitespace from the end of the


Dynamo Core String TrimTrailingWhitespace String.TrimTrailingWhitespace Create
given string.

Removes all whitespace from the start and


Dynamo Core String TrimWhitespace String.TrimWhitespace Create
end of the given string

Dynamo Core Strings Web Request Strings.Web Request Create Make a web request given a url

Pauses the current evaluation thread for a


Dynamo Core Thread Pause Thread.Pause Create
given amount of time

Dynamo Core TimeSpan Add TimeSpan.Add Create Adds two TimeSpans

Yields a new TimeSpan calculated from the


Dynamo Core TimeSpan ByDateDifference TimeSpan.ByDateDifference Create
time difference between two DateTimes

Extracts the individual components of a


Dynamo Core TimeSpan Components TimeSpan.Components Create TimeSpan

Dynamo Core TimeSpan Create TimeSpan.Create Create Creates a new TimeSpan from a span of time

Dynamo Core TimeSpan FromString TimeSpan.FromString Create Attempts to parse a TimeSpan from a string.

Dynamo Core TimeSpan Negate TimeSpan.Negate Create Negates a TimeSpan

Dynamo Core TimeSpan Scale TimeSpan.Scale Create Multiplies a TimeSpan by a scaling factor

Dynamo Core TimeSpan Subtract TimeSpan.Subtract Create Subtracts two TimeSpans

Sonverts the total amount of time


Dynamo Core TimeSpan TotalDays TimeSpan.TotalDays Create represented by a TimeSpan to an inexact
number of days

Converts the total amount of time


Dynamo Core TimeSpan TotalHours TimeSpan.TotalHours Create represented by a TimeSpan to an inexact
number of hours

Converts the total amount of time


Dynamo Core TimeSpan TotalMilliseconds TimeSpan.TotalMilliseconds Create represented by a TimeSpan to an inexact
number of milliseconds

Converts the total amount of time


Dynamo Core TimeSpan TotalMinutes TimeSpan.TotalMinutes Create represented by a TimeSpan to an inexact
number of minutes

Converts the total amount of time


Dynamo Core TimeSpan TotalSeconds TimeSpan.TotalSeconds Create represented by a TimeSpan to an inexact
number of seconds

Dynamo Core TimeSpan MaxValue TimeSpan.MaxValue Query The largest TimeSpan that can be represented

The smallest TimeSpan that can be


Dynamo Core TimeSpan MinValue TimeSpan.MinValue Query represented

A TimeSpan representing an elapsed time of


Dynamo Core TimeSpan Zero TimeSpan.Zero Query Zero

Dynamo Core Units Converts Between Units Converts Between Units Create Convert between units of measure reduce the width of the node

Dynamo Core Units Number From Feet and Inches Number From Feet and Inches Create Converts Feet and Inch to a number description is unclear

Creates Dynamo Units (Area, Insolation,


Dynamo Core Units Unit Types Unit Types Create description is unclear
Length, Volume)

Dynamo Core View Watch Watch Create Visualize the output of node

Shows a dynamic preview of geometry. Hold


Dynamo Core View Watch 3D Watch 3D Create Right mouse button to rotate. Rightclick on Rightclick: Switch to Node View ??
preview to ZoomToFit

Dynamo Core View Watch Image Watch Image Create Previews an image

Reads a text file containing comma-separated


Dynamo Core File CSV ReadFromFile CSV.ReadFromFile Create values into a two dimensional list. Outer list
represents rows, inner lists represent columns

Write a list of lists into a file using a comma-


Dynamo Core File CSV WriteToFile CSV.WriteToFile Create separated values format. Outer list represents
rows, inner lists represent columns

Dynamo Core File Directory Contents Directory.Contents Create Gets all of the contents of a given directory

Dynamo Core File Directory Copy Directory.Copy Create Copies a directory to a destination location

Dynamo Core File Directory Delete Directory.Delete Create Deletes a directory

Determines if a directory exists at the given


Dynamo Core File Directory Exists Directory.Exists Create path

Dynamo Core File Directory Move Directory.Move Create Moves a directory to a new location

Dynamo Core File File Copy File.Copy Create Copies a file

Dynamo Core File File Delete File.Delete Create Deletes a soecified file

Dynamo Core File File Exists File.Exists Create Determines if a file exists at the given path

Dynamo Core File File Move File.Move Create Moves a specified file to a new location
Reads a text file and returns the contents as a
Dynamo Core File File ReadText (file) File.ReadText (file) Create
string

Write the text content to a file specified by


Dynamo Core File File WriteText File.WriteText Create
the path

Dynamo Core File FilePath ChangeExtension FilePath.ChangeExtension Create Changes the extension of a file path

Combines multiple strings into a single file


Dynamo Core File FilePath Combine FilePath.Combine Create
path

Dynamo Core File FilePath DirectoryName FilePath.DirectoryName Create Gets the directory name of a file path

Dynamo Core File FilePath Extension FilePath.Extension Create Gets the extension from a file path

Dynamo Core File FilePath FileName FilePath.FileName Create Gets the file name of a file path

Determines whether or not a file path


Dynamo Core File FilePath HasExtension FilePath.HasExtension Create
contains an extension

Dynamo Core File Image Dimensions Image.Dimensions Create Gets the width and height of an image

Dynamo Core File Image FromPixels (colors) Image.FromPixels (colors) Create Constructs an image from a 2d list of pixels

Constructs an image from a flat list of pixels,


Dynamo Core File Image FromPixels (colors, width, height) Image.FromPixels (colors, width, height) Create
a width, and a height

Reads an image file and returns the color


Dynamo Core File Image Pixels Image.Pixels Create values at the specified grid locations

Dynamo Core File Image ReadFromFile Image.ReadFromFile Create Loads the file as a bitmap

Wrtie the image to a path given the specified


Dynamo Core File Image WriteToFile Image.WriteToFile Create
void

Dynamo Core File Directory FromPath Directory.FromPath Creates a directory object from a path is not sorted into the tree. Type is missing

Dynamo Core File File FromPath File.FromPath Creates a file object from a path is not sorted into the tree. Type is missing

Dynamo Display Display Display ByGeometryColor Display.ByGeometryColor Create description missing

Dynamo Display Display Display BySurfaceColors Display.BySurfaceColors Create description missing

DynamoRebar DynamoRebar Rebar CoverToOffset Rebar.CoverToOffset Create description missing

DynamoRebar DynamoRebar Rebar Cut Rebar.Cut Create description missing

DynamoRebar DynamoRebar Rebar FollowingSurface Rebar.FollowingSurface Create description missing

DynamoRebar DynamoRebar Rebar GetMaterialNames Rebar.GetMaterialNames Create description missing

DynamoRebar DynamoRebar Rebar GetMaterialProperties Rebar.GetMaterialProperties Create description missing

DynamoRebar DynamoRebar Rebar GetParameterNameAndValue Rebar.GetParameterNameAndValue Create description missing

DynamoRebar DynamoRebar Rebar Morphed Rebar.Morphed Create description missing

DynamoRebar DynamoRebar Rebar Perpendicular Rebar.Perpendicular Create description missing

DynamoRebar DynamoRebar Rebar Shorten Rebar.Shorten Create description missing

DynamoRebar Revit Elements HorizontalAlignment ByName HorizontalAlignment.ByName Create description missing

DynamoRebar Revit Elements HorizontalAlignment Name HorizontalAlignment.Name Query description missing

DynamoRebar Revit Elements Rebar ByCurve Rebar.ByCurve Create description missing

DynamoRebar Revit Elements Rebar SetSolidInView Rebar.SetSolidInView Action description missing

DynamoRebar Revit Elements Rebar SetUnobscuredInView Rebar.SetUnobscuredInView Action description missing

DynamoRebar Revit Elements RebarBarType ByAngle RebarBarType.ByAngle Create description missing

DynamoRebar Revit Elements RebarBarType ByName RebarBarType.ByName Create description missing

DynamoRebar Revit Elements RebarContainer AppendBar RebarContainer.AppendBar Create description missing

DynamoRebar Revit Elements RebarContainer ByBars RebarContainer.ByBars Create description missing

DynamoRebar Revit Elements RebarContainer ByCurve RebarContainer.ByCurve Create description missing

DynamoRebar Revit Elements RebarContainer SetSolidInView RebarContainer.SetSolidInView Action description missing

DynamoRebar Revit Elements RebarContainer SetUnobscuredInView RebarContainer.SetUnobscuredInView Action description missing

DynamoRebar Revit Elements RebarHookOrientation ByName RebarHookOrientation.ByName Create description missing

DynamoRebar Revit Elements RebarHookOrientation Name RebarHookOrientation.Name Query description missing

DynamoRebar Revit Elements RebarHookType ByAngle RebarHookType.ByAngle Create description missing

DynamoRebar Revit Elements RebarHookType ByName RebarHookType.ByName Create description missing

DynamoRebar Revit Elements RebarStyle ByName RebarStyle.ByName Create description missing

DynamoRebar Revit Elements RebarStyle Name RebarStyle.Name Query description missing

DynamoRebar Revit Elements Tag ByElement Tag.ByElement Create description missing

DynamoRebar Revit Elements VerticalAlignment ByName VerticalAlignment.ByName Create description missing

DynamoRebar Revit Elements VerticalAlignment Name VerticalAlignment.Name Query description missing

Dynamo Geometry Arc ByBestFitThroughPoints Arc.ByBestFitThroughPoints Create best fit arc through points

Create an arc by providing it's center point,


Dynamo Geometry Arc ByCenterPointRadiusAngle Arc.ByCenterPointRadiusAngle Create
radius, angle sweepm and normal vector

Create an arc by providing it's center point,


Dynamo Geometry Arc ByCenterPointStartPointEndPoint Arc.ByCenterPointStartPointEndPoint Create start point, and end point

Create an arc by providing it's center point,


Dynamo Geometry Arc ByCenterPointStartPointSweepAngle Arc.ByCenterPointStartPointSweepAngle Create
start point, sweep point, and normal

Create an arc by filleting twp curves with


Dynamo Geometry Arc ByFillet Arc.ByFillet Create
given radius

Create an arc by filleting two curves tangent


Dynamo Geometry Arc ByFilletTangentToCurve Arc.ByFilletTangentToCurve Create
to given curve at internal point

Create an Arc from start Point to end Point


Dynamo Geometry Arc ByStartPointEndPointStartTangent Arc.ByStartPointEndPointStartTangent Create with start tangent to Vector

Create an arc by providing three sequential


Dynamo Geometry Arc ByThreePoints Arc.ByThreePoints Create points a long its circumference

Create an arc or tangent bi arc by start and


Dynamo Geometry Arc ByStartEndAndTangencies Arc.ByStartEndAndTangencies Action end points and tangencies at start and end

Dynamo Geometry Arc CenterPoint Arc.CenterPoint Query The center point of the arc

Dynamo Geometry Arc Radius Arc.Radius Query The radius of the arc

Dynamo Geometry Arc StartAngle Arc.StartAngle Query The start angle in degrees

Dynamo Geometry Arc SweepAngle Arc.SweepAngle Query The total sweep angle in degrees

Creates an axis-aligned BoundingBox


Dynamo Geometry BoundingBox ByCorners BoundingBox.ByCorners Create spanning between the minimum Point and the remove "the" in the description
maximum Point
Constructs a BoundingBox from minimum
coordinates (lower-left-rear corner of the box),
to maximum coordiantes (upper-right-front
corner of the box). CoordinateSystem is the
Dynamo Geometry BoundingBox ByCornersCoordianteSystem BoundingBox.ByCornersCoordianteSystem Create transform FROM the coordinate space o f the
box TO the model space. This metho d is
designed to match Revit's API, allowing you to
extract out the parameters from a Revit
BoundingBox without any conversions.

Creates an axis-aligned BoundingBox around


Dynamo Geometry BoundingBox ByGeometry (geom) BoundingBox.ByGeometry (geom) Create
input Geometry

Create a non-axis-aligned BoundingBox


Dynamo Geometry BoundingBox ByGeometryCoordinateSystem (geom, cs) BoundingBox.ByGeometryCoordinateSystem (geom, cs) Create around input Geometry, oriented in the X, Y,
and Z axis of the CoordinateSystem

Determine if a point is inside of the


Dynamo Geometry BoundingBox Contains BoundingBox.Contains Action
BoundingBox

Dynamo Geometry BoundingBox Intersection BoundingBox.Intersection Action Get the intersection of two BoundingBoxes

Determine whether two BoundingBoxes


Dynamo Geometry BoundingBox Intersects BoundingBox.Intersects Action
intersect

Dynamo Geometry BoundingBox IsEmpty BoundingBox.IsEmpty Action Determine if the BoundingBox is empty

Dynamo Geometry BoundingBox ToCuboid BoundingBox.ToCuboid Action Get the BoundingBox as a Solid Cuboid

Get the BoundingBox as a collection of


Dynamo Geometry BoundingBox ToPolySurface BoundingBox.ToPolySurface Action Surfaces

The CoordinateSystem that this BoundingBox


Dynamo Geometry BoundingBox ContextCoordinateSystem BoundingBox.ContextCoordinateSystem Query
is defined in

Dynamo Geometry BoundingBox MaxPoint BoundingBox.MaxPoint Query The maximum point

Dynamo Geometry BoundingBox MinPoint BoundingBox.MinPoint Query The minimum point

Dynamo Geometry Cricle ByBestFitThroughPoints Cricle.ByBestFitThroughPoints Create Best fir Circle through Points

Creates a circle with input center Point and


Dynamo Geometry Cricle ByCenterPointRadius Cricle.ByCenterPointRadius Create radius in the world XY plane, with vorld Z as
normal

Creates a circle with specified center point,


Dynamo Geometry Cricle ByCenterPointRadiusNormal Cricle.ByCenterPointRadiusNormal Create
radius, and normal direction

Create a circle centered at the input plane


Dynamo Geometry Cricle ByPlaneRadius Cricle.ByPlaneRadius Create origin (root), lying in the input plane, with
given radius.

Creates a circle passing through three input


Dynamo Geometry Cricle ByThreePoints Cricle.ByThreePoints Create
points

Dynamo Geometry Cricle CenterPoint Cricle.CenterPoint Query The center of the circle

Dynamo Geometry Cricle Radius Cricle.Radius Query The radius of the circle

Creates a Cone with base Point at


CoordinateSystem origin, extending in the
delete "a" in the description and replace
Dynamo Geometry Cone ByCoordinateSystemHeightRadii Cone.ByCoordinateSystemHeightRadii Create CoordinateSystem Z axis direction length
"deriction" with "direction"
amount, with circular bases in the
CoordianteSystem XY Plane

Creates a Cone with base Point at


CoordinateSystem origin, extending in the
replace "deriction" with "direction" in the
Dynamo Geometry Cone ByCoordinateSystemHeightRadius Cone.ByCoordinateSystemHeightRadius Create CoordinateSystem Z axis direction length
description
amount, with a circular base in the
CoordianteSystem XY Plane

Creates a cone with axis from start point to


end point, with given radii at start and end. replace "radiuses" with "radii" in the
Dynamo Geometry Cone ByPointsRadii Cone.ByPointsRadii Create
This object does not have apex, and can be description
thought of as a trimmed Cone.

Create a cone with given base radius at start


Dynamo Geometry Cone ByPointsRadius Cone.ByPointsRadius Create
Point, extending to a apex at end point

Dynamo Geometry Cone EndPoint Cone.EndPoint Query Retrieves the end point (top) of the cone

replace "The radius at the bottom" in the


Dynamo Geometry Cone EndRadius Cone.EndRadius Query Retrieves the radius at the end (top) description with "Retrieves the radius at
the end (top)"

Dynamo Geometry Cone Height Cone.Height Query Retrieves the total height of a cone rework description

Dynamo Geometry Cone RadiusRatio Cone.RadiusRatio Query Ratio between the top and bottom radius rework description

Dynamo Geometry Cone StartPoint Cone.StartPoint Query Retrieves the start point (bottom) of the cone rework description

Dynamo Geometry Cone StartRadius Cone.StartRadius Query Retrieves the radius at the start (bottom) rework description

Creates a CoordinateSystem at the specified


Dynamo Geometry CoordianteSystem ByCylindricalCoordinates CoordianteSystem.ByCylindricalCoordinates Create cylindrical co ordinate parameters with respect
to the specified coordiante system

Dynamo Geometry CoordianteSystem ByMatrix CoordianteSystem.ByMatrix Create Deprecated -- ** DO NOT USE **

Create a CoordinateSystem with origin at X


Dynamo Geometry CoordianteSystem ByOrigin (x, y) CoordianteSystem.ByOrigin (x, y) Create and Y locations, with Y and Y Axes set as WCS
X and Y Axes. Z defaults to 0.

Create a CoordinateSystem with origin at X, Y,


Dynamo Geometry CoordianteSystem ByOrigin (x, y, z) CoordianteSystem.ByOrigin (x, y, z) Create and Z locations, with X and Y Axes set as WCS
X and Y Axes.

Create a CoordinateSystem with origin at


Dynamo Geometry CoordianteSystem ByOrigin (origin) CoordianteSystem.ByOrigin (origin) Create input Point, with X and Y Axes set as WCS X
and Y Axes.

Create a CoordinateSystem at the origin with


Dynamo Geometry CoordianteSystem ByOriginVectors (Origin, xAxis, yAxis) CoordianteSystem.ByOriginVectors (Origin, xAxis, yAxis) Create X and Y Axis. Input Vectors are normalized
before creating the CoordinateSystem

Create a CoordinateSystem at the origin with


X and Y Axis, with Z axis ignored completely.
Dynamo Geometry CoordianteSystem ByOriginVectors (Origin, xAxis, yAxis, zAxis) CoordianteSystem.ByOriginVectors (Origin, xAxis, yAxis, zAxis) Create Input Vectors are normalized before creating
the CoordinateSystem

Create a CoordinateSystem with origin equal


Dynamo Geometry CoordianteSystem ByPlane CoordianteSystem.ByPlane Create to input Plane origin, and X and Y axes lying
in the plane, aligned with plane X and Y axes

Creates a CoordinateSystem at the specified


Dynamo Geometry CoordianteSystem BySphericalCoordinates CoordianteSystem.BySphericalCoordinates Create spherical coordinate parameters with respect
to the specified coordinate system

Creates a CoordinateSystem as the World


Dynamo Geometry CoordianteSystem Identity CoordianteSystem.Identity Create Coordinate System: origin at 0, 0, 0; x axis at
1, 0, 0; y axis at 0, 1, 0; z axis at 0, 0, 1

Cet the inverse of this CoordinateSystem -


Dynamo Geometry CoordianteSystem Inverse CoordianteSystem.Inverse Action applying this CoordinateSystem to a piece of
Geometry reverses the original

Determine if two CoordinateSystems are


Dynamo Geometry CoordianteSystem IsEqualTo CoordianteSystem.IsEqualTo Action
equal

Dynamo Geometry CoordianteSystem Mirror CoordianteSystem.Mirror Action Mirrir the object across the input Plane

Apply the argument CoordinateSystem after


Dynamo Geometry CoordianteSystem PostMultiplyBy CoordianteSystem.PostMultiplyBy Action
this one - Result = this * other

Apply the argument CoordinateSystem before


Dynamo Geometry CoordianteSystem PreMultiplyBy CoordianteSystem.PreMultiplyBy Action
the one - Result = other * this

Rotates an object around an origin and an


Dynamo Geometry CoordianteSystem Rotate (origin, axis, degrees) CoordianteSystem.Rotate (origin, axis, degrees) Action
axis by a specified degree

Dynamo Geometry CoordianteSystem Rotate (origin, degrees) CoordianteSystem.Rotate (origin, degrees) Action description missing

Dynamo Geometry CoordianteSystem Scale (amount) CoordianteSystem.Scale (amount) Action Scale uniformly around the origin

Dynamo Geometry CoordianteSystem Scale (xAmount, yAmount, zAmount) CoordianteSystem.Scale (xAmount, yAmount, zAmount) Action Scale non-uniformly around the origin

Dynamo Geometry CoordianteSystem Scale (plane, xAmount, yAmount, zAmount) CoordianteSystem.Scale (plane, xAmount, yAmount, zAmount) Action Scale non-uniformly around a given plane

Dynamo Geometry CoordianteSystem Scale (basePoint, from, to) CoordianteSystem.Scale (basePoint, from, to) Action Scale uniformly around a given point using description not complete

Scale in one dimension by base and 2 pick


Dynamo Geometry CoordianteSystem Scale1D CoordianteSystem.Scale1D Action points. The scaling axis is defined by the line
between base and pick0.

Scale in two dimension by base and 2 pick


points T he wto pick points are projected onto
Dynamo Geometry CoordianteSystem Scale2D CoordianteSystem.Scale2D Action
the base plane in order to determine the 2d
scale factor

Returns a Vector containing the X, Y, and Z


Dynamo Geometry CoordianteSystem ScaleFactor CoordianteSystem.ScaleFactor Action
scale factors

Transform the object by the input


Dynamo Geometry CoordianteSystem Transform (cs) CoordianteSystem.Transform (cs) Action CoordinateSystem matrix

Transforms this CoordinateSystem from


Transform (fromCoordinateSystem,
Dynamo Geometry CoordianteSystem CoordianteSystem.Transform (fromCoordina teSystem, contextCoordinateSystem) Action source CoorinateSystem to a new context
contextCoordinateSystem)
CoordinateSystem

Translate any given CoordinateSystem by the


Translate (xTranslation, yTranslatio n,
Dynamo Geometry CoordianteSystem CoordianteSystem.Translate (xTranslation, yTranslation, zTranslation) Action given displacements in the x, y, and z
zTranslation)
directions defined in WCS respectively

Translate the object in the direction and


Dynamo Geometry CoordianteSystem Translate (direction) CoordianteSystem.Translate (direction) Action magnitude of input vector

Translates any CoordinateSystem type by the


Dynamo Geometry CoordianteSystem Translate (direction, distance) CoordianteSystem.Translate (direction, distance) Action
given distance in the given direction

Obtain the Determinant of this


Dynamo Geometry CoordianteSystem Determinant CoordianteSystem.Determinant Query CoordinateSystem

Tests if the scaling orthogonal, i.e. does it


Dynamo Geometry CoordianteSystem IsScaledOrtho CoordianteSystem.IsScaledOrtho Query
have a shear component

Determine whether it is possible to get the


Dynamo Geometry CoordianteSystem IsSingular CoordianteSystem.IsSingular Query
Inverse of this CoordinateSystem

Tests if the scaling is o rthogonal and if all


Dynamo Geometry CoordianteSystem IsUniscaledOrtho CoordianteSystem.IsUniscaledOrtho Query vectors are all normalized description grammar

Creates a point representing the


Dynamo Geometry CoordianteSystem Origin CoordianteSystem.Origin Query
CoordinateSystem origin

Dynamo Geometry CoordianteSystem xAxis CoordianteSystem.xAxis Query Returns X Axis of CoordinateSystem

Returns the X Axis scaling of the


Dynamo Geometry CoordianteSystem xScaleFactor CoordianteSystem.xScaleFactor Query CoordinateSystem: the length of the X Axis
vector

Returns the plane the X and Y axis lie in, with


Dynamo Geometry CoordianteSystem xyPlane CoordianteSystem.xyPlane Query
root at the origin

Dynamo Geometry CoordianteSystem yAxis CoordianteSystem.yAxis Query Returns Y Axis of CoordinateSystem

Returns the Y Axis scaling of the


Dynamo Geometry CoordianteSystem yScaleFactor CoordianteSystem.yScaleFactor Query CoordinateSystem: the length of the Y Axis
vector

Returns the plane the Y and Z axes lie in, with


Dynamo Geometry CoordianteSystem yzPlane CoordianteSystem.yzPlane Query
root at the origin

Dynamo Geometry CoordianteSystem zAxis CoordianteSystem.zAxis Query Returns Z Axis of CoordinateSystem

Returns Z Axis scaling of the


Dynamo Geometry CoordianteSystem zScaleFactor CoordianteSystem.zScaleFactor Query CoordinateSystem: the length of the Z Axis
Vector
Returns the plane the Z and Y axes lie in, with
Dynamo Geometry CoordianteSystem zxPlane CoordianteSystem.zxPlane Query
root at the origin

Create an Cuboid spanning from low point to


Dynamo Geometry Cuboid ByCorners Cuboid.ByCorners Create high point

Create a Cuboid centered at WCS origin, with


Dynamo Geometry Cuboid ByLengths (width, length, height) Cuboid.ByLengths (width, length, height) Create
specified width, length, and height

Create a Cuboid centered at input point, with


Dynamo Geometry Cuboid ByLengths (origin, width, length, height) Cuboid.ByLengths (origin, width, length, height) Create specified width, length, and height.

Create a Cuboid centered and oriented to


Dynamo Geometry Cuboid ByLengths (cs, width, length, height) Cuboid.ByLengths (cs, width, length, height) Create input CoordinateSystem, with specified width,
length, and height.

Returns height distance. Note: This returns


the input dimensions of the Cuboid, NOT the
actual world space dimensions. In other
words, if you create a Cuboid width (X-axis)
length 10, and transform it to a
Dynamo Geometry Cuboid Height Cuboid.Height Query CoordinateSystem with 2 times scaling in X,
the width will still be 10. ASM does not allow
you to extract the Vertices of a body in any
predictable order, so it is impossible to
determine the dimensions after a transform.

Returns length distance. Note: This returns


the input dimensions of the Cuboid, NOT the
actual world space dimensions. In other
words, if you create a Cuboid width (X-axis)
length 10, and transform it to a
Dynamo Geometry Cuboid Length Cuboid.Length Query
CoordinateSystem with 2 times scaling in X,
the width will still be 10. ASM does not allow
you to extract the Vertices of a body in any
predictable order, so it is impossible to
determine the dimensions after a transform.

Returns width distance. Note: This returns the


input dimensions of the Cubo id, NOT the
actual world space dimensions. In other
words, if you create a Cuboid width (X-axis)
length 10, and transform it to a
Dynamo Geometry Cuboid Width Cuboid.Width Query
CoordinateSystem with 2 times scaling in X,
the width will still be 10. ASM does not allow
you to extract the Vertices of a body in any
predictable order, so it is impossible to
determine the dimensions after a transform.

Creates a curve that blends between two


Dynamo Geometry Curve ByBlendBetweenCurves Curve.ByBlendBetweenCurves Create
curves

Dynamo Geometry Curve ByIsoCurveOnSurface Curve.ByIsoCurveOnSurface Create Creates a curve by isline of surface

Dynamo Geometry Curve ByParameterLineOnSurface Curve.ByParameterLineOnSurface Create Creates a curve by line of surface in UV space

Dynamo Geometry Curve Calepin par surface et trame longitudinale Curve.Calepin par surface et trame longitudinale Calepin par surface et trame longitudinale translation required

Dynamo Geometry Curve calepin shelter Curve.calepin shelter description missing

Dynamo Geometry Curve corian plaster separation M2 Curve.corian plaster separation M2 Give separation as model curve

Dynamo Geometry Curve Create Geometry 1&5 Curve.Create Geometry 1&5 50% random rotation glimmer tile 1 misspelling in the description

Dynamo Geometry Curve Create Geometry 2&4 Curve.Create Geometry 2&4 50% random rotation glimmer tile 2 misspelling in the description

Dynamo Geometry Curve Create Geometry 3&3 Curve.Create Geometry 3&3 50% random rotation glimmer tile 3 misspelling in the description

Dynamo Geometry Curve Create Geometry 4&2 Curve.Create Geometry 4&2 50% random rotation glimmer tile 4 misspelling in the description

Dynamo Geometry Curve Create Geometry 5&1 Curve.Create Geometry 5&1 50% random rotation glimmer tile 5 misspelling in the description

Dynamo Geometry Curve Downlight Ref curves 4 apex Curve.Downlight Ref curves 4 apex Downlight Ref curves 4 apex

Dynamo Geometry Curve Downlight Ref curves 5 apex Curve.Downlight Ref curves 5 apex Downlight Ref curves 5 apex description wrong: 5

Gives full hexagonal geometry for an


Dynamo Geometry Curve Entrace area Region Curve.Entrace area Region entrance area region misspelling in the description

Dynamo Geometry Curve Entrace area Region A Curve.Entrace area Region A 50% random rotation glimmer tile 5 description/node name wrong?

Dynamo Geometry Curve Geometries 1&5 Curve.Geometries 1&5 50% random rotation glimmer tile 5 misspelling in the description

Dynamo Geometry Curve Light geometry pr Curve.Light geometry pr tools for light line construction

Dynamo Geometry Curve Light geometry sec Curve.Light geometry sec tools for light lines geometry

Dynamo Geometry Curve Light Line Geometry Fatality Curve.Light Line Geometry Fatality light line geometry

Dynamo Geometry Curve Normale vers exterieur Curve.Normale vers exterieur donne normale dans le bon sens translation required

Dynamo Geometry Curve Pattern 1 Curve.Pattern 1 pattern par points translation required

Gives ful hexagonal geoemtry for an entrance


Dynamo Geometry Curve TransitionZoneTiling Curve.TransitionZoneTiling area region misspelling in the description

Approxima te a curve with a collection of Arcs


Dynamo Geometry Curve ApproximateWithArcAndLineSegments Curve.ApproximateWithArcAndLineSegments Action
and Lines

Returns a CoordinateSystem at specified


Dynamo Geometry Curve CoordinateSystemAtDistance Curve.CoordinateSystemAtDistance Action distance from Curve start Point. Y Axis lies
tangent to the Curve, X Axis is the curvature

Get a CoordianteSystem with origin at the


point at the given parameter. The X Axis is
Dynamo Geometry Curve CorrdinateSystemAtParameter Curve.CorrdinateSystemAtParameter Action
aligned with the curve normal and the Y Axis
is a ligned with the curve tangent at this point

node name similar to "curve.reverse", 31.01.2016


Dynamo Geometry Curve CURVE REVERSE Curve.CURVE REVERSE Action
description missing Thomas Vogt

Get the arc length along the curve at the


Dynamo Geometry Curve DistanceAtParameter Curve.DistanceAtParameter Action
particular parameter

Divides curve into given number of curves


Dynamo Geometry Curve DivideByDistance Curve.DivideByDistance Action with equal distances between start and end of
each curve (equal chords)

Divides curve into curves of given distances


Dynamo Geometry Curve DivideByDistanceFromParameter Curve.DivideByDistanceFromParameter Action between start and end (chords) measuring
from given location

Divides curve into curves of given length


Dynamo Geometry Curve DivideByLengthFromParameter Curve.DivideByLengthFromParameter Action
measuring from given location

Divides curve into given number of equal


Dynamo Geometry Curve DivideEqually Curve.DivideEqually Action length curves

Dynamo Geometry Curve Downlight Legal Intersection Curve.Downlight Legal Intersection Action allows structure to deploy

Get the end of the domain in which the curve


Dynamo Geometry Curve EndParameter Curve.EndParameter Action
can be evaluated

Extend a Curve by a given distance at a


particular end determined by a pick Point. The
Dynamo Geometry Curve Extend Curve.Extend Action
picked side will be extended. Closed curves
like Circles and Ellipses cannot be extended

Extend a Curve by a given distance on its


Dynamo Geometry Curve ExtendEnd Curve.ExtendEnd Action end. Closed curves like Circles and Ellipses
cannot be extended

Extend a Curve by a given distance on its


Dynamo Geometry Curve ExtendStart Curve.ExtendStart Action start side. Closed curves like Circles and
Ellipses cannot be extended

Extrudes a Curve in the normal Vector


Dynamo Geometry Curve Extrude (distance) Curve.Extrude (distance) Action
direction

Extrudes a Curve in the specified direction, by


Dynamo Geometry Curve Extrude (direction) Curve.Extrude (direction) Action
the length of the input Vector

Extrudes a Curve in the specified direction, by


Dynamo Geometry Curve Extrude (direction, distance) Curve.Extrude (direction, distance) Action
the specified distance

Extrudes a Curve in the Normal direction by


Dynamo Geometry Curve ExtrudeAsSolid (distance) Curve.ExtrudeAsSolid (distance) Action
the specified distance. Curve must be closed.

Extrudes a Curve in the specified direction, by


Dynamo Geometry Curve ExtrudeAsSolid (direction) Curve.ExtrudeAsSolid (direction) Action the length of the input Vector. Curve must be
closed.

Extrudes a Curve in the specified direction, by


Dynamo Geometry Curve ExtrudeAsSolid (direction, distance) Curve.ExtrudeAsSolid (direction, distance) Action the specified distance. Curve must be closed.

node name not correct, description not


Dynamo Geometry Curve Highest Lowest Point Curve.Highest Lowest Point Returns the highest and lowest point correct, is output one point or points ?

Dynamo Geometry Curve Higher Lower Point Curve.Higher Lower Point Returns higher and lower point of a curve review description

Returns higher and lower point of a Revit


Dynamo Geometry Curve HigherLower Point From Revit Curve Curve.HigherLower Point From Revit Curve review description
curve

Dynamo Geometry Curve Highest Point Curve.Highest Point Returns lower point of a curve review description

Get a CoordianteSystem with origin at the


Dynamo Geometry Curve HorizontalFrameAtParameter Curve.HorizontalFrameAtParameter Action
point at the given parameter.
Join this curve and the input curve into a new
Dynamo Geometry Curve Join (curve) Curve.Join (curve) Action PolyCurve, maintaining the original curves
exactly

Join this curve and the input curves into a new


31.01.2016
Dynamo Geometry Curve Join (curves) Curve.Join (curves) Action PolyCurve, maintaining the original curves
Thomas Vogt
exactly

Get the arc length between two parameter 31.01.2016


Dynamo Geometry Curve LengthBetweenParameters Curve.LengthBetweenParameters Action
points o n the curve Thomas Vogt

31.01.2016
Dynamo Geometry Curve Lowest Point Curve.Lowest Point Action Returns Curve lowest point review description
Thomas Vogt

31.01.2016
Dynamo Geometry Curve M1 EL CL Curve.M1 EL CL Action downlight from edges Thomas Vogt

31.01.2016
Dynamo Geometry Curve M1 Downlight Curve.M1 Downlight Action downlight from edges review description Thomas Vogt

31.01.2016
Dynamo Geometry Curve M1 Downlight 3 Curve.M1 Downlight 3 Action downlight from edges
Thomas Vogt

31.01.2016
Dynamo Geometry Curve M1 EL PL Curve.M1 EL PL Action downlight from edges review description Thomas Vogt

31.01.2016
Dynamo Geometry Curve M1 si Curve.M1 si Action downlight from edges review description
Thomas Vogt

Get a Vector perpendicular to the curve at a 31.01.2016


Dynamo Geometry Curve NormalAtParameter Curve.NormalAtParameter Action specified parameter between
Thomas Vogt
StartParameter() and EndPa rameter()

Offset a Curve by a specified amount. Curve


must be planar, and, if a 31.01.2016
Dynamo Geometry Curve Offset Curve.Offset Action
BSplineCurve/NurbsCurve, must have degree Thomas Vogt
>1

Get the parameter at a particular chord length 31.01.2016


Dynamo Geometry Curve ParameterAtChordLength Curve.ParameterAtChordLength Action
along the curve from given location. Thomas Vogt

Get the parameter at a particular arc length 31.01.2016


Dynamo Geometry Curve ParameterAtDistance Curve.ParameterAtDistance Action along the curve Thomas Vogt

Get the parameter at a particular point along 31.01.2016


Dynamo Geometry Curve ParameterAtPoint Curve.ParameterAtPoint Action the Curve Thomas Vogt

Split a Curve into two pieces at the given 31.01.2016


Dynamo Geometry Curve ParameterSplit (parameter) Curve.ParameterSplit (parameter) Action
parameter Thomas Vogt

Split a Curve into two pieces at the given 31.01.2016


Dynamo Geometry Curve ParameterSplit (parameters) Curve.ParameterSplit (parameters) Action
parameter Thomas Vogt

Removes the beginning and ends of at the 31.01.2016


Dynamo Geometry Curve ParameterTrim Curve.ParameterTrim Action
specified parameters. Thomas Vogt

Removes the end of the Curve at the specified 31.01.2016


Dynamo Geometry Curve ParameterTrimEnd Curve.ParameterTrimEnd Action
parameter Thomas Vogt

Removes the interior portion of a Curve at the 31.01.2016


Dynamo Geometry Curve ParameterTrimInterior Curve.ParameterTrimInterior Action
specified paramters Thomas Vogt

Removes several segments of the curve, 31.01.2016


Dynamo Geometry Curve ParameterTrimSegments (parameters) Curve.ParameterTrimSegments (parameters) Action
discarding the 1st, 3rd, 5th ... segments Thomas Vogt

ParameterTrimSegments (parameters, Removes several segments of the curve, 31.01.2016


Dynamo Geometry Curve Curve.ParameterTrimSegments (parameters, discardEvenSegments) Action
discardEvenSegments) discarding the 1st, 3rd, 5th ... segments Thomas Vogt

Removes the start of the Curve at the 31.01.2016


Dynamo Geometry Curve ParameterTrimStart Curve.ParameterTrimStart Action
specified parameter Thomas Vogt

31.01.2016
Dynamo Geometry Curve Patch Curve.Patch Action Patch a closed Curve Thomas Vogt

misspelling in the description, description 31.01.2016


Dynamo Geometry Curve Pattern scale Curve.Pattern scale Action scales pattern from 15 to 1.5 review required, translation required Thomas Vogt

translation required, description review 31.01.2016


Dynamo Geometry Curve Pattern scale by pourcentage Curve.Pattern scale by pourcentage Action scales from 15 to 1.5 required, Thomas Vogt

Returns a Pla ne at the specified distance


along the curve from the start Point. The 31.01.2016
Dynamo Geometry Curve PlaneAtDistance Curve.PlaneAtDistance Action normal of the Plane aligns with the tangent of Thomas Vogt
the Curve.

Returns a plane whose normal aligns with the


tangent of the Curve. Parameters are adjusted 31.01.2016
Dynamo Geometry Curve PlaneAtParameter Curve.PlaneAtParameter Action such that 0 is always the start Point and 1 is Thomas Vogt
alwys the end Point

Get a Point at a particular arc length along the 31.01.2016


Dynamo Geometry Curve PointAtDistance Curve.PointAtDistance Action curve Thomas Vogt

Get a Point on the Curve at a specified


31.01.2016
Dynamo Geometry Curve PointAtParameter Curve.PointAtParameter Action parameter between StartPa rameter() and
Thomas Vogt
EndParameter()

Project another piece of Geometry onto this 31.01.2016


Dynamo Geometry Curve Project Curve.Project Action
along a given direction Vector Thomas Vogt

31.01.2016
Dynamo Geometry Curve PullOntoPlane Curve.PullOntoPlane Action Creates a curve by pulling onto plane Thomas Vogt

Pull this Curve onto the input Surface, in the 31.01.2016


Dynamo Geometry Curve PullOntoSurface Curve.PullOntoSurface Action
direction of the Surface normals Thomas Vogt

31.01.2016
Dynamo Geometry Curve Reverse Curve.Reverse Action Reverse the direction of the curve Thomas Vogt

Returns a new Curve approximated with the 31.01.2016


Dynamo Geometry Curve Simplify Curve.Simplify Action
supplied tolerance Thomas Vogt

31.01.2016
Dynamo Geometry Curve Sort curves Curve.Sort curves Action sorts a range of curve by distance
Thomas Vogt

Get the start of the domain in which the curve 31.01.2016


Dynamo Geometry Curve StartParameter Curve.StartParameter Action
can be evaluated Thomas Vogt

Sweeps this closed Curve along the path 31.01.2016


Dynamo Geometry Curve SweepAsSolid Curve.SweepAsSolid Action
Curve, creating a Solid Thomas Vogt

Sweeps this Curve along the path Curve, 31.01.2016


Dynamo Geometry Curve SweepAsSurface Curve.SweepAsSurface Action
creating a Surface Thomas Vogt

Get a Vector tangent to the curve at a


31.01.2016
Dynamo Geometry Curve TangentAtParameter Curve.TangentAtParameter Action specified parameter between
Thomas Vogt
StartParameter() and EndPa rameter()

Converts the Curve to a NurbsCurve 31.01.2016


Dynamo Geometry Curve ToNurbsCurve Curve.ToNurbsCurve Action approximatio n Thomas Vogt

31.01.2016
Dynamo Geometry Curve triangles Curve.triangles Action triangles from grid Thomas Vogt

Dynamo Geometry Curve EndPoint Curve.EndPoint Query


Dynamo Geometry Curve IsClosed Curve.IsClosed Query
Dynamo Geometry Curve IsPlanar Curve.IsPlanar Query
Dynamo Geometry Curve Length Curve.Length Query
Dynamo Geometry Curve Normal Curve.Normal Query
Dynamo Geometry Curve StartPoint Curve.StartPoint Query
Dynamo Geometry Cylinder ByPointsRadius Cylinder.ByPointsRadius Create
Dynamo Geometry Cylinder ByPointsHeight Cylinder.ByPointsHeight Create
Dynamo Geometry Cylinder Radius Cylinder.Radius Query
Dynamo Geometry Edge AdjacentFaces Edge.AdjacentFaces Create
Dynamo Geometry Edge CurveGeometry Edge.CurveGeometry Create
Dynamo Geometry Edge EndVertex Edge.EndVertex Create
Dynamo Geometry Edge StartVertex Edge.StartVertex Create
Dynamo Geometry Ellipse ByCoordinateSystemRadii Ellipse.ByCoordinateSystemRadii Create
Dynamo Geometry Ellipse ByOriginRadii Ellipse.ByOriginRadii Create
Dynamo Geometry Ellipse ByOriginVectors Ellipse.ByOriginVectors Create
Dynamo Geometry Ellipse ByPlaneRadii Ellipse.ByPlaneRadii Create
Dynamo Geometry Ellipse CenterPoint Ellipse.CenterPoint Query
Dynamo Geometry Ellipse MajorAxis Ellipse.MajorAxis Query
Dynamo Geometry Ellipse MinorAxis Ellipse.MinorAxis Query
Dynamo Geometry EllipseArc ByPlaneRadiiStartAngleSweepAngle EllipseArc.ByPlaneRadiiStartAngleSweepAngle Create
Dynamo Geometry EllipseArc CenterPoint EllipseArc.CenterPoint Query
Dynamo Geometry EllipseArc MajorAxis EllipseArc.MajorAxis Query
Dynamo Geometry EllipseArc MinorAxis EllipseArc.MinorAxis Query
Dynamo Geometry EllipseArc StartAngle EllipseArc.StartAngle Query
Dynamo Geometry EllipseArc SweepAngle EllipseArc.SweepAngle Query
Dynamo Geometry Face SurfaceGeometry Face.SurfaceGeometry Create
Dynamo Geometry Face Edges Face.Edges Query
Dynamo Geometry Face Vertices Face.Vertices Query
Dynamo Geometry Geometry ClosestPointTo Geometry.ClosestPointTo Create
Dynamo Geometry Geometry DeserializeFromSAB Geometry.DeserializeFromSAB Create
Dynamo Geometry Geometry DistanceTo Geometry.DistanceTo Create
Dynamo Geometry Geometry DoesIntersect Geometry.DoesIntersect Create
Dynamo Geometry Geometry Explode Geometry.Explode Create
Dynamo Geometry Geometry ExportToSAT Geometry.ExportToSAT Create
Dynamo Geometry Geometry ExportToSAT (filePath) Geometry.ExportToSAT (filePath) Create
Dynamo Geometry Geometry ExportToSAT (filePath, unitsMM) Geometry.ExportToSAT (filePath, unitsMM) Create
Dynamo Geometry Geometry ExportToSAT (geometry, filePath) Geometry.ExportToSAT (geometry, filePath) Create
Dynamo Geometry Geometry ExportToSAT (geometry, filePath, unitsMM) Geometry.ExportToSAT (geometry, filePath, unitsMM) Create
Dynamo Geometry Geometry ImportFromSAT (file) Geometry.ImportFromSAT (file) Create
Dynamo Geometry Geometry ImportFromSAT (filePath) Geometry.ImportFromSAT (filePath) Create
Dynamo Geometry Geometry Intersect Geometry.Intersect Create
Dynamo Geometry Geometry IntersectAll Geometry.IntersectAll Create
Dynamo Geometry Geometry IsAlmostEqualTo Geometry.IsAlmostEqualTo Create
Dynamo Geometry Geometry Mirror Geometry.Mirror Create
Dynamo Geometry Geometry Rotate (origin, axis, degrees) Geometry.Rotate (origin, axis, degrees) Create
Dynamo Geometry Geometry Rotate (basePlane, degrees) Geometry.Rotate (basePlane, degrees) Create
Dynamo Geometry Geometry Scale (amount) Geometry.Scale (amount) Create
Dynamo Geometry Geometry Scale (xAmount, yAmount, zAmount) Geometry.Scale (xAmount, yAmount, zAmount) Create
Dynamo Geometry Geometry Scale (plane, xAmount, yAmount, zAmount) Geometry.Scale (plane, xAmount, yAmount, zAmount) Create
Dynamo Geometry Geometry Scale (basePoint, from, to) Geometry.Scale (basePoint, from, to) Create
Dynamo Geometry Geometry Scale1D Geometry.Scale1D Create
Dynamo Geometry Geometry Scale2D Geometry.Scale2D Create
Dynamo Geometry Geometry SerializeAsSAB () Geometry.SerializeAsSAB () Create
Dynamo Geometry Geometry SerializeAsSAB (geometry) Geometry.SerializeAsSAB (geometry) Create
Dynamo Geometry Geometry Split Geometry.Split Create
Dynamo Geometry Geometry Transform (cs) Geometry.Transform (cs) Create
Transform (fromCoordinateSystem,
Dynamo Geometry Geometry Geometry.Transform (fromCoordinateSystem, contextCoordinateSystem) Create
contextCoordinateSystem)
Translate (xTranslation, yTranslatio n,
Dynamo Geometry Geometry Geometry.Translate (xTranslation, yTranslation, zTranslation) Create
zTranslation)
Dynamo Geometry Geometry Translate (direction) Geometry.Translate (direction) Create
Dynamo Geometry Geometry Translate (direction, distance) Geometry.Translate (direction, distance) Create
Dynamo Geometry Geometry Trim Geometry.Trim Create
Dynamo Geometry Geometry BoundingBox Geometry.BoundingBox Query
Dynamo Geometry Geometry ContextCoordinateSystem Geometry.ContextCoordinateSystem Query
Dynamo Geometry Helix ByAxis Helix.ByAxis Create
Dynamo Geometry Helix Angle Helix.Angle Query
Dynamo Geometry Helix AxisDirection Helix.AxisDirection Query
Dynamo Geometry Helix AxisPoint Helix.AxisPoint Query
Dynamo Geometry Helix Pitch Helix.Pitch Query
Dynamo Geometry Helix Radius Helix.Radius Query
Dynamo Geometry IndexGroup ByIndices (a, b, c, d) IndexGroup.ByIndices (a, b, c, d) Create
Dynamo Geometry IndexGroup ByIndices (a, b, c) IndexGroup.ByIndices (a, b, c) Create
Dynamo Geometry IndexGroup A IndexGroup.A Query
Dynamo Geometry IndexGroup B IndexGroup.B Query
Dynamo Geometry IndexGroup C IndexGroup.C Query
Dynamo Geometry IndexGroup Count IndexGroup.Count Query
Dynamo Geometry IndexGroup D IndexGroup.D Query
Dynamo Geometry Line ByBestFitThroughPoints Line.ByBestFitThroughPoints Create
Dynamo Geometry Line ByStartPointDirectionLength Line.ByStartPointDirectionLength Create
Dynamo Geometry Line ByStartPointEndPoint Line.ByStartPointEndPoint Create
Dynamo Geometry Line ByTangency Line.ByTangency Create
Dynamo Geometry Line Direction Line.Direction Query
Dynamo Geometry Mesh ByPointsFaceIndices Mesh.ByPointsFaceIndices Create
Dynamo Geometry Mesh FaceIndices Mesh.FaceIndices Query
Dynamo Geometry Mesh VertexNormals Mesh.VertexNormals Query
Dynamo Geometry Mesh VertexPositions Mesh.VertexPositions Query
Dynamo Geometry NurbsCurve ByControlPoints (points) NurbsCurve.ByControlPoints (points) Create
Dynamo Geometry NurbsCurve ByControlPoints (points, degree) NurbsCurve.ByControlPoints (points, degree) Create
Dynamo Geometry NurbsCurve ByControlPoints (points, degree, closeCurve) NurbsCurve.ByControlPoints (points, degree, closeCurve) Create

Dynamo Geometry NurbsCurve ByControlPointsWeightsKnots NurbsCurve.ByControlPointsWeightsKnots Create


Dynamo Geometry NurbsCurve ByPoints (points) NurbsCurve.ByPoints (points) Create
Dynamo Geometry NurbsCurve ByPoints (points, closeCurve) NurbsCurve.ByPoints (points, closeCurve) Create
Dynamo Geometry NurbsCurve ByPoints (points, degree) NurbsCurve.ByPoints (points, degree) Create
Dynamo Geometry NurbsCurve ByPointsTangents NurbsCurve.ByPointsTangents Create
Dynamo Geometry NurbsCurve ControlPoints NurbsCurve.ControlPoints Action
Dynamo Geometry NurbsCurve Knots NurbsCurve.Knots Action
Dynamo Geometry NurbsCurve Weights NurbsCurve.Weights Action
Dynamo Geometry NurbsCurve Degree NurbsCurve.Degree Query
Dynamo Geometry NurbsCurve IsPeriodic NurbsCurve.IsPeriodic Query
Dynamo Geometry NurbsCurve IsRational NurbsCurve.IsRational Query
Dynamo Geometry NurbsSurface ByControlPoints NurbsSurface.ByControlPoints Create
Dynamo Geometry NurbsSurface ByControlPointsWeightsKnots NurbsSurface.ByControlPointsWeightsKnots Create
Dynamo Geometry NurbsSurface ByPoints NurbsSurface.ByPoints Create
Dynamo Geometry NurbsSurface ByPointsTangents NurbsSurface.ByPointsTangents Create
Dynamo Geometry NurbsSurface ByPointsTangentsKnotsDerivatives NurbsSurface.ByPointsTangentsKnotsDerivatives Create
Dynamo Geometry NurbsSurface ControlPoints NurbsSurface.ControlPoints Action
Dynamo Geometry NurbsSurface UKnots NurbsSurface.UKnots Action
Dynamo Geometry NurbsSurface VKnots NurbsSurface.VKnots Action
Dynamo Geometry NurbsSurface Weights NurbsSurface.Weights Action
Dynamo Geometry NurbsSurface DegreeU NurbsSurface.DegreeU Query
Dynamo Geometry NurbsSurface DregreeV NurbsSurface.DregreeV Query
Dynamo Geometry NurbsSurface IsPeriodicInU NurbsSurface.IsPeriodicInU Query
Dynamo Geometry NurbsSurface IsPeriodicInV NurbsSurface.IsPeriodicInV Query
Dynamo Geometry NurbsSurface IsRational NurbsSurface.IsRational Query
Dynamo Geometry NurbsSurface NumControlPointsU NurbsSurface.NumControlPointsU Query
Dynamo Geometry NurbsSurface NumControlPointsV NurbsSurface.NumControlPointsV Query
Dynamo Geometry Plane ByBestFitThroughPoints Plane.ByBestFitThroughPoints Create
Dynamo Geometry Plane ByLineAndPoint Plane.ByLineAndPoint Create
Dynamo Geometry Plane ByOriginNormal Plane.ByOriginNormal Create
Dynamo Geometry Plane ByOriginNormalXAxis Plane.ByOriginNormalXAxis Create
Dynamo Geometry Plane ByOriginXAxisYAxis Plane.ByOriginXAxisYAxis Create
Dynamo Geometry Plane ByThreePoints Plane.ByThreePoints Create
Dynamo Geometry Plane XY Plane.XY Create
Dynamo Geometry Plane YZ Plane.YZ Create
Dynamo Geometry Plane YZ Plane.YZ Create
Dynamo Geometry Plane Offset Plane.Offset Action
Dynamo Geometry Plane ToCoordianteSystem Plane.ToCoordianteSystem Action
Dynamo Geometry Plane Normal Plane.Normal Query
Dynamo Geometry Plane Origin Plane.Origin Query
Dynamo Geometry Plane xAxis Plane.xAxis Query
Dynamo Geometry Plane yAxis Plane.yAxis Query
Dynamo Geometry Point ByCartesianCoordiantes Point.ByCartesianCoordiantes Create
Dynamo Geometry Point ByCoordiantes (x, y) Point.ByCoordiantes (x, y) Create
Dynamo Geometry Point ByCoordiantes (x, y, z) Point.ByCoordiantes (x, y, z) Create
Dynamo Geometry Point CyCylindricalCoordiantes Point.CyCylindricalCoordiantes Create
Dynamo Geometry Point BySphericalCoordinates Point.BySphericalCoordinates Create
Dynamo Geometry Point Origin Point.Origin Create
Dynamo Geometry Point Add Point.Add Action
Dynamo Geometry Point AsVector Point.AsVector Action
Dynamo Geometry Point Project Point.Project Action
Dynamo Geometry Point PrunelDuplicates Point.PrunelDuplicates Action
Dynamo Geometry Point Subtract Point.Subtract Action
Dynamo Geometry Point X Point.X Query
Dynamo Geometry Point Y Point.Y Query
Dynamo Geometry Point Z Point.Z Query
Dynamo Geometry PolyCurve ByJoinedCurves PolyCurve.ByJoinedCurves Create
Dynamo Geometry PolyCurve ByPoints PolyCurve.ByPoints Create
Dynamo Geometry PolyCurve ByThickeningCurve PolyCurve.ByThickeningCurve Create
Dynamo Geometry PolyCurve BasePlane PolyCurve.BasePlane Action
Dynamo Geometry PolyCurve CloseWithLine PolyCurve.CloseWithLine Action
Dynamo Geometry PolyCurve CloseWithLineAndTangentArcs PolyCurve.CloseWithLineAndTangentArcs Action
Dynamo Geometry PolyCurve CurveAtIndex PolyCurve.CurveAtIndex Action
Dynamo Geometry PolyCurve Curves PolyCurve.Curves Action
Dynamo Geometry PolyCurve ExtendWithArc PolyCurve.ExtendWithArc Action
Dynamo Geometry PolyCurve ExtendWithEllipse PolyCurve.ExtendWithEllipse Action
Dynamo Geometry PolyCurve Fillet PolyCurve.Fillet Action
Dynamo Geometry PolyCurve Offset PolyCurve.Offset Action
Dynamo Geometry PolyCurve NumberOfCurves PolyCurve.NumberOfCurves Query
Dynamo Geometry PolySurface ByJoinedSurfaces PolySurface.ByJoinedSurfaces Create
Dynamo Geometry PolySurface ByLoft (crossSections) PolySurface.ByLoft (crossSections) Create
Dynamo Geometry PolySurface ByLoft (crossSections, guideCurve) PolySurface.ByLoft (crossSections, guideCurve) Create
Dynamo Geometry PolySurface ByLoftGuides PolySurface.ByLoftGuides Create
Dynamo Geometry PolySurface BySolid PolySurface.BySolid Create
Dynamo Geometry PolySurface BySweep (rail, crossSection) PolySurface.BySweep (rail, crossSection) Create
Dynamo Geometry PolySurface BySweep (rail, profile) PolySurface.BySweep (rail, profile) Create
Dynamo Geometry PolySurface Chamfer PolySurface.Chamfer Action
Dynamo Geometry PolySurface EdgeCount PolySurface.EdgeCount Action
Dynamo Geometry PolySurface ExtractSolids PolySurface.ExtractSolids Action
Dynamo Geometry PolySurface Fillet PolySurface.Fillet Action
Dynamo Geometry PolySurface LocateSurfacesByLine PolySurface.LocateSurfacesByLine Action
Dynamo Geometry PolySurface LocateSurfacesByPoint PolySurface.LocateSurfacesByPoint Action
Dynamo Geometry PolySurface SurfaceCount PolySurface.SurfaceCount Action
Dynamo Geometry PolySurface Surfaces PolySurface.Surfaces Action
Dynamo Geometry PolySurface UnconnectedBoundaries PolySurface.UnconnectedBoundaries Action
Dynamo Geometry PolySurface VertexCount PolySurface.VertexCount Action
Dynamo Geometry Polygon ByPoints Polygon.ByPoints Create
Dynamo Geometry Polygon RegularPolygon Polygon.RegularPolygon Create
Dynamo Geometry Polygon Center Polygon.Center Action
Dynamo Geometry Polygon ContainmentTest Polygon.ContainmentTest Action
Dynamo Geometry Polygon Corners Polygon.Corners Action
Dynamo Geometry Polygon SelfIntersections Polygon.SelfIntersections Action
Dynamo Geometry Polygon PlaneDeviation Polygon.PlaneDeviation Query
Dynamo Geometry Polygon Points Polygon.Points Query
Dynamo Geometry Rectangle ByCornerPoints (points) Rectangle.ByCornerPoints (points) Create
Dynamo Geometry Rectangle ByCornerPoints (p1, p2, p3, p4) Rectangle.ByCornerPoints (p1, p2, p3, p4) Create
Dynamo Geometry Rectangle ByWidthLength (width, length) Rectangle.ByWidthLength (width, length) Create
Dynamo Geometry Rectangle ByWidthLength (plane, width, length) Rectangle.ByWidthLength (plane, width, length) Create
Dynamo Geometry Rectangle ByWidthLength (cs, width, length) Rectangle.ByWidthLength (cs, width, length) Create
Dynamo Geometry Rectangle Height Rectangle.Height Query
Dynamo Geometry Rectangle Width Rectangle.Width Query
Dynamo Geometry Solid ByJoinedSurfaces Solid.ByJoinedSurfaces Create
Dynamo Geometry Solid ByLoft (crossSections) Solid.ByLoft (crossSections) Create
Dynamo Geometry Solid ByLoft (crossSections, guideCurve) Solid.ByLoft (crossSections, guideCurve) Create
Dynamo Geometry Solid ByLoft (crossSections, guideCurves) Solid.ByLoft (crossSections, guideCurves) Create
Dynamo Geometry Solid ByRevolve Solid.ByRevolve Create
Dynamo Geometry Solid BySweep Solid.BySweep Create
Dynamo Geometry Solid BySweep2Rails Solid.BySweep2Rails Create
Dynamo Geometry Solid ByUnion Solid.ByUnion Create
Dynamo Geometry Solid Centroid Solid.Centroid Action
Dynamo Geometry Solid Chamfer Solid.Chamfer Action
Dynamo Geometry Solid Difference Solid.Difference Action
Dynamo Geometry Solid DifferenceAll Solid.DifferenceAll Action
Dynamo Geometry Solid Fillet Solid.Fillet Action
Dynamo Geometry Solid ProjectInputOnto Solid.ProjectInputOnto Action
Dynamo Geometry Solid ThinShell Solid.ThinShell Action
Dynamo Geometry Solid Union Solid.Union Action
Dynamo Geometry Solid UnionAll Solid.UnionAll Action
Dynamo Geometry Solid Area Solid.Area Query
Dynamo Geometry Solid Volume Solid.Volume Query
Dynamo Geometry Sphere ByBestFit Sphere.ByBestFit Create
Dynamo Geometry Sphere ByCenterPointsRadius Sphere.ByCenterPointsRadius Create
Dynamo Geometry Sphere ByFourPoints Sphere.ByFourPoints Create
Dynamo Geometry Sphere CenterPoint Sphere.CenterPoint Query
Dynamo Geometry Sphere Radius Sphere.Radius Query
Dynamo Geometry Surface ByLoft (crossSections) Surface.ByLoft (crossSections) Create
Dynamo Geometry Surface ByLoft (crossSections, guideCurve) Surface.ByLoft (crossSections, guideCurve) Create
Dynamo Geometry Surface ByLoft (crossSections, guideCurves) Surface.ByLoft (crossSections, guideCurves) Create
Dynamo Geometry Surface ByPatch Surface.ByPatch Create
Dynamo Geometry Surface ByPerimeterPoints Surface.ByPerimeterPoints Create
Dynamo Geometry Surface ByRevolve Surface.ByRevolve Create
Dynamo Geometry Surface ByRuledLoft Surface.ByRuledLoft Create
Dynamo Geometry Surface BySweep Surface.BySweep Create
Dynamo Geometry Surface BySweep2Rails Surface.BySweep2Rails Create
Dynamo Geometry Surface ApproximateWithTolerance Surface.ApproximateWithTolerance Action
Dynamo Geometry Surface CoordinateSystemAtParameter Surface.CoordinateSystemAtParameter Action
Dynamo Geometry Surface CurvatureAtParameter Surface.CurvatureAtParameter Action
Dynamo Geometry Surface DerivativesAtParameter Surface.DerivativesAtParameter Action
Dynamo Geometry Surface FlipNormalDirection Surface.FlipNormalDirection Action
Dynamo Geometry Surface GaussianCurvatureAtParameter Surface.GaussianCurvatureAtParameter Action
Dynamo Geometry Surface GetIsoline Surface.GetIsoline Action
Dynamo Geometry Surface Join (otherSurface) Surface.Join (otherSurface) Action
Dynamo Geometry Surface Join (otherSurfaces) Surface.Join (otherSurfaces) Action
Dynamo Geometry Surface NormalAtParameter Surface.NormalAtParameter Action
Dynamo Geometry Surface NormalAtPoint Surface.NormalAtPoint Action
Dynamo Geometry Surface Offset Surface.Offset Action
Dynamo Geometry Surface PerimeterCurves Surface.PerimeterCurves Action
Dynamo Geometry Surface PointAtParameter Surface.PointAtParameter Action
Dynamo Geometry Surface PrincipalCurvaturesAtParameter Surface.PrincipalCurvaturesAtParameter Action
Dynamo Geometry Surface PrincipalDirectionsAtParameter Surface.PrincipalDirectionsAtParameter Action
Dynamo Geometry Surface ProjectInputOnto Surface.ProjectInputOnto Action
Dynamo Geometry Surface SubtractFrom Surface.SubtractFrom Action
Dynamo Geometry Surface TangentAtUParameter Surface.TangentAtUParameter Action
Dynamo Geometry Surface TangentAtVParameter Surface.TangentAtVParameter Action
Dynamo Geometry Surface Thicken (thickness) Surface.Thicken (thickness) Action
Dynamo Geometry Surface Thicken (thickness, both_sides) Surface.Thicken (thickness, both_sides) Action
Dynamo Geometry Surface ToNurbSurface Surface.ToNurbSurface Action
Dynamo Geometry Surface TrimWithEdgeLoops Surface.TrimWithEdgeLoops Action
Dynamo Geometry Surface UVParameterAtPoint Surface.UVParameterAtPoint Action
Dynamo Geometry Surface Area Surface.Area Query
Dynamo Geometry Surface Closed Surface.Closed Query
Dynamo Geometry Surface ClosedInU Surface.ClosedInU Query
Dynamo Geometry Surface ClosedInV Surface.ClosedInV Query
Dynamo Geometry Surface Perimeter Surface.Perimeter Query
Dynamo Geometry Topology Edges Topology.Edges Create
Dynamo Geometry Topology Faces Topology.Faces Create
Dynamo Geometry Topology Vertices Topology.Vertices Create
Dynamo Geometry UV ByCoordinates UV.ByCoordinates Create
Dynamo Geometry UV U UV.U Query
Dynamo Geometry UV V UV.V Query
Dynamo Geometry Vector ByCoordiantes (x, y, z) Vector.ByCoordiantes (x, y, z) Create
Dynamo Geometry Vector ByCoordinates (x, y, z, normalized) Vector.ByCoordinates (x, y, z, normalized) Create
Dynamo Geometry Vector ByTwoPoints Vector.ByTwoPoints Create
Dynamo Geometry Vector xAxis Vector.xAxis Create
Dynamo Geometry Vector yAxis Vector.yAxis Create
Dynamo Geometry Vector zAxis Vector.zAxis Create
Dynamo Geometry Vector Add Vector.Add Action
Dynamo Geometry Vector AngleBetween (otherVector) Vector.AngleBetween (otherVector) Action
Dynamo Geometry Vector AngleBetween (otherVector, rotationAxis) Vector.AngleBetween (otherVector, rotationAxis) Action
Dynamo Geometry Vector AsPoint Vector.AsPoint Action
Dynamo Geometry Vector Cross Vector.Cross Action
Dynamo Geometry Vector Dot Vector.Dot Action
Dynamo Geometry Vector IsAlmostEqualTo Vector.IsAlmostEqualTo Action
Dynamo Geometry Vector IsParallel Vector.IsParallel Action
Dynamo Geometry Vector Normalized Vector.Normalized Action
Dynamo Geometry Vector Reverse Vector.Reverse Action
Dynamo Geometry Vector Rotate (axis, degrees) Vector.Rotate (axis, degrees) Action
Dynamo Geometry Vector Rotate (origin, degrees) Vector.Rotate (origin, degrees) Action
Dynamo Geometry Vector Scale (scale_factor) Vector.Scale (scale_factor) Action
Scale (xScaleFactor, yScaleFactor,
Dynamo Geometry Vector zScaleFactor) Vector.Scale (xScaleFactor, yScaleFactor, zScaleFactor) Action
Dynamo Geometry Vector Subtract Vector.Subtract Action
Dynamo Geometry Vector Transform Vector.Transform Action
Dynamo Geometry Vector Length Vector.Length Query
Dynamo Geometry Vector X Vector.X Query
Dynamo Geometry Vector Y Vector.Y Query
Dynamo Geometry Vector Z Vector.Z Query
Dynamo Geometry Vertex AdjacentEdges Vertex.AdjacentEdges Create
Dynamo Geometry Vertex AdjacentFaces Vertex.AdjacentFaces Create
Dynamo Geometry Vertex PointGeometry Vertex.PointGeometry Create
Dynamo Geometry Tessellation ConvexHull ByPoints ConvexHull.ByPoints Create
Dynamo Geometry Tessellation Delaunay ByParametersOnSurface Delaunay.ByParametersOnSurface Create
Dynamo Geometry Tessellation Delaunay ByPoints Delaunay.ByPoints Create
Dynamo Geometry Tessellation Voronoi ByParametersOnSurface Voronoi.ByParametersOnSurface Create
Remove "Lunchbox" in the node name and
LunchBox Archive Format ListMatcher Format.ListMatcher Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Archive Format PointToString Format.PointToString Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Archive Format RemoveNullValues Format.RemoveNullValues Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Archive Format StringToPoint Format.StringToPoint Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Generate Attractor Attractor Attractor.Attractor Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Generate Attractor AttractorWave Attractor.AttractorWave Create
remove spaces
LunchBox Geometry Curves DeconstructPolyCurve Curves.DeconstructPolyCurve Create
LunchBox Geometry Curves DivideCurve Curves.DivideCurve Create
LunchBox Geometry Curves DivideCurveByDistance Curves.DivideCurveByDistance Create
LunchBox Geometry Curves EndPoints Curves.EndPoints Create
LunchBox Geometry Curves ShortestWalk Curves.ShortestWalk Create
Remove "Lunchbox" in the node name and
LunchBox Geometry Form Helicoid Form.Helicoid Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Form Mobius Form.Mobius Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Form Paraboloid Form.Paraboloid Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Form Torus Form.Torus Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Form Wave Form.Wave Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Panel DiamondGridbyFace Panel.DiamondGridbyFace Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Panel QuadGridbyFace Panel.QuadGridbyFace Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Panel StaggeredGridbyFace Panel.StaggeredGridbyFace Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Panel TriangleGridbyFace Panel.TriangleGridbyFace Create
remove spaces
LunchBox Geometry Points DeconstructPoint Points.DeconstructPoint Create
LunchBox Geometry Points NumbersToPoint Points.NumbersToPoint Create
LunchBox Geometry Points PointToNumbers Points.PointToNumbers Create
LunchBox Geometry Points PointToString Points.PointToString Create
LunchBox Geometry Points SortPointsAlongCurve Points.SortPointsAlongCurve Create
LunchBox Geometry Points StringToPoint Points.StringToPoint Create
Remove "Lunchbox" in the node name and
LunchBox Geometry Rationalize CurveToArcsByDivision Rationalize.CurveToArcsByDivision Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Rationalize CurveToArcsByParameters Rationalize.CurveToArcsByParameters Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Rationalize PlanarizePoints Rationalize.PlanarizePoints Create
remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Structure BracedGridStructure2D Structure.BracedGridStructure2D Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Structure BracedGridStructure1D Structure.BracedGridStructure1D Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Structure DiagridStructure Structure.DiagridStructure Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Structure GridStructure Structure.GridStructure Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Structure SpaceTrussStructure Structure.SpaceTrussStructure Create remove spaces
LunchBox Geometry Surfaces DeconstructPolySurface Surfaces.DeconstructPolySurface Create
LunchBox Geometry Surfaces DeconstructSurface Surfaces.DeconstructSurface Create
LunchBox Geometry Surfaces DivideSurfaceUV Surfaces.DivideSurfaceUV Create
LunchBox Geometry Surfaces GeoemtrySplit Surfaces.GeoemtrySplit Create
Remove "Lunchbox" in the node name and
LunchBox Geometry Vector VectorAmplitude Vector.VectorAmplitude Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Geometry Vector VectorAngle Vector.VectorAngle Create remove spaces
LunchBox Interoperability Excel GetExcelFileInfo Excel.GetExcelFileInfo Create
LunchBox Interoperability Excel GetExcelWorksheetData Excel.GetExcelWorksheetData Create
LunchBox Interoperability Excel GetExcelWorksheetDataByRange Excel.GetExcelWorksheetDataByRange Create
LunchBox Lists DataSets CreateDataSet DataSets.CreateDataSet Create
LunchBox Lists DataSets CreateDataTable DataSets.CreateDataTable Create
LunchBox Lists DataSets DeserializeXML DataSets.DeserializeXML Create
LunchBox Lists DataSets GetDataFromTable DataSets.GetDataFromTable Create
replace node name
LunchBox Lists DataSets GetTablesFromDataSet DataSets.GetTablesFromDataSet Create "GetTablesfromDataSet" with
"GetTablesFromDataSet"
LunchBox Lists DataSets GetXMLNode DataSets.GetXMLNode Create
LunchBox Lists DataSets JSONtoXML DataSets.JSONtoXML Create
LunchBox Lists DataSets SelectDataFromTable DataSets.SelectDataFromTable Create
LunchBox Lists DataSets SerializeJSON DataSets.SerializeJSON Create
LunchBox Lists DataSets SerializeXML DataSets.SerializeXML Create
LunchBox Lists DataSets XMLtoJSON DataSets.XMLtoJSON Create
LunchBox Lists Dictionary CreateDictionary Dictionary.CreateDictionary Create
LunchBox Lists Dictionary GetDictionaryKeyValues Dictionary.GetDictionaryKeyValues Create
LunchBox Lists Dictionary GetValuesFromDictionary Dictionary.GetValuesFromDictionary Create
LunchBox Lists Manage RandomizeOrder Manage.RandomizeOrder Create
LunchBox Lists Manage RemoveNulls Manage.RemoveNulls Create
LunchBox Lists Manage ReplaceNulls Manage.ReplaceNulls Create
LunchBox Lists Sequence RandomNumbers Sequence.RandomNumbers Create
LunchBox Lists Sequence RangeDivision Sequence.RangeDivision Create
LunchBox Lists Strings SearchListForString Strings.SearchListForString Create
LunchBox Lists Strings SortDuplicateString Strings.SortDuplicateString Create
Remove "Lunchbox" in the node name and
LunchBox Math Operators MassAddition Operators.MassAddition Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Math Operators MassMultiplication Operators.MassMultiplication Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Math Random RandomNumbers Random.RandomNumbers Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Math Random RandomSplitList Random.RandomSplitList Create remove spaces
Change category to Revit/Elements/Room &
Change node name to
LunchBox Revit Elements Room ByNameAndNumber Room.ByNameAndNumber Create "ByNameAndNumber" & Remove
"Lunchbox" in the node name and remove
spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements AdaptiveComponentCollector Elements.AdaptiveComponentCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements AreaElementCollector Elements.AreaElementCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements CurtainPanelCollector Elements.CurtainPanelCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements FamilyInstanceCollector Elements.FamilyInstanceCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements FloorElementCollector Elements.FloorElementCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements LevelElementCollector Elements.LevelElementCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements MEPSpaceCollector Elements.MEPSpaceCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements RoomElementCollector Elements.RoomElementCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements SheetCollector Elements.SheetCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements StructuralFramingCollector Elements.StructuralFramingCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Elements WallElementCollector Elements.WallElementCollector Action remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Geometry DeconstructFace Geometry.DeconstructFace Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Geometry DeconstructSolid Geometry.DeconstructSolid Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Math Domain Variables Math.Domain Variables Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Math GetDomain Math.GetDomain Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Math RemapNumbers Math.RemapNumbers Create remove spaces
Remove "Lunchbox" in the node name and
LunchBox Revit Parameters GetParameterValue Parameters.GetParameterValue Create remove spaces
Dynamo Office Excel ReadFromFile Excel.ReadFromFile Create
Dynamo Office Excel WriteToFile Excel.WriteToFile Create
Dynamo Operators - (minus) - (minus) Type is not specified
Dynamo Operators != (not equal) != (not equal) Type is not specified
Dynamo Operators % (divisible) % (divisible) Type is not specified
Dynamo Operators && (and) && (and) Type is not specified
Dynamo Operators * (multiply) * (multiply) Type is not specified
Dynamo Operators / (divide) / (divide) Type is not specified
Description is not good. Type is not
Dynamo Operators || (exactly divides) || (exactly divides) specified
Dynamo Operators + (add) + (add) Type is not specified
Dynamo Operators < (is less than) < (is less than) Type is not specified
Dynamo Operators <= (is less or equal than) <= (is less or equal than) Type is not specified
Dynamo Operators == (is equal to) == (is equal to) Type is not specified
Dynamo Operators > (is greater than) > (is greater than) Type is not specified
Dynamo Operators >= (is greater or equal than) >= (is greater or equal than) Type is not specified
Dynamo Operators ! (Not) ! (Not) Type is not specified
Dynamo Revit Selection AllElementsAtLevel Selection.AllElementsAtLevel Create Remove spaces in the node name
Dynamo Revit Selection AllElementsOfCategory Selection.AllElementsOfCategory Create Remove spaces in the node name
Dynamo Revit Selection AllElementsOfFamilyType Selection.AllElementsOfFamilyType Create Remove spaces in the node name
Dynamo Revit Selection AllElementsOfType Selection.AllElementsOfType Create Remove spaces in the node name
Dynamo Revit Selection Categories Selection.Categories Create Remove spaces in the node name
Dynamo Revit Selection ElementTypes Selection.ElementTypes Create Remove spaces in the node name
Dynamo Revit Selection FamilyTypes Selection.FamilyTypes Create Remove spaces in the node name
Dynamo Revit Selection FloorTypes Selection.FloorTypes Create Remove spaces in the node name
Dynamo Revit Selection GetFamilyParameter Selection.GetFamilyParameter Create Remove spaces in the node name
Dynamo Revit Selection Levels Selection.Levels Create Remove spaces in the node name
Dynamo Revit Selection SelectDivdedSurfaceFamilies Selection.SelectDivdedSurfaceFamilies Create Remove spaces in the node name
Dynamo Revit Selection SelectEdge Selection.SelectEdge Create Remove spaces in the node name
Dynamo Revit Selection SelectFace Selection.SelectFace Create Remove spaces in the node name
Dynamo Revit Selection SelectFaces Selection.SelectFaces Create Remove spaces in the node name
Dynamo Revit Selection SelectModelElement Selection.SelectModelElement Create Remove spaces in the node name
Dynamo Revit Selection SelectModelElements Selection.SelectModelElements Create Remove spaces in the node name
Dynamo Revit Selection SelectPointOnFace Selection.SelectPointOnFace Create Remove spaces in the node name
Dynamo Revit Selection SelectUVonFace Selection.SelectUVonFace Create Remove spaces in the node name
Dynamo Revit Selection StructuralColumnTypes Selection.StructuralColumnTypes Create Remove spaces in the node name
Dynamo Revit Selection StructuralFramingTypes Selection.StructuralFramingTypes Create Remove spaces in the node name
Dynamo Revit Selection Views Selection.Views Create Remove spaces in the node name
Dynamo Revit Selection WallTypes Selection.WallTypes Create Remove spaces in the node name
Dynamo Revit View AllElementsInActiveView View.AllElementsInActiveView Create
Dynamo Revit View SunSettings.Current View.SunSettings.Current Create
Dynamo Revit Analysis FaceAnalysisDisplay ByViewAndFaceAnalysisData FaceAnalysisDisplay.ByViewAndFaceAnalysisData Create
Dynamo Revit Analysis FaceAnalysisDisplay ByViewFacePointsAndValues FaceAnalysisDisplay.ByViewFacePointsAndValues Create
Dynamo Revit Analysis PointAnalysisDisplay ByViewAndPointAnalysisData PointAnalysisDisplay.ByViewAndPointAnalysisData Create
Dynamo Revit Analysis PointAnalysisDisplay ByViewPointsAndValues PointAnalysisDisplay.ByViewPointsAndValues Create
Dynamo Revit Analysis VectorAnalysis Display ByViewAndVectorAnalysisData VectorAnalysis Display.ByViewAndVectorAnalysisData Create
Dynamo Revit Analysis VectorAnalysis Display ByViewPointsAndVectorValues VectorAnalysis Display.ByViewPointsAndVectorValues Create
Dynamo Revit Application Document ActiveView Document.ActiveView Create
Dynamo Revit Application Document Current Document.Current Create
Dynamo Revit Application Document FilePath Document.FilePath Create
Dynamo Revit Application Document IsFamilyDocument Document.IsFamilyDocument Create
Dynamo Revit Application Document Location Document.Location Create
ByParametersOnCurveReference (parameters, AdaptiveComponent.ByParametersOnCurveReference (parameters, curve,
Dynamo Revit Elements AdaptiveComponent Create
curve, familyType) familyType)

Dynamo Revit Elements AdaptiveComponent ByParametersOnFace (uvs, surface, familyType) AdaptiveComponent.ByParametersOnFace (uvs, surface, familyType) Create
Dynamo Revit Elements AdaptiveComponent ByPoints AdaptiveComponent.ByPoints Create
Dynamo Revit Elements AdaptiveComponent Locations AdaptiveComponent.Locations Query
Dynamo Revit Elements AdaptiveComponent Type AdaptiveComponent.Type Query
Dynamo Revit Elements Category ByName Category.ByName Create
Dynamo Revit Elements Category ID Category.ID Query
Dynamo Revit Elements Category Name Category.Name Query
Dynamo Revit Elements CurtainPanel AsFamilyInstance CurtainPanel.AsFamilyInstance Create
Dynamo Revit Elements CurtainPanel ByElement CurtainPanel.ByElement Create
Dynamo Revit Elements CurtainPanel SupportingMullions CurtainPanel.SupportingMullions Create
Dynamo Revit Elements CurtainPanel Boundaries CurtainPanel.Boundaries Query
Dynamo Revit Elements CurtainPanel HasPlane CurtainPanel.HasPlane Query
Dynamo Revit Elements CurtainPanel Height CurtainPanel.Height Query
Dynamo Revit Elements CurtainPanel IsRectangular CurtainPanel.IsRectangular Query
Dynamo Revit Elements CurtainPanel Length CurtainPanel.Length Query
Dynamo Revit Elements CurtainPanel PanelPlane CurtainPanel.PanelPlane Query
Dynamo Revit Elements CurtainPanel Width CurtainPanel.Width Query
Dynamo Revit Elements CurveByPoints ByReferencePoints CurveByPoints.ByReferencePoints Create
Dynamo Revit Elements CurveElement Curve CurveElement.Curve Create
Dynamo Revit Elements CurveElement ElementCurveReference CurveElement.ElementCurveReference Create
Dynamo Revit Elements DirectShape ByGeometry DirectShape.ByGeometry Create
Dynamo Revit Elements DirectShape ByMesh DirectShape.ByMesh Create
Dynamo Revit Elements DividedPath ByCurveAndDivisions (curve, divisions) DividedPath.ByCurveAndDivisions (curve, divisions) Create

Dynamo Revit Elements DividedPath ByCurvesAndDivisions (curve, divisions) DividedPath.ByCurvesAndDivisions (curve, divisions) Create
Dynamo Revit Elements DividedPath SpacingRuleLayout DividedPath.SpacingRuleLayout Action Remove spaces in the node name
Dynamo Revit Elements DividedPath Points DividedPath.Points Query
ByFaceAndUVDivisions (elementFace, uDivs,
Dynamo Revit Elements DividedSurface DividedSurface.ByFaceAndUVDivisions (elementFace, uDivs, vDivs) Create
vDivs)

ByFaceUVDivisionsAndRotation (surface, uDivs, DividedSurface.ByFaceUVDivisionsAndRotation (surface, uDivs, vDivs,


Dynamo Revit Elements DividedSurface vDivs, gridRotation) gridRotation) Create

Dynamo Revit Elements DividedSurface Rotation DividedSurface.Rotation Query


Dynamo Revit Elements DividedSurface UDivisions DividedSurface.UDivisions Query
Dynamo Revit Elements DividedSurface VDivisions DividedSurface.VDivisions Query
Dynamo Revit Elements Element Geometry Element.Geometry Create
Dynamo Revit Elements Element GetParameterValueByName Element.GetParameterValueByName Create
Dynamo Revit Elements Element OverrideColorInView Element.OverrideColorInView Create
Dynamo Revit Elements Element SetParameterByName Element.SetParameterByName Create
Dynamo Revit Elements Element ToString Element.ToString Create
Dynamo Revit Elements Element BoundingBox Element.BoundingBox Query
Dynamo Revit Elements Element Curves Element.Curves Query
Dynamo Revit Elements Element ElementCurveReferences Element.ElementCurveReferences Query
Dynamo Revit Elements Element ElementFaceReferences Element.ElementFaceReferences Query
Dynamo Revit Elements Element Faces Element.Faces Query
Dynamo Revit Elements Element Id Element.Id Query
Dynamo Revit Elements Element Name Element.Name Query
Dynamo Revit Elements Element Parameters Element.Parameters Query
Dynamo Revit Elements Element Solids Element.Solids Query
Dynamo Revit Elements Element UniqueID Element.UniqueID Query
Dynamo Revit Elements Family ByName Family.ByName Create
Dynamo Revit Elements Family Name Family.Name Query
Dynamo Revit Elements Family Types Family.Types Query
Dynamo Revit Elements FamilyInstance ByCoordinates FamilyInstance.ByCoordinates Create
Dynamo Revit Elements FamilyInstance ByPoint FamilyInstance.ByPoint Create
Dynamo Revit Elements FamilyInstance ByPointAndLevel FamilyInstance.ByPointAndLevel Create
Dynamo Revit Elements FamilyInstance ByFamilyType FamilyInstance.ByFamilyType Action
Dynamo Revit Elements FamilyInstance SetRotation FamilyInstance.SetRotation Action
Dynamo Revit Elements FamilyInstance FacingOrientation FamilyInstance.FacingOrientation Query
Dynamo Revit Elements FamilyInstance Location FamilyInstance.Location Query
Dynamo Revit Elements FamilyInstance Type FamilyInstance.Type Query
Dynamo Revit Elements FamilyType ByFamilyAndName FamilyType.ByFamilyAndName Create
Dynamo Revit Elements FamilyType ByFamilyNameAndTypeName FamilyType.ByFamilyNameAndTypeName Create
Dynamo Revit Elements FamilyType ByName FamilyType.ByName Create
Dynamo Revit Elements FamilyType Family FamilyType.Family Query
Dynamo Revit Elements FamilyType Name FamilyType.Name Query
ByOutlineTypeAndLevel (outlineCurves,
Dynamo Revit Elements Floor Floor.ByOutlineTypeAndLevel (outlineCurves, floorType, level) Create
floorType, level)
Dynamo Revit Elements Floor ByOutlineTypeAndLevel (outline, floorType, level) Floor.ByOutlineTypeAndLevel (outline, floorType, level) Create
Dynamo Revit Elements FloorType ByName FloorType.ByName Create
Dynamo Revit Elements FloorType Name FloorType.Name Query

Dynamo Revit Elements Form ByLoftCrossSections (curves, IsSolid) Form.ByLoftCrossSections (curves, IsSolid) Create

Dynamo Revit Elements Form ByLoftCrossSections (nested curves, IsSolid) Form.ByLoftCrossSections (nested curves, IsSolid) Create
Dynamo Revit Elements Grid ByArc Grid.ByArc Create
Dynamo Revit Elements Grid ByLine Grid.ByLine Create
Dynamo Revit Elements Grid ByStartPointEndPoint Grid.ByStartPointEndPoint Create
Dynamo Revit Elements Grid Curve Grid.Curve Query
Dynamo Revit Elements Grid ElementCurveReference Grid.ElementCurveReference Query
Dynamo Revit Elements ImportInstance ByGeometries ImportInstance.ByGeometries Create
Dynamo Revit Elements ImportInstance ByGeometry ImportInstance.ByGeometry Create
Dynamo Revit Elements ImportInstance BySATFile ImportInstance.BySATFile Create
Dynamo Revit Elements ImportInstance Path ImportInstance.Path Query
Dynamo Revit Elements Level ByElevation Level.ByElevation Create
Dynamo Revit Elements Level ByElevationAndName Level.ByElevationAndName Create
Dynamo Revit Elements Level ByLevelAndOffset Level.ByLevelAndOffset Create
Dynamo Revit Elements Level ByLevelOffsetAndName Level.ByLevelOffsetAndName Create
Dynamo Revit Elements Level Elevation Level.Elevation Query
Dynamo Revit Elements Level Name Level.Name Query
Dynamo Revit Elements Level ProjectElevation Level.ProjectElevation Query
Dynamo Revit Elements Material ByName Material.ByName Create
Dynamo Revit Elements ModelCurve ByCurve ModelCurve.ByCurve Create
Dynamo Revit Elements ModelCurve ReferenceCurveByCurve ModelCurve.ReferenceCurveByCurve Create
Dynamo Revit Elements ModelText ByTextSketchPlaneAndPosition ModelText.ByTextSketchPlaneAndPosition Create
Dynamo Revit Elements ModelText Depth ModelText.Depth Query
Dynamo Revit Elements ModelText Position ModelText.Position Query
Dynamo Revit Elements ModelText Text ModelText.Text Query
Dynamo Revit Elements ModelTextType ByName ModelTextType.ByName Create
Dynamo Revit Elements Mullion AsFamilyInstance Mullion.AsFamilyInstance Create
Dynamo Revit Elements Mullion ByElement Mullion.ByElement Create
Dynamo Revit Elements Mullion SupportedPanels Mullion.SupportedPanels Create
Dynamo Revit Elements Mullion LocationCurve Mullion.LocationCurve Query
Dynamo Revit Elements Parameter Name Parameter.Name Create
Dynamo Revit Elements ReferencePlane ByLine ReferencePlane.ByLine Create
Dynamo Revit Elements ReferencePlane ByStartPointEndPoint ReferencePlane.ByStartPointEndPoint Create
Dynamo Revit Elements ReferencePlane ElementPlaneReference ReferencePlane.ElementPlaneReference Query
Dynamo Revit Elements ReferencePlane Plane ReferencePlane.Plane Query
Dynamo Revit Elements ReferencePoint ByCoordinates SkecthPlane.ByCoordinates Create
Dynamo Revit Elements ReferencePoint ByLengthOnCurveReference ReferencePoint.ByLengthOnCurveReference Create
Dynamo Revit Elements ReferencePoint ByParameterOnCurveReference ReferencePoint.ByParameterOnCurveReference Create
Dynamo Revit Elements ReferencePoint ByParameterOnFaceReference ReferencePoint.ByParameterOnFaceReference Create
Dynamo Revit Elements ReferencePoint ByPoint ReferencePoint.ByPoint Create
Dynamo Revit Elements ReferencePoint ByPointVectorDistance ReferencePoint.ByPointVectorDistance Create
Dynamo Revit Elements ReferencePoint Point ReferencePoint.Point Query
Dynamo Revit Elements ReferencePoint X ReferencePoint.X Query
Dynamo Revit Elements ReferencePoint XYPlane ReferencePoint.XYPlane Query
Dynamo Revit Elements ReferencePoint XZPlane ReferencePoint.XZPlane Query
Dynamo Revit Elements ReferencePoint Y ReferencePoint.Y Query
Dynamo Revit Elements ReferencePoint YZPlane ReferencePoint.YZPlane Query
Dynamo Revit Elements ReferencePoint Z ReferencePoint.Z Query
Dynamo Revit Elements SkecthPlane ByPlane SkecthPlane.ByPlane Create
Dynamo Revit Elements SkecthPlane ElementPlaneReference SkecthPlane.ElementPlaneReference Query
Dynamo Revit Elements SkecthPlane Plane SkecthPlane.Plane Query
Dynamo Revit Elements StructuralFraming BeamByCurve StructuralFraming.BeamByCurve Create
Dynamo Revit Elements StructuralFraming BraceByCurve StructuralFraming.BraceByCurve Create
Dynamo Revit Elements StructuralFraming ColumnByCurve StructuralFraming.ColumnByCurve Create
Dynamo Revit Elements StructuralFraming Location StructuralFraming.Location Query
Dynamo Revit Elements StructuralFraming Type StructuralFraming.Type Query
Dynamo Revit Elements StructuralType Beam StructuralType.Beam Create
Dynamo Revit Elements StructuralType Brace StructuralType.Brace Create
Dynamo Revit Elements StructuralType Column StructuralType.Column Create
Dynamo Revit Elements StructuralType Footing StructuralType.Footing Create
Dynamo Revit Elements StructuralType NonStructural StructuralType.NonStructural Create
Dynamo Revit Elements SunSettings Altitude SunSettings.Altitude Create
Dynamo Revit Elements SunSettings Azimuth SunSettings.Azimuth Create
Dynamo Revit Elements SunSettings CurrentDateTime SunSettings.CurrentDateTime Create
Dynamo Revit Elements SunSettings EndDateTime SunSettings.EndDateTime Create
Dynamo Revit Elements SunSettings StartDateTime SunSettings.StartDateTime Create
Dynamo Revit Elements SunSettings SunDirection SunSettings.SunDirection Create
Dynamo Revit Elements Topography ByPoints Topography.ByPoints Create
Dynamo Revit Elements Topography Mesh Topography.Mesh Query
Dynamo Revit Elements Topography Points Topography.Points Query
Dynamo Revit Elements Wall ByCurveAndHeight Wall.ByCurveAndHeight Create
Dynamo Revit Elements Wall ByCurveAndLevels Wall.ByCurveAndLevels Create
Dynamo Revit Elements WallType ByName WallType.ByName Create
Dynamo Revit Elements WallType Name WallType.Name Query
Dynamo Revit References RayBounce ByOriginDirection RayBounce.ByOriginDirection Create
Dynamo Revit Transaction Transaction End Transaction.End Create
Dynamo Revit Transaction Transaction Start Transaction.Start Create
Dynamo Revit Views AxonometricView ByEyePointAndTarget AxonometricView.ByEyePointAndTarget Create

Dynamo Revit Views AxonometricView ByEyePointTargetAndBoundingBox AxonometricView.ByEyePointTargetAndBoundingBox Create


Dynamo Revit Views AxonometricView ByEyePointTargetAndElement AxonometricView.ByEyePointTargetAndElement Create
Dynamo Revit Views CeilingPlanView ByLevel CeilingPlanView.ByLevel Create
Dynamo Revit Views DraftingView ByName DraftingView.ByName Create
Dynamo Revit Views FloorPlanView ByLevel FloorPlanView.ByLevel Create
Dynamo Revit Views PerspectiveView ByEyePointAndTarget PerspectiveView.ByEyePointAndTarget Create
Dynamo Revit Views PerspectiveView ByEyePointTargetAndBoundingBox PerspectiveView.ByEyePointTargetAndBoundingBox Create
Dynamo Revit Views PerspectiveView ByEyePointTargetAndElement PerspectiveView.ByEyePointTargetAndElement Create
Dynamo Revit Views SectionView ByBoundingBox SectionView.ByBoundingBox Create
Dynamo Revit Views SectionView ByCoordinateSystemMinPointMaxPoint SectionView.ByCoordinateSystemMinPointMaxPoint Create

Dynamo Revit Views Sheet ByNameNumberTitleBlockAndView Sheet.ByNameNumberTitleBlockAndView Create

Dynamo Revit Views Sheet ByNameNumberTitleBlockAndViews Sheet.ByNameNumberTitleBlockAndViews Create


Dynamo Revit Views Sheet SheetName Sheet.SheetName Query
Dynamo Revit Views Sheet SheetNumber Sheet.SheetNumber Query
Dynamo Revit Views Sheet Views Sheet.Views Query
Dynamo Revit Views StructuralPlanView ByLevel StructuralPlanView.ByLevel Create
Dynamo Revit Views View ExportAsImage View.ExportAsImage Create
Dynamo Revit Views View3D CreateUniqueViewName View3D.CreateUniqueViewName Create
Rhythm Tools AllUpper Tools.AllUpper Create Remove spaces in the node name
Rhythm Tools ArrowheadAssigner Tools.ArrowheadAssigner Create Remove spaces in the node name
Rhythm Tools DashRemover Tools.DashRemover Create Remove spaces in the node name
Rhythm Tools LevelElementCollector Tools.LevelElementCollector Create Remove spaces in the node name
Rhythm Tools ParametricGraphicScale Tools.ParametricGraphicScale Create Remove spaces in the node name
Rhythm Tools 3DRoomTags Rhythm.3DRoomTags Create
Rhythm Tools BackupRFADeleter Rhythm.BackupRFADeleter Create
Rhythm Tools DetailNumberByViewName Rhythm.DetailNumberByViewName Create Remove spaces in the node name
Rhythm Tools OverrideInteriorCrop Rhythm.OverrideInteriorCrop Create
Rhythm Tools PercentGlazingByOrientation Rhythm.PercentGlazingByOrientation Create
Rhythm Tools RenumberGridsByCurve Rhythm.RenumberGridsByCurve Create
Rhythm Tools RenumberRoomsByCurve Rhythm.RenumberRoomsByCurve Create
Rhythm Tools Toggle Rhythm.Toggle Create
Rhythm Tools RoomElementCollector Rhythm.RoomElementCollector Create Remove spaces in the node name
Rhythm Core Ayuda IsArchi-LabInstalled Ayuda.IsArchi-LabInstalled Create
Rhythm Core Ayuda IsClockworkInstalled Ayuda.IsClockworkInstalled Create
Rhythm Core Ayuda IsSteamNodesInstalled Ayuda.IsSteamNodesInstalled Create
Rhythm Core Ayuda ThisOrThat Ayuda.ThisOrThat Create
Rhythm Core List AllIndicesOf List.AllIndicesOf Create
Rhythm Core List ArchitecturalAlphabeticalSequence List.ArchitecturalAlphabeticalSequence Create
Rhythm Core List Contains List.Contains Create
Rhythm Core List GetItemsIndices List.GetItemsIndices Create
Rhythm Core List MergeSublists List.MergeSublists Create
Rhythm Core List ReturnItemsPreviousToIndex List.ReturnItemsPreviousToIndex Create
Rhythm Core List Output.Clean List.Output.Clean Create
Rhythm Core List RemoveListFromList List.RemoveListFromList Create
Rhythm Core List SquareFeetDropper List.SquareFeetDropper Create
Rhythm Core OS CurrentUser OS.CurrentUser Create
Rhythm Core OS CurrentUserAppData OS.CurrentUserAppData Create
Rhythm Core String CharacterAtIndex String.CharacterAtIndex Create
Rhythm Core String FlipReverse String.FlipReverse Create
Rhythm Core String IndicesOfCharacter String.IndicesOfCharacter Create
Rhythm Core String RemoveAfterGivenCharacter String.RemoveAfterGivenCharacter Create
Rhythm Core String RemovePriorToCharacter String.RemovePriorToCharacter Create
Rhythm Core String SpecifyDecimalPlaces String.SpecifyDecimalPlaces Create
Rhythm Core Unicode LRE Unicode.LRE Create Extend Node Name with "Unicode*"

Rhythm Core Unicode LRM Unicode.LRM Create Extend Node Name with "Unicode*"

Rhythm Core Unicode RLE Unicode.RLE Create Extend Node Name with "Unicode*"

Rhythm Core Unicode RLM Unicode.RLM Create Extend Node Name with "Unicode*"

Rhythm Core Unicode ZWJ Unicode.ZWJ Create Extend Node Name with "Unicode*"

Rhythm Core Unicode ZWNJ Unicode.ZWNJ Create Extend Node Name with "Unicode*"
Rhythm Geometry Geometry SpaceEvenlyWithBuffer Geometry.SpaceEvenlyWithBuffer Create
Rhythm Revit Selection AllFramingAtReferenceLevel Selection.AllFramingAtReferenceLevel Create Remove spaces in the node name
Rhythm Revit Selection Collector.DuctsBySystem Selection.Collector.DuctsBySystem Create
Rhythm Revit Selection Collector.KeynoteTags Selection.Collector.KeynoteTags Create
Rhythm Revit Selection Collector.LabelTypes Selection.Collector.LabelTypes Create
Rhythm Revit Selection Collector.PipesBySystem Selection.Collector.PipesBySystem Create
Rhythm Revit Selection Collector.Viewports Selection.Collector.Viewports Create
Rhythm Revit Selection GetAllTagTypes Selection.GetAllTagTypes Create Remove spaces in the node name
Rhythm Revit Selection SelectElementsByCurve Selection.SelectElementsByCurve Create Remove spaces in the node name
Rhythm Revit Application Document Workset.Create Document.Workset.Create Create
Rhythm Revit Elements Element SetPinnedStatus Element.SetPinnedStatus Create
Rhythm Revit Elements Element GetLevelNameAsString Element.GetLevelNameAsString Create
Rhythm Revit Elements Element GetMultipleParameterValuesByName Element.GetMultipleParameterValuesByName Create

Rhythm Revit Elements Element GetParameterValuesByName(CaSe iNSeNSiTive) Element.GetParameterValuesByName(CaSe iNSeNSiTive) Create


Rhythm Revit Elements Element OverrideCutColorInView Element.OverrideCutColorInView Create
Rhythm Revit Elements Element OverrideCutLineweight Element.OverrideCutLineweight Create
Rhythm Revit Elements Element OverrideProjectionLineColor Element.OverrideProjectionLineColor Create
Rhythm Revit Elements Element OverrideProjectionLineweight Element.OverrideProjectionLineweight Create
Rhythm Revit Elements Element ParentFamily Element.ParentFamily Create
Rhythm Revit Elements Element SetMultipleParametersByName Element.SetMultipleParametersByName Create
Rhythm Revit Elements Element SetParameterByName(CaSe iNSeNSiTive) Element.SetParameterByName(CaSe iNSeNSiTive) Create

Rhythm Revit Elements Element GetParameterValueByName(TypeOrInstance) Element.GetParameterValueByName(TypeOrInstance) Create

Rhythm Revit Elements Element GetParameterValueByNameAsString Element.GetParameterValueByNameAsString Create

Rhythm Revit Elements Element SetParameterByName(TypeOrInstance) Element.SetParameterByName(TypeOrInstance) Create


Rhythm Revit Elements Element AreaWithTotal Element.AreaWithTotal Query
Rhythm Revit Elements Element Category Element.Category Query
Rhythm Revit Elements Element Room Element.Room Query
Rhythm Revit Elements Element Type Element.Type Query
Rhythm Revit Elements Viewport Viewname Viewport.Viewname Query
Rhythm Revit Elements Group UngroupElements Group.UngroupElements Create
Rhythm Revit Elements Mullion SortByDirection Mullion.SortByDirection Create
Rhythm Revit Elements TextElement ToLower TextElement.ToLower Create
Rhythm Revit Elements TextElement ToTitle TextElement.ToTitle Create Description is wrong
Rhythm Revit Elements TextElement ToUpper TextElement.ToUpper Create
Rhythm Revit Elements Wall NorthSouthEastWest Wall.NorthSouthEastWest Create
SpringNodes Core Dictionary.ByKeysValues Dictionary.ByKeysValues Create
SpringNodes Core Filter.ByClassName Filter.ByClassName Create
SpringNodes Core Number.ToString Number.ToString Create
SpringNodes Core Object.Class Object.Class Create
SpringNodes Core List Filter.BySelection List.Filter.BySelection Create categories in tree are not correct
SpringNodes Core List DropDown List.DropDown Create categories in tree are not correct
SpringNodes Core List DropFirstLast List.DropFirstLast Create categories in tree are not correct
SpringNodes Core List DropLast List.DropLast Create categories in tree are not correct
SpringNodes Core List EveryOther List.EveryOther Create categories in tree are not correct
SpringNodes Core List GetEven List.GetEven Create categories in tree are not correct
SpringNodes Core List GetOdd List.GetOdd Create categories in tree are not correct
SpringNodes Core List Randomise&Divde List.Randomise&Divde Create categories in tree are not correct
SpringNodes Core List ShiftIndices+ List.ShiftIndices+ Create categories in tree are not correct
SpringNodes Core List Split List.Split Create categories in tree are not correct
SpringNodes Misc Feet2Fraction Misc.Feet2Fraction Create
SpringNodes Misc File.Size Misc.File.Size Create
SpringNodes Misc Fraction2Feet Misc.Fraction2Feet Create
SpringNodes Core Math AlmostEqual Math.AlmostEqual Create categories in tree are not correct
SpringNodes SmartCopyMon Fn.ElementsOfCategory Fn.ElementsOfCategory Create
SpringNodes SmartCopyMon Input.Wait Input.Wait Create
SpringNodes SmartCopyMon NullAllIndicesOf NullAllIndicesOf Create
SpringNodes SmartCopyMon NullGetParameter NullGetParameter Create
SpringNodes SmartCopyMon NullIndexOf NullIndexOf Create
SpringNodes SmartCopyMon NullReorder NullReorder Create
SpringNodes SmartCopyMon NullSetDifference NullSetDifference Create
SpringNodes SmartCopyMon NullSetParameter NullSetParameter Create
SpringNodes Geometry Serialization Ln2Str Ln2Str Create
SpringNodes Geometry Serialization Pt2Str Pt2Str Create
SpringNodes Geometry Serialization Str2Ln Str2Ln Create
SpringNodes Geometry Serialization Str2Pt Str2Pt Create
SpringNodes Geometry BoundingBox Scale BoundingBox.Scale Create categories in tree are not correct
SpringNodes Geometry Curve ClosedCurve.Offset+ Curve.ClosedCurve.Offset+ Create categories in tree are not correct
SpringNodes Geometry Curve ClosedCurve.Offset+(0.9) Curve.ClosedCurve.Offset+(0.9) Create categories in tree are not correct
SpringNodes Geometry Curve Offset+ Curve.Offset+ Create categories in tree are not correct
SpringNodes Geometry Curve Loop.Simplify Curve.Loop.Simplify Create categories in tree are not correct
SpringNodes Geometry Geometry SplitRecursively Geometry.SplitRecursively Create categories in tree are not correct
SpringNodes Geometry Line StraightenXY Line.StraightenXY Create categories in tree are not correct
SpringNodes Geometry Line StraightenZ Line.StraightenZ Create categories in tree are not correct
SpringNodes Geometry N-hedron ByOriginVector N-hedron.ByOriginVector Create categories in tree are not correct
SpringNodes Geometry Point PullOntoPlane Point.PullOntoPlane Create categories in tree are not correct
SpringNodes Geometry Star ByCenterRadiusRays Star.ByCenterRadiusRays Create categories in tree are not correct
Category "Collectors" to "Collector". Is the
SpringNodes Revit Collector CurrentSelection Collector.CurrentSelection Create category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector ElementsInView Collector.ElementsInView Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector ElementSketch Collector.ElementSketch Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector FamilyInstances Collector.FamilyInstances Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector FamilyTypes Collector.FamilyTypes Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector FloorTypes Collector.FloorTypes Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector LinkedInstanceElements Collector.LinkedInstanceElements Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector Revisions Collector.Revisions Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector Sheets Collector.Sheets Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector Views Collector.Views Create
category "Revit/Selection/ suitable?

Category "Collectors" to "Collector". Is the


SpringNodes Revit Collector WallTypes Collector.WallTypes Create
category "Revit/Selection/ suitable?
SpringNodes Revit Colour Color2Decimal Colour.Color2Decimal Create Move to category Core/Color/ ?
SpringNodes Revit Colour Decimal2Color Colour.Decimal2Color Create Move to category Core/Color/ ?
Similar/Same like
SpringNodes Revit DirectShape ByGeometry DirectShape.ByGeometry Create
Revit/Elements/DirectShape/ByGeometry?

Change Category to
SpringNodes Revit DirectShape ByMesh DirectShape.ByMesh Create
Revit/Elements/DirectShape/ ?
Change Nodename to
SpringNodes Revit Document DeleteElements Document.DeleteElements Create
"Document.DeleteElements"
SpringNodes Revit ElementTypes FamilyType.Duplicate ElementTypes.FamilyType.Duplicate Create
SpringNodes Revit ElementTypes FloorType.Duplicate ElementTypes.FloorType.Duplicate Create
SpringNodes Revit ElementTypes Floor-WallType.SetMaterial ElementTypes.Floor-WallType.SetMaterial Create
SpringNodes Revit ElementTypes Wall.WallType ElementTypes.Wall.WallType Create
SpringNodes Revit ElementTypes WallType.Duplicate ElementTypes.WallType.Duplicate Create
Change category to
SpringNodes Revit Elements FamilyInstance ByGeometry FamilyInstance.ByGeometry Create
Revit/Elements/FamilyInstance
Change category to
SpringNodes Revit Elements FamilyInstance Rotation FamilyInstance.Rotation Create
Revit/Elements/FamilyInstance
Change category to
SpringNodes Revit Elements HostedInstance ByPoints HostedInstance.ByPoints Create
Revit/Elements/HostedInstance
SpringNodes Revit Form ByGeometry Form.ByGeometry Create Change category to Revit/Form/
SpringNodes Revit Modify Element.Copy Modify.Element.Copy Create
SpringNodes Revit Modify Element.SetLocation Modify.Element.SetLocation Create
Change category to
SpringNodes Revit Elements Opening FloorOpening.ByCurves Opening.FloorOpening.ByCurves Create
Revit/Elements/Opening
Change category to
SpringNodes Revit Elements Opening Shaft.ByCurves Opening.Shaft.ByCurves Create
Revit/Elements/Opening
SpringNodes Revit Selection Edges Selection.Edges Create Change Nodenames
SpringNodes Revit Selection LinkedElement Selection.LinkedElement Create Change Nodenames
SpringNodes Revit Selection LinkedElements Selection.LinkedElements Create Change Nodenames
SpringNodes Revit Selection LinkedFace Selection.LinkedFace Create Change Nodenames
SpringNodes Revit Selection InRevit Selection.InRevit Create Change Nodenames
Change category to
SpringNodes Revit Elements Topography Elements.Topography Create
Revit/Elements/Topography
SpringNodes Revit Elements Beams.FixExtents Elements.Beams.FixExtents Create Change category to Revit/Elements/

SpringNodes Revit Elements Filter.ByCategoryName Elements.Filter.ByCategoryName Create Change category to Revit/Elements/

SpringNodes Revit Elements Lines.Group&FixCorners Elements.Lines.Group&FixCorners Create Change category to Revit/Elements/

Change category to Revit/Selections/ &


SpringNodes Revit Selection ActiveView Selection.ActiveView Create
Remove spaces in the node name

SpringNodes Revit Views Sheet View+ Sheet.View+ Create Change category to Revit/Views/Sheet/

SpringNodes Revit Views ViewSet.ByViewsName Views.ViewSet.ByViewsName Create


Change category to
SpringNodes Revit Elements VoidCut AddVoidCut VoidCut.AddVoidCut Create
Revit/Elements/VoidCut/
Change category to
SpringNodes Revit Elements VoidCut IsCut VoidCut.IsCut Create
Revit/Elements/VoidCut/
Change category to
SpringNodes Revit Elements VoidCut IsCutting VoidCut.IsCutting Create
Revit/Elements/VoidCut/
Change category to
SpringNodes Revit Elements VoidCut RemoveVoidCut VoidCut.RemoveVoidCut Create
Revit/Elements/VoidCut/
SteamNodes Analytical CreateLineBoundaryCondition Analytical.CreateLineBoundaryCondition Create
SteamNodes Analytical CreateLineLoadBeta Analytical.CreateLineLoadBeta Create
Change category to
SteamNodes Revit Elements Element 3DCropViewTopBaseOffset Element.3DCropViewTopBaseOffset Create Revit/Elements/Element
Change category to
SteamNodes Revit Elements Element Create3DCroppedView Element.Create3DCroppedView Create
Revit/Elements/Element
Change category to
SteamNodes Revit Elements Element GetFromLinkedFile Element.GetFromLinkedFile Create
Revit/Elements/Element
Change category to
SteamNodes Revit Elements Element IsTagged Element.IsTagged Create
Revit/Elements/Element
Change category to
SteamNodes Revit Elements Element MakeParts Element.MakeParts Create
Revit/Elements/Element
Change category to
SteamNodes Revit Elements Element SelectInView Element.SelectInView Create
Revit/Elements/Element
Change category to
SteamNodes Revit Elements Element TypeName Element.TypeName Create
Revit/Elements/Element
SteamNodes Core List FilterByString List.FilterByString Create Change category to Core/List/
SteamNodes Core List Operations List.Operations Create Change category to Core/List/
SteamNodes Revit Elements Part Genealogy Part.Genealogy Create Change category to Revit/Elements/Part/

SteamNodes Revit Elements Part Getparents Part.Getparents Create Change category to Revit/Elements/Part/

SteamNodes Revit Views Schedule GetCalculatedValues Schedule.GetCalculatedValues Create Change Category to Revit/Views/Schedule/

SteamNodes Revit Views Schedule GetTextFromHeader Schedule.GetTextFromHeader Create Change Category to Revit/Views/Schedule/

Change Category to Revit/Views/Schedule/


SteamNodes Revit Views Schedule GetColumnWidth Schedule.GetColumnWidth Create
&rename node & description missing

Change Category to Revit/Views/Schedule/


SteamNodes Revit Views Schedule SetColumnWidth Schedule.SetColumnWidth Create
&rename node & description missing

SteamNodes Revit Elements Part IsFromLinkedElement Part.IsFromLinkedElement Create Change category to Revit/Elements/Part/

Change category to Revit/Elements/VoidCut


SteamNodes Revit Elements VoidCut AddVoidCut VoidCut.AddVoidCut Create & Same node name like in SpringNodes

SteamNodes Tools AlignSheetViewsFromTemplateSheet Create


SteamNodes Tools AssemblyViews Create
SteamNodes Tools CreateAssembly Create
Change category to Revit/Elements/Room/
SteamNodes Revit Elements Room AtPointAndLevel Room.AtPointAndLevel Create
& change node name to "AtPointAndLevel"

Change category to Revit/Elements/Group/


& Change node name to
SteamNodes Revit Elements Group GetElementsInGroup Group.GetElementsInGroup Create GetElementsInGroup & Similar to
Clockwork/Revit/Elements/Group/Members

Change category to
SteamNodes Revit Document Element Eraser Element.Eraser Create Revit/Document/Element
Change category to
SteamNodes Revit Document Element EraserByName Element.EraserByName Create Revit/Document/Element

Change category to Revit/Views/View &


SteamNodes Revit Views View ExportToDWF View.ExportToDWF Create
Change node name to "ExportToDWF"
SteamNodes Tools GetLineStyleByName Create
SteamNodes Tools GetPhaseByName Create
SteamNodes Tools GetRevitSelection Create
SteamNodes Tools GetSurroundingElements Create
SteamNodes Tools IntersectionChecker Create
SteamNodes Tools PhysicalBeamToAnalytical Create
Change category to Revit/Elements/Group
SteamNodes Revit Elements Group PlaceAtPoint Group.PlaceAtPoint Create
& change node name to "PlaceAtPoint"

SteamNodes Revit Elements VoidCut RemoveVoidCut VoidCut.RemoveVoidCut Create Change category to Revit/Elements/VoidCut
SteamNodes Tools RenameAssembly Create
SteamNodes Tools RunMe Create
SteamNodes Tools Toggle Create
SteamNodes Tools UnusedTypes Create
SteamNodes Tools UpdateString Create
SteamNodes Revit Views View ApplyViewTemplate View.ApplyViewTemplate Create Change category to Revit/Views/view/

SteamNodes Revit Views View CropView View.CropView Create Change category to Revit/Views/view/

SteamNodes Revit Views View GetViewPort View.GetViewPort Create Change category to Revit/Views/view/
Change category to Revit/Views/view/ &
SteamNodes Revit Views View GetViewportBoxCenter View.GetViewportBoxCenter Create Change node name to
GetViewportBoxCenter
Change category to Revit/Views/view/ &
SteamNodes Revit Views View SetViewportBoxCenter View.SetViewportBoxCenter Create Change node name to
SetViewportBoxCenter

SteamNodes Revit Elements Wall GetTotalWidth Wall.GetTotalWidth Create Change category to Revit/Elements/Wall
ABT Elements.get.Rotation Create change categories & nodename
Ampersand Data List.ChopByLengths Create
Ampersand Data List.GroupByContainer Create
Ampersand Data List.GroupByKey Create
Ampersand Data List.QuadsFromGrid Create
Ampersand Data List.SelectSetByKey Create
Ampersand Data List.SortAzimuthally Create
Ampersand Data List.SortByKey Create
Ampersand Data List.StringSequence Create
Ampersand Data List.TakeByKey Create
Ampersand Data Object.GetTypeAsString Create
Ampersand Geometry Circle.ByPackingAlongCurve Create
Ampersand Geometry Pentagram Create
Ampersand Geometry Point.SortAzimuthally Create
Ampersand Geometry PolyCurve.ByCurves Create
Ampersand Geometry PolyCurve.IsClockwise Create
Ampersand Geometry Surface.TrimAll Create
Ampersand Geometry Vector.ByAltitude.Azimuth Create
Ampersand Geometry Vector.ProjectToPlane Create
Ampersand Math Math.Sum Create
Ampersand Revit ColumnGrid.Line Create
Ampersand Revit View.SetPerspectiveCamera Create
MantisShrimp Grasshopper Conversion GH UV String to DS UV Create
MantisShrimp Grasshopper ReadGH Read GH File Create
MantisShrimp Grasshopper Setup Specify RhinoCommon.dll Path Create
MantisShrimp Grasshopper WriteGH Write GH File Create
MantisShrimp Rhinoceros Geometry RH Arc to DS Arc Create
MantisShrimp Rhinoceros Geometry RH Brep to DS Polysurface Create
MantisShrimp Rhinoceros Geometry RH Circle to DS Circle Create
MantisShrimp Rhinoceros Geometry RH Ellipse to DS Ellipse Create
MantisShrimp Rhinoceros Geometry RH Extrusion to DS Polysurface Create
MantisShrimp Rhinoceros Geometry RH Geometry to DS Geometry Create
MantisShrimp Rhinoceros Geometry RH Line to DS Line Create
MantisShrimp Rhinoceros Geometry RH Mesh to DS Mesh Create
MantisShrimp Rhinoceros Geometry RH Nurbs Surface to DS Nurbs Surface Create
MantisShrimp Rhinoceros Geometry RH NurbsCurve to DS NurbsCurve Create
MantisShrimp Rhinoceros Geometry RH Point to DS Point Create
MantisShrimp Rhinoceros Geometry RH PolyCurve to DS PolyCurve Create
MantisShrimp Rhinoceros Geometry RH Polyline to DS PolyCurve Create
MantisShrimp Rhinoceros Properties Get Rhino Mesh Face Center Create
MantisShrimp Rhinoceros Properties Get Rhino Object GUID Create
MantisShrimp Rhinoceros Properties Get Rhino Object Layer Create
MantisShrimp Rhinoceros Properties Get Rhino Object Name Create
MantisShrimp Rhinoceros Properties Get Rhino Object Type Create
MantisShrimp Rhinoceros Properties Get Rhino Object User Strings Create
MantisShrimp Rhinoceros ReadRhino Get Objects by Layer Create
MantisShrimp Rhinoceros ReadRhino Get Objects by Type Create
MantisShrimp Rhinoceros ReadRhino Get Rhino File Create
MantisShrimp Rhinoceros ReadRhino Get Rhino Layers Create
Atmos Rooms RoomOutline.PolyCurves Create
Atmos XYPlaneNodes XY.frameExtents Create
Atmos XYPlaneNodes XY.pointsDistribution Create
BesideTheCursor Create
BlackBox Collection Collector.Area Create
BlackBox Collection Collector.RoomFromElements Create
BlackBox Filter ByFamilyParamValue Create
BlackBox Filter ByInstParamValue Create
BlackBox Filter ByTypeParamValue Create
BlackBox Get Get.CategoryName Create
BlackBox Get Get.ElevationsWithoutMarker Create
BlackBox Get FamilyName Create
BlackBox Get FlippedWall Create
BlackBox Get Host Create
BlackBox Get NestedFamily Create
DanEDU Element.FaceFlipped Create
DanEDU Element.Flipped
DanEDU Element.HandFlipped
DanEDU GroupByEqual
DanEDU RemoveNull
DanEDU ReplaceNull
DME Revit Get API Property Create
DME Revit Iterable to List Create
DME Revit Select in Revit Create
Dynablaster Element-FilterByParameterValue
Dynablaster Enumeration
Dynablaster NumberToCharacter AAZZ
Dynablaster NumberToCharacter AZ
Dynablaster Wall.GetTotalWidth_2
DynaWorks Clashdetection GetClashDetection Create
DynaWorks Clashdetection ClearClashResults Action
DynaWorks Clashdetection GetClashBoundingBox Action
DynaWorks Clashdetection GetClashGroupResults Action
DynaWorks Clashdetection GetClashNodes Action
DynaWorks Clashdetection GetClashPoint Action
DynaWorks Clashdetection GetClashResultComments Action
DynaWorks Clashdetection GetClashTests Action
DynaWorks Clashdetection GetSuitableDirectionPoint Action
DynaWorks Clashdetection GetSuitableEyePoint Action
DynaWorks Clashdetection mGetClashBoundingBox Action
DynaWorks Clashdetection mGetClashPoint Action
DynaWorks Clashdetection mGetSuitableDirectionPoint Action
DynaWorks Clashdetection mGetSuitableEyePoint Action
DynaWorks Clashdetection RemoveResolved Clashes Action
DynaWorks Clashdetection RunAllTests Action
DynaWorks FileSettings OpenNavisFile AppendFile Create
DynaWorks FileSettings OpenNavisFile OpenFile Create
DynaWorks FileSettings OpenNavisFile PublishFile Create
DynaWorks FileSettings OpenNavisFile SaveAs Create
DynaWorks FileSettings OpenNavisFile SaveFile Create
DynaWorks FileSettings OpenNavisFile StayOpenFile Create
DynaWorks Objects GetData GetObjectNames Create
DynaWorks Objects GetData GetObjectValues Create
DynaWorks Objects NavisAttributes GetNavisAttByClassName Create
DynaWorks Objects NavisAttributes GetNavisAttByClassUserName Create
DynaWorks Objects NavisAttributes GetNaivsAttributesFromNodesList Create
DynaWorks Objects NavisNodes GetFilesInProject Create
DynaWorks Objects NavisNodes GetNodeChildren Create
DynaWorks Objects NavisNodes NodeByClassNameList Create
DynaWorks Objects NavisNodes NodeByClassUserNameList Create
DynaWorks Objects NavisPropertyList GetPropertiesList Create
DynaWorks Objects NavisPropertyList GetValuesAsStringClassName Create
DynaWorks Objects NavisPropertyList GetValuesAsStringClassUserName Create
DynaWorks Objects NavisSelection GetNodesFromSelectionsSets Create
DynaWorks Objects NavisSelection GetSelectionSetsInProject Create
DynaWorks Views NavisViews GetCameraPoint Create
DynaWorks Views NavisViews GetDirectionPoint Create
DynaWorks Views NavisViews GetSavedViewCommentsByName Create
DynaWorks Views NavisViews GetSavedViews Create
DynaWorks Views NavisViews GetView Create
DynaWorks Views NavisViews GetViewDirection Create
DynaWorks Views NavisViews mGetCamerPoint Create
DynaWorks Views NavisViews mGetDirectionPoint Create
DynaWorks Views NavisViews mGetViewDirection Create
Elk OSM Features Create
Elk OSM Location Create
Elk OSM OSMData Create
Elk OSM SubFeatures Create
Elk Topography ConstructLocation Create
Elk Topography CreateTopo Create
Elk Topography CevonstructLocation Create
EnjoyRevit ChainList Create
EnjoyRevit IndicesOf Create
EnjoyRevit TopoToPoly Create
EPR Rails RailsIntersection Create
GIS Shape LoadFrinFile Create
GIS Shape GetAllPoints Action
GIS Shape GetAllShapes Action
GIS Shape GetShapeAtRecord Action
GIS Shape RecordCount Query
grapher guage chartOptions guage.chartOptions Create
grapher guage createLinear guage.createLinear Create
grapher histogramPlot chartOptions histogramPlot.chartOptions Create
grapher histogramPlot create histogramPlot.create Create
grapher pieChartPlot chartOptions pieChartPlot.chartOptions Create
grapher pieChartPlot create pieChartPlot.create Create
grapher scatterPlot chartOptions scatterPlot.chartOptions Create
grapher scatterPlot create (Values, chartOptions) scatterPlot.create (Values, chartOptions) Create
grapher scatterPlot create (XValues, YValues, chartOptions) scatterPlot.create (XValues, YValues, chartOptions) Create
Haeahn ELement AffixToParameterValue Create
Haeahn ELement NumberingBySequence Create
Haeahn ELement RearrangeByCurve Create
Haeahn Room CombineRoonID Room.CombineRoonID Create
Haeahn Room UpdateFromExcel Room.UpdateFromExcel Create
Haeahn Room WriteToExcel Room.WriteToExcel Create
Haeahn Schedule ExportToExcel Schedule.ExportToExcel Create
Haeahn Schedule KeyExportToExcel Schedule.KeyExportToExcel Create
Haeahn Schedule KeyImportFromExcel Schedule.KeyImportFromExcel Create
HFB Sheet parameter to excel Create
KOP Families Family.InRoom Create
KOP Families Family.LocationPoints Create
KOP Families GetTypeParameter.FromFamilyInstance Create
LSJ Get All Revit Links as Element List Create
LSJ List Views not on Sheets Create
LSJ mysql at localhost connection string Create
LSJ mysql Insert Data into New Row Create
LSJ mysql Insert Data into New Rows for Multiple Columns Create
LSJ mysql Send List to Db for Multiple Columns Create
QRCoder QR.ECClevel Create
QRCoder QRCode Create
RedHotBIM Algorithm Search MinMaxOnCurve Search.MinMaxOnCurve Create
RedHotBIM Algorithm Search MinMaxOnSurface Search.MinMaxOnSurface Create
RedHotBIM Geometry BoundingBox Show BoundingBox.Show Create
RedHotBIM Geometry Point SortByAngle Point.SortByAngle Create
RedHotBIM Geometry Vector AngleBetween Vector.AngleBetween Create
RedHotBIM Geometry Vector Bisector Vector.Bisector Create
RedHotBIM Geometry Vector Show Vector.Show Create
RedHotBIM Revit Elements Element Handling Element.Handling Create
RHA_Utils Algorithm CorrectAndCloseGeometry Algorithm.CorrectAndCloseGeometry Create
RHA_Utils Algorithm CorrectAndCloseGeometry.FunctionLink Algorithm.CorrectAndCloseGeometry.FunctionLink Create
RHA_Utils Algorithm InsertionSort Algorithm.InsertionSort Create
RHA_Utils Algorithm InsertionSortOfStrribute Algorithm.InsertionSortOfStrribute Create
RHA_Utils Algorithm LineDistribution Algorithm.LineDistribution Create
RHA_Utils Formulas Triangle OffsetDist.RightTriangle Triangle.OffsetDist.RightTriangle Create
RHA_Utils Formulas Triangle OffsetDist.RightTriangle_Sides Triangle.OffsetDist.RightTriangle_Sides Create
RHA_Utils Formulas Triangle OffsetDist.SideParalel_ByLength Triangle.OffsetDist.SideParalel_ByLength Create
RHA_Utils Revit Elements AddCope Elements.AddCope Create
RHA_Utils Revit Elements AddCopeLaced Elements.AddCopeLaced Create
RHA_Utils Utils Curve MultipleIntersection Curve.MultipleIntersection Create
RHA_Utils Utils Curve StartPointEndPoint Curve.StartPointEndPoint Create
RHA_Utils Utils Curve UniqueEdges Curve.UniqueEdges Create
RHA_Utils Utils Geometry FarthestFrom Geometry.FarthestFrom Create
RHA_Utils Utils Line ByConseqPoints Line.ByConseqPoints Create
RHA_Utils Utils Line UniqueLines Line.UniqueLines Create
RHA_Utils Utils Line UniqueLines.OptimisedIterations Line.UniqueLines.OptimisedIterations Create
RHA_Utils Utils List Boolify.FalseWay List.Boolify.FalseWay Create
RHA_Utils Utils List Boolify.TrueWay List.Boolify.TrueWay Create
RHA_Utils Utils List CompareIfNotExist List.CompareIfNotExist Create
RHA_Utils Utils List DoubleSort List.DoubleSort Create
RHA_Utils Utils List Flatten List.Flatten Create
RHA_Utils Utils List KeepLines List.KeepLines Create
RHA_Utils Utils List KeepModelCurve List.KeepModelCurve Create
RHA_Utils Utils List KeepTrue List.KeepTrue Create
RHA_Utils Utils List RemoveFirstIndexAtAllBranches List.RemoveFirstIndexAtAllBranches Create
RHA_Utils Utils List RemoveFirstIndexOfLastBranchLevel List.RemoveFirstIndexOfLastBranchLevel Create
RHA_Utils Utils List RemoveLastIndexOfAllBranches List.RemoveLastIndexOfAllBranches Create
RHA_Utils Utils List RemoveLastIndexOfLastBranchLevel List.RemoveLastIndexOfLastBranchLevel Create
RHA_Utils Utils List RepeatRemoveFirstIndexOfLastBranchLevel List.RepeatRemoveFirstIndexOfLastBranchLevel Create

RHA_Utils Utils List RepeatRemoveLastIndexOfLastBranchLevel List.RepeatRemoveLastIndexOfLastBranchLevel Create


RHA_Utils Utils List Reverse.Flatten List.Reverse.Flatten Create
RHA_Utils Utils Plane ByLineAndZAxis Plane.ByLineAndZAxis Create
RHA_Utils Utils Point ClosestTo Point.ClosestTo Create
RHA_Utils Utils Point Collinear Point.Collinear Create
RHA_Utils Utils Point UniquePoints Point.UniquePoints Create
RHA_Utils Utils Point UniquePoints.OptimisedIterations Point.UniquePoints.OptimisedIterations Create
RHA_Utils Utils Point UniquePointsAtDistance Point.UniquePointsAtDistance Create
Rutabaga Geometry IsPointIndsideLoop Geometry.IsPointIndsideLoop Create
Rutabaga Numbers BreakDownNumbersFromStringInput Numbers.BreakDownNumbersFromStringInput Create
Rutabaga Numbers IntegerToBoolean Numbers.IntegerToBoolean Create
Rutabaga Numbers SumListByRange Numbers.SumListByRange Create
Rutabaga Revit ElementByID Revit.ElementByID Create
Rutabaga Revit ElementByIDAndDocument Revit.ElementByIDAndDocument Create
Rutabaga Revit ElementByUniqueID Revit.ElementByUniqueID Create
Rutabaga Revit ElementByUniqueIDAndDocument Revit.ElementByUniqueIDAndDocument Create
Rutabaga Revit ExtractInfoFromInterferenceReportFile Revit.ExtractInfoFromInterferenceReportFile Create
Rutabaga Revit GetDocumentFromLinkedFilePath Revit.GetDocumentFromLinkedFilePath Create
Rutabaga Revit LinkedDocuments Revit.LinkedDocuments Create
Rutabaga X O X.O Create
ScaleID Model Hangers.OnCableTrays Model.Hangers.OnCableTrays Create
ScaleID Model MEP.ClearanceFromCableTrays Model.MEP.ClearanceFromCableTrays Create
ScaleID Model MEP.ClearanceFromPipes Model.MEP.ClearanceFromPipes Create
ScaleID Tools Elements.Types Tools.Elements.Types Create
UtilityNodes GetMidPoint GetMidPoint Create
UtilityNodes GetSharedCord GetSharedCord Create
UtilityNodes RecursivePattern RecursivePattern Create
RotateAdaptiveCompone
UtilityNodes ntDuringPlacement RotateAdaptiveComponentDuringPlacement Create

Bakery 2D Get Text by View Workset and Value Create


Bakery 2D List the View Workssets of All Tags in Project Create
Bakery 2D Search for Generic Annotation on SHeet and Copy ID to Clipboard Create
Bakery BCF Get BCF Data from unzipped BCFZIP foler Create
Bakery BCF Get BCF files from unzipped BCFZIP Create
Bakery BCF Get Matching Tag Info from single BCF files Create
Bakery BCF Iterate through BCF files and get combined list Create
Bakery BCF subnode to iterate unzipped BCF structure for information Create
Bakery Categories Built In Name Lister Create
Bakery Categories Convert Category Name to Built In Category Name Create
Bakery Categories Does this Document contain category Create
Bakery Categories Example FFE Category contain category Create
Bakery Categories Get Categories Create
Bakery Categories Get Categories from Elements Create
Bakery Categories Get Categories with Builtins Create
Bakery Categories List of System Related Categories Create
Bakery Categories List Unique Categories Present in Set of Elements Create
Bakery Collect Collect all FamilyInstance using Element Types Create
Bakery Collect Collect All Tags in Project Create
Bakery Collect Collect Elements from List of Category Names Create
Bakery Collect Collect Elements in Rooms and SHow Detailed List Create
Bakery Collect Collect from Link using category and parameter value Create
Bakery Collect Collect tag elements in specific view and send IDs to Clipboard Create
Bakery Collect Find Worksets that contain Revit Link Instances Create
Bakery Collect Get All Family Instances from link doc Create
Bakery Collect Get Elements from Link Document Using Category Create
Bakery Collect Get Elements in Link using name search and category Create
Bakery Collect Get elements in links for multiple categories Create
Bakery Collect Get elements in view in document cy category Create
Bakery Collect List of model elements simplified Create
Bakery Collect List of model elements simplified with annotation removed Create
Bakery Collect List revit link instances visible in active view Create
Bakery Collect Select based on a single builtin name Create
Bakery Database mysql Create Database by Name Create
Bakery Database mysql Create Table by Name Create
Bakery Database mysql default connection string Create
Bakery Database mysql export template for multiple parameters Create
Bakery Database mysql make new column Create
Bakery Database mysql send list to db Create
Bakery Date Filter a List by comparison with Benchmark Date Create
Bakery Date Get Date for given number of days in the past Create
Bakery Docinfo Design option and design optionSet Create
Bakery Docinfo Design option summary Create
Bakery Docinfo document design option sets Create
Bakery Docinfo document design options Create
Bakery Docinfo Enumerate Worksharing display modes for document Create
Bakery Docinfo get all revisions Create
Bakery Docinfo get design option element by set name and option name Create
Bakery Docinfo get open worksets and write to view parameter Create
Bakery Docinfo get project location details Create
Bakery Docinfo get worksets with all properties Create
Bakery Docinfo list design option information Create
Bakery Docinfo List dwg Link information Create
Bakery Docinfo List Import Information Create
Bakery Docinfo List Phase Information Create
Bakery Docinfo Project Base Point Details Create
Bakery Docinfo RVT Information for all RVTs in a folder Create
Bakery Docinfo View statistics Create
Bakery Elements Create Floors from Rooms v4 Create
Bakery Elements Duplicate View and Isolate Elements Create
Bakery Elements Duplicate View and Rename and Isolate Elements Create
Bakery Elements Duplicate View and Rename and Isolate for System Types Create
Bakery Elements Element Name Universal Create
Bakery Elements Element Type for Element Lists Create
Bakery Elements Filter Element List by Type Parameter Value Create
Bakery Elements Filter Text Notes by Search Create
Bakery Elements Get Checkout Status for all elements Create
Bakery Elements Get checkout status with time trigger Create
Bakery Elements Get Element Position Rotate Mirror Create
Bakery Elements Get Location Point and add Z offset Create
Bakery Elements Get Parameter Value from Bounding Element Create
Bakery Elements Get Revit Selection and Delete Create
Bakery Elements Get Tagged Linked Element ID Create
Bakery Elements List Detail Lines by using view workset filter Create
Bakery Elements List groups Create
Bakery Elements Load Selection Set as Elements Create
Bakery Elements Mirror and Element Create
Bakery Elements Mirror Element using irigin and normal vector Create
Bakery Elements Set vorkset for a single element Create
Bakery Elements Useful text note properties Create
Bakery Excel Check for SetParameter Nulls and Report Info on Elements Create
Bakery Excel Combine Column from Three Excel Files into one long column Create
Bakery Excel Compare two columns from excel and report Differences Create
Bakery Excel Process Family Type Excel sheet and get a value to write Create
Bakery Excel transpose data within excel sheet Create
Bakery Excel write to excel using only data and file path inputs Create
Bakery Families Check if elements are inplace ( In-place Families ) Create
Bakery Families Element List check for Inplace Families Create
Bakery Families Export Family and Type Name with One Type Parameter to Excel Create
Bakery Families Get Family and Type List for Project Create
Bakery Families Get Family from Element Create
Bakery Families Get Family List for this project Create
Bakery Families Get Host System Type Lists Create
Bakery Families Get System Types as List Create
Bakery Families Get Type List for this project Create
Bakery Families Inplace Family Check Faster Create
Bakery Families Is Family Instance InPlace Create
Bakery Families Place Family at Points and Set Parameter Values Create
Bakery Families Rename Families by Replacing Prefix Create
Bakery Families Rename Families with a Prefix Create
Bakery Families Report on Inplace Families Create
Bakery Families Rotate Families Around Origin by Angle Create
Bakery Functions Boolean Input to Variable String Output Create
Bakery Functions Cehck Reference Level Offsets against a Tolerance Input Create
Bakery Functions Remoce Chars from End of Single String Create
Bakery Functions Send Elements IDs to Clipboard Create
Bakery Geometry Circle Sweep along NURBS path with smoothing Create
Bakery Geometry Clean Solid List by using Simplified Form as Replacement Create
Bakery Geometry Comma Separated Point Value to Point Object Create
Bakery Geometry Comma Separated Revit Data to XYZ Values Create
Bakery Geometry Curve to Point based Nurbs Curve Create
Bakery Geometry Curves to Circle lofted solids Create
Bakery Geometry Find nearest Revit level for a given z value Create
Bakery Geometry Find Revit Level for Points by elevation Create
Bakery Geometry Geometry to Watertight mesh Create
Bakery Geometry Get Boundary Curve for one room by perimeter Create
Bakery Geometry Get Boundary curves from room list Create
Bakery Geometry Get Room Geometry and Filter by Level Elevation Create
Bakery Geometry List of Cirves to circle lofted solids Create
Bakery Geometry List of Curves to point based NURBs Curves Create
Bakery Geometry Make a banana Create
Bakery Geometry NURBS Curve and Diameter List to NURBS surfaces Create
Bakery Geometry Nurbs curve to solid via cross section loft Create
Bakery Geometry One Fact to polycurve outline Create
Bakery Geometry One Room to its PolyCurves Create
Bakery Geometry Point and Tangent Lists to Nurbs and Polycurves Create
Bakery Geometry Polycurve to nearest Revit Level by elevation Create
Bakery Geometry Revit Vector Paramter to Dynamo Vector Element Create
Bakery Geometry Room to Element geometry test for preflight Create
Bakery Geometry Rooms to Polycurves Create
Bakery Geometry Solid Loft using first and last cross section Create
Bakery Geometry Sublists of coordinates to points Create
Bakery Geometry Sublists of Point Values to sublists of points Create
Bakery Geometry subnode for NURBS surface creation with diameter list Create
Bakery Geometry Subnode to create point from one XYZ sublist Create
Bakery Geometry subnode to make forms from flex duct via NURBS Create
Bakery Geometry ZYX sublist strings to XYZ sublist numbers Create
Bakery Images Export Images using many input variables Create
Bakery Images Export to Image using Directory and View Parameter Create
Bakery Images ImageSettings Export Ranges Create
Bakery Images ImageSettings File Types Create
Bakery Images ImageSettings Fit Direction Type Create
Bakery Images ImageSettings Image Resolution Create
Bakery Images ImageSettings Zoom Fit Type Create
Bakery Links Element Type for Linked File Element Lists Create
Bakery Links Element Type for Linked File Large Lists Create
Bakery Links Get Actual Elements from Linked Tag IDs Create
Bakery Links Get Lements and Types for Certain categories in links Create
Bakery Links Get external file references and details Create
Bakery Links Get File size and data modified using RVT link Filename Create
Bakery Links Get Info from a Linked Element Tag Create
Bakery Links Get Link Document from Link Instance ID Create
Bakery Links Get Linked Element by Link Search and GUID string Create
Bakery Links Get Linked Element from Element ID and DOc Create
Bakery Links Get Linked Element Type from Mapped doc element lists Create
Bakery Links Get Linked RVT Documents Create
Bakery Links Get list of linked elements from ID and doc Create
Bakery Links Get pure filename from Revit Link name string Create
Bakery Links Get Revit Link Names from an element list Create
Bakery Links Get RCT Link Filenames with element and type workset info Create
Bakery Links Get Type Parameter for tagged Linked Element Create
Bakery Links Get View Parameter and Check for File Dates and Sizes Create
Bakery Links Match Link Level with Level in Host using Elevation Create
Bakery Links Search Link Names and Send instance IDs to Clopboard Create
Bakery Links Write Empty Linked Tag Information to Excel Create
Bakery Lists Check Common Items between Two lists and get from one Create
Bakery Lists Clean List of Indices to Remove negative values Create
Bakery Lists compare two lists by item and return item differences Create
Bakery Lists Cycle Entries of one list by list of Lengths Create
Bakery Lists Cyle One Item ino list to match length of other list Create
Bakery Lists Display Parent Child Pairs as Hierarchy Create
Bakery Lists Filter a List by a given value with second list passthrough Create
Bakery Lists Filter Items in List by String Contains and Return List and Unmatched Create
Bakery Lists Filter One List by Strin Search in Another List Create
Bakery Lists Filter Sublist Items by Values and replace if none found Create
Bakery Lists Find Index in one list and get from other sublists Create
Bakery Lists Find Maximum in list and get from other list Create
Bakery Lists flat List to list of strings Create
Bakery Lists Flatten List and replace Null with NULL VALUE Create
Bakery Lists Get from sublists using matching list of indices Create
Bakery Lists Get from Sublists using one Index Create
Bakery Lists Get Indices of Null Values Create
Bakery Lists If Equal Return Index Using IndexOf Create
Bakery Lists Linear Search List with Shift Indices and Count Summary Create
Bakery Lists List.RemoveItemsFromOtherList Create
Bakery Lists Read Excel Into Lists Create
Bakery Lists Remove Empty String from List Create
Bakery Lists Remove Equal Items from List an preserve Counts Create
Bakery Lists Remove From List by Revit Element Name search Create
Bakery Lists Remove List from List by Items not Value Create
Bakery Lists Search for Matching Value and summarise Create
Bakery Lists Search One List Based on Second and Get from Third v2 Create
Bakery Lists Search One List Based On Second List and get values Create
Bakery Lists Search One List with Sub lists and Return from Another Create
Bakery Lists Spli Comma Separated Sublist Item to Multiple Items Create
Bakery Lists Subnode for creating list Hierarchy by nest level Create
Bakery Lists subnode for Filtering Lists by List Create
Bakery Lists Subnode to get index from sublist Create
Bakery Lists Summary of unique values present in list Create
Bakery Lists Two Lists into One Replacing Nulls with Backup Values Create
Bakery MEP Check Flex Ducts for Geometry Errors Create
Bakery MEP Flex Duct Geometry Check Create
Bakery MEP Get Points from MEP Element List Create
Bakery MEP MEP Elements to Getmetry using NURBS Create
Bakery Make Create Floors From Rooms v1 Create
Bakery Make Create Floors From Rooms v2 Create
Bakery Make Create Floors From Rooms v3 Create
Bakery Make FamilyInstance.ByGeometry for List.Map Create
Bakery Math Get Percentage as String given Value and Total Create
Bakery Math List of float double to list of Int Create
Bakery Math Zero to One Range with Divisor Create
Bakery Nesting Copy Parameters Node for Nesting Process Create
Bakery Nesting Get List of Elements at OriginalNestingLevel Create
Bakery Nesting Place Free Instances to Match Project by Category Create
Bakery Nesting Set OrignialNesting Level Parameter for all FamiylInstances Create
Bakery Nesting Set OriginalNesting Level Parameter to Element Create
Bakery Parameters Bruteforce Get Elem ID and Two Parameters and Make List of Strings Create
Bakery Parameters Bruteforce Get Parameter Value By Name Create
Bakery Parameters Bruteforce Get Parameter Values when Multiple Entries Create
Bakery Parameters Brutefore Get Parameter via String Split for Single element Create
Bakery Parameters Bruteforce Get Parameter via String Split V2 Create
Bakery Parameters Bruteforce Get Two Parameters and Join to One String Create
Bakery Parameters Check for Duplicate Parameter Values and Make Selection Set Create
Bakery Parameters Check Project Shared Parameter again bechmark GUID Create
Bakery Parameters Check specific shared parameter has correct GUID Create
Bakery Parameters Copy Parameter to Parameter in List of Elements Create
Bakery Parameters Cop Property to Parameter for List of Elements Create
Bakery Parameters Copy Tyoe Parameter to Type Parameter for All Family Types Create
Bakery Parameters Copy Workset Name to target Parameter Create
Bakery Parameters Filter Element List by Parameter Value Create
Bakery Parameters Get Element Parameters and Split to Names and Values Create
Bakery Parameters Get Element Room parameter from API Create
Bakery Parameters Get Elements Paramter List and Show Unique Values Create
Bakery Parameters Get list of GUIDs for a specific shared parameter name Create
Bakery Parameters Get two Parameters and join to one string Create
Bakery Parameters Get view dependency as internal not string Create
Bakery Parameters Get view parameter and parse for Locate32 search Create
Bakery Parameters List Parameter Info with Shared Parameter GUIDs Create
Bakery Parameters List Room Names from API and show failures Create
Bakery Parameters List shared parameter GUIDs only Create
Bakery Parameters Make Unique identifier and set it to parameter Create
Bakery Parameters Search for Type Parameter Value in List of Elements and Return Elem Create
Bakery Parameters Set Instance Parameter by Type Parameter Create
Bakery Parameters Set Lists of Values to List of Elements for one parameter Create
Bakery Parameters Set One Parameter to Many Elements Create
Bakery Parameters Set visible RVT Links to Parameter for Current view Create
Bakery Parameters Show Element workset as internal db name Create
Bakery Parameters String search all element.Parameters for a single element Create
Bakery Parameters Write Parameters from one element list to Another Create
Bakery Parameters Write Shared Parameter Check to Excel Create
Bakery PointCloud Place Family by Point Cloud Create
Bakery Revisions Add Most Revent Revision to Sheet Create
Bakery Revisions Remove First Revision from Each Sheet Create
Bakery Rooms Create Floors from Rooms v5 Create
Bakery Rooms Rooms to Closed Polycurves without Nulls Create
Bakery Standalone All Directory Contents of specific Filetype Create
Bakery Standalone Check DYF folder for dependencies in package folders Create
Bakery Standalone Clean warning types from error report HTML Create
Bakery Standalone Extract specific tag entries from XML as unique list Create
Bakery Standalone File List from File Path Create
Bakery Standalone File List from File Path showing Files in SubDirs Create
Bakery Standalone File Size in MB from File Path Create
Bakery Standalone From File Path into RVT Build information Create
Bakery Standalone Get Build Number and Worksharing from RVT file Create
Bakery Standalone Get Build Number from all RVTs in a folder Create
Bakery Standalone Get Date Modified from file path list Create
Bakery Standalone Get File Sizes from File Path List Create
Bakery Standalone Get this Dynamo Version Create
Bakery Standalone List Nodes in DYFs for an entrire folder Create
Bakery Standalone Parse and Split string to a list Create
Bakery Standalone Parse CSV Text of Elem IDs to Actual Revit Elements Create
Bakery Standalone Parse Error Report and Provide Summary List Create
Bakery Standalone Parse IFC File Create
Bakery Standalone Parse Revit Error Report HTML and output summary Create
Bakery Standalone Parse Revit Journal File Create
Bakery Standalone Read CSV to flat list Create
Bakery Standalone Read text from file path Create
Bakery Standalone report Dynamo Package Details by Folder Create
Bakery Standalone Search for cetain build number in folder of RVTs Create
Bakery Standalone Show dependency Nodes for one DYF Create
Bakery Standalone Summary and Node Search for a folder of DYFs Create
Bakery Standalone UUID GUID Generator for lists Create
Bakery Strings Clean String by UTF8 to Unicode roundtrip Create
Bakery Strings Compare Two Line Breaked Strings and Return Differences Create
Bakery Strings Convert List into List of strings with Line Breaks Create
Bakery Strings Convert List to Comma Delimited String Create
Bakery Strings Convert String with Line Breaks into List of Strings Create
Bakery Strings Join Two single string to one single string Create
Bakery Strings Remove characters from end of single string Create
Bakery Strings Remove first and Last Characters from String Create
Bakery Strings String replace using RegEx Create
Bakery Systems Find Pipe Insulation on Workset - Get Host Pipes - Save to Selection Create
Bakery Systems Get Host Pipe ID from Pipe Insulation Create
Bakery Systems Get System Related Properties of Element Create
Bakery Systems List Duct and Pipe related elements Create
Bakery Systems List of duct and Pipe categories as built in names Create
Bakery Systems Summary of selected parameter values for duct and pipe elements Create
Bakery Systems Summary of system related elements Create
Bakery Views Compare View Filters added to two views or templates Create
Bakery Views Create Plan View for room v1 Create
Bakery Views Filter Floors by Comments and Level and make Section box View Create
Bakery Views Filter Revit Selection to View Crop Elements and Names Create
Bakery Views Filter Views with Two Criteria and return views Create
Bakery Views Find Sheets and Views where an Element is visible Create
Bakery Views Get Sheet Element from View Create
Bakery Views Get Standard Views as single List Create
Bakery Views Get View template for view Create
Bakery Views Get Viewport Elements using view name search Create
Bakery Views list all views Create
Bakery Views List Detailed View Information for a list of Views Create
Bakery Views List Elements in view across revit links Create
Bakery Views List Revit Links visible in view Create
Bakery Views List View Filter Information for view or template Create
Bakery Views Make 3D views in Room v1 Create
Bakery Views Rename View by replacing prefix Create
Bakery Views Rename views by Appending selected suffix Create
Bakery Views Reoirt RVT Links visible in views on sheets Create
Bakery Views Set Design option by View parameter Create
Bakery Views Set Design option for list of views by parameter value Create
Bakery Views Set Parameter of view based on a character in sheet number Create
Bakery Views Set worksharing display Mode for view Create
Bakery Views Show List of Revit Links that are never visible on sheets Create
Bakery Views View Templates for view list Create
Bakery Views Write RVT Link and Workset Details to active view Create
Bakery Worksets Get Open Worksets Create
Bakery Worksets Get Workset info for RVT files without opening Create
Bakery Worksets Report Revit Link Worksets Create
Bakery XML Create Parent Child DIctionary using XML ElementTree Create
Bakery XML Get arrtribute from EkementTree by Name Create
Bakery XML Get Children using Key value list Create
Bakery XML Get ElementTree objet from XML Files Path Create
Bakery XML Get XML Children Texts and Tags from XML Elements Create
Bakery XML Get XML Element Names and attributes Create
Bakery XML Iterate through XML ElementTree Create
Bakery XML List of File Paths to List of ElementTree objects Create
Bakery XML Read File Path to elementTree with UTF8 roundtrip Create
Bakery XML Search Tags and Get Values from XML Lists Create
Bakery XML Split XML and Return Lists Create
Bakery XML XPATH Expression Find for Element Tree Create

Zebra Revit FillPattern DraftingPatFileImperial FillPattern.DraftingPatFileImperial Create Creates the relevant strings for the *.pat file

Zebra Revit FillPattern DraftingPatFileMetric FillPattern.DraftingPatFileMetric Create Creates the relevant strings for the *.pat file

Creates and visualises the line pattern used in


Zebra Revit FillPattern LinePatternCreation FillPattern.LinePatternCreation Create fill patterns. Part of the method of creating a
Fill Pattern(*.pat) file using the Zebra package

Zebra Revit FillPattern ModelPatFileImperial FillPattern.ModelPatFileImperial Create Creates the relevant strings for the *.pat file

Zebra Revit FillPattern ModelPatFileMetric FillPattern.ModelPatFileMetric Create Creates the relevant strings for the *.pat file

Creates a string needed for a standard


custom brick pattern. Change the height and
width inputs to adjust the size of the brick
Zebra Revit FillPattern PresetBrick FillPattern.PresetBrick Create adjust description as suggested
pattern. Feed the output string into a
FillPattern.Mo delPatFile or
FillPattern.DraftingPatFile node

Creates a string needed for the standard


custom brick pattern with motar. Change the
height, width, and motar inputs to a djust the
Zebra Revit FillPattern PresetBrickMortar FillPattern.PresetBrickMortar Create adjust description as suggested
size of the brick pattern. Feed the output
string into a FillPattern.ModelPatFile or
FillPattern.DraftingPatFile node

Creates a string needed for the standard


flemish bond pattern, without motar joints
visible. Change the height and width inputs to
Zebra Revit FillPattern PresetFlemish FillPattern.PresetFlemish Create adjust description as suggested
adjust the size of the brick pattern. Feed the
output string into a FillPa ttern.ModelPatFile or
FillPattern.DraftingPatFile node

Creates a string needed for the standard


flemish bond pattern, with motar joints
visible. Change the height, width, and motar
Zebra Revit FillPattern PresetFlemishMortar FillPattern.PresetFlemishMortar Create inputs to adjust the size of the brick pattern. adjust description as suggested
Feed the output string into a
FillPattern.Mo delPatFile or
FillPattern.DraftingPatFile node

Retains the old status of the previous built-in


Zebra Core Logic If Logic.If Create IF node.

Takes an input of a series of numbers, finds


the length of the maximum number and then
adds leading zero's to any numbers of less
digits til they all match. As an example if you
Zebra Core String Action AddLeadingZeros String.AddLeadingZeros Create
feed in the numbers 1, 10 and 1000, it will
give you the following: 0001, 0010, 1000.
Lists can be in any order as it searches for the
maximum item.

Returns the indices of the given characters.


Zebra Core String Action AllIndicesOf String.AllIndicesOf Create Works on both nested lists of strings and
multiple character inputs

Changes all the given characters to the new


Zebra Core String Action ChangeAllCharactersTo String.ChangeAllCharactersTo Create value

Changes the character/s at the given index/s


Zebra Core String Action ChangeCharacterAtIndexToLower String.ChangeCharacterAtIndexToLower Create to lower

Changes the character/s at the given index/s


Zebra Core String Action ChangeCharacterAtIndexToUpper String.ChangeCharacterAtIndexToUpper Create
to upper

Returns the letter in the alphabet at the


Zebra Core String Action ConvertNumberToCharacter String.ConvertNumberToCharacter Create desired index. 1=A, 2=B, 3=C ... 26=Z etc

Creates a list with a new index for each new


Zebra Core String Action CreateListBasedOnReturns String.CreateListBasedOnReturns Create line (return) within the string

Removes the set of characters upto the first


Zebra Core String Action DropFirstWord String.DropFirstWord Create
whitespace in the string

Removes the set of characters after the last


Zebra Core String Action DropLastWord String.DropLastWord Create
whitespace in the string

Zebra Core String Action FindInexOfPhrase String.FindInexOfPhrase Create Returns the indices of the entire phrase

Converts the ASCII symbol to its equivalent


Zebra Core String Action FromAsciiSymbolTo String.FromAsciiSymbolTo Create description, decimal code, hexadecimal code,
binary code, and octal co de.

Converts the binary code to its equivalent


symbol, description, decimal code, octa l code,
Zebra Core String Action FromBinaryCodeTo String.FromBinaryCodeTo Create and hexadecimal code. Works with an input of
both string or number.

Converts the decimal code to its equivalent


symbol, description, decimal code, octa l code,
Zebra Core String Action FromDecimalCodeTo String.FromDecimalCodeTo Create
and hexadecimal code. Works with an input of
both string or number.

Converts the hexadecimal code to its


equivalent symbol, description, decimal code,
Zebra Core String Action FromHexadecimalCodeTo String.FromHexadecimalCodeTo Create octal code, and hexadecimal code. Works with
an input of both string or number.

Converts the octal code to its equivalent


symbol, description, decimal code, octa l code,
Zebra Core String Action FromOctalCodeTo String.FromOctalCodeTo Create
and hexadecimal code. Works with an input of
both string or number.
Removes the part of the string after the input
Zebra Core String Action RemoveAfterCharacters String.RemoveAfterCharacters Create character/s

Zebra Core String Action RemoveAllWhiteSpace String.RemoveAllWhiteSpace Create Removes all the whitespace within the string

Removes the part of the string before the


Zebra Core String Action RemoveBeforeCharacters String.RemoveBeforeCharacters Create
input character/s

Removes the characters from the string at the


Zebra Core String Action RemoveCharacterAtIndices String.RemoveCharacterAtIndices Create
given indices

Removes the part of the string between the


Zebra Core String Action RemoveCharactersBetweenInputs String.RemoveCharactersBetweenInputs Create
two inputs

Removes all the words in the string that are


Zebra Core String Action RemoveWordsOfMinimumLength String.RemoveWordsOfMinimumLength Create
less than the minimum desired length

Returns the character in the given string at


Zebra Core String Action ReturnCharacterAtIndex String.ReturnCharacterAtIndex Create the specified index(s)

Returns the part of the string between the two


Zebra Core String Action ReturnCharactersBetweenInputs String.ReturnCharactersBetweenInputs Create inputs

Changes the current string to Camel Case.


Zebra Core String Action ToCamelCase String.ToCamelCase Create misspelling in description: toggle
Boolean to ggle for the removal of spaces

Zebra Core String Action ToList String.ToList Create Convert the given string to a list

Zebra Core String AlphabetAsList String.AlphabetAsList Create Creates the alphabet as a list of strings

Zebra Core String AlphabetAsString String.AlphabetAsString Create Creates the alphabet as a string

Zebra Core String AsciiBinaryCode String.AsciiBinaryCode Create Creates the binary codes as string

Creates the ASCII printable characters


Zebra Core String AsciiCharactersAsList String.AsciiCharactersAsList Create
excluding letters and digits as a list of strings

Creates the ASCII printable characters


Zebra Core String AsciiCharactersAsString String.AsciiCharactersAsString Create
excluding letters and digits as string

Zebra Core String AsciiDecimalCode String.AsciiDecimalCode Create Creates the decimal codes as string

Zebra Core String AsciiDescription String.AsciiDescription Create Creates the ASCII description as string

Zebra Core String AsciiHexadecimalCode String.AsciiHexadecimalCode Create Creates the hexadecimal codes as string

Zebra Core String AsciiOctalCode String.AsciiOctalCode Create Creates the octal codes as string

Zebra Core String AsciiSymbol String.AsciiSymbol Create Creates the ASCII symbols as string

Returns true and false based on whether the


Zebra Core String ContainsThisAndThat String.ContainsThisAndThat Create string contains all the inputs (multiple input
as list)

Returns true and false based on whether the


Zebra Core String ContainsThisOrThat String.ContainsThisOrThat Create string contains either input (multiple input as
list)

Zebra Core String NumbersAsList String.NumbersAsList Create Creates the numbers 0-9 as a list of strings

Zebra Core String NumbersAsString String.NumbersAsString Create Creates the numbers 0-9 as string

Returns a random selection of letters,


Zebra Core String Randomise String.Randomise Create
numbers and characters

Das könnte Ihnen auch gefallen