0% found this document useful (0 votes)
462 views

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

The document lists various daylighting analysis nodes in Dynamo, including nodes for daylighting job setup, parsing daylighting results, extracting illuminance values and colors from results, and converting between illuminance measurement units. It provides the node names, types, descriptions and usage instructions for over 20 daylighting analysis nodes within the Dynamo package.

Uploaded by

Ignatius Pathula
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
462 views

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

The document lists various daylighting analysis nodes in Dynamo, including nodes for daylighting job setup, parsing daylighting results, extracting illuminance values and colors from results, and converting between illuminance measurement units. It provides the node names, types, descriptions and usage instructions for over 20 daylighting analysis nodes within the Dynamo package.

Uploaded by

Ignatius Pathula
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 21

Created by Thomas Vogt --- version 0.2007 with Dynamo Build 1.0.0.

276 --- Join Dynamo and Computational Modeling LinkedIn Group: http://linkd.in/18Iiw7q --- 31.01.2016
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


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

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

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

Dynamo Analyze Daylighting DaylightningResults IlluminanceValues DaylightningResults.IlluminanceValues Action Read Foreground Illuminance from
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

Dynamo Analyze Daylighting DaylightningResults Resolution DaylightningResults.Resolution Query The resolution ofthe DaylightingData grid in
the form [x,y ]

The resolution of the DaylightingData grid in


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

Dynamo Analyze Daylighting DaylightningResults YResolution DaylightningResults.YResolution Query The resolution of the DaylightingData grid in
the y direction

Construct an Illuminance data point.


Illuminance is the integrated total visible
light energy arriving per unit area on a
Dynamo Analyze Daylighting Illuminance ByRGB Illuminance.ByRGB Create surface 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.

Dynamo Analyze Daylighting Illuminance ToFootCandles Illuminance.ToFootCandles Action Transform a single illuminance value in lux to
foot-candles

Transform an RGB Illuminance value to the


Dynamo Analyze Daylighting Illuminance ToSRGB Illuminance.ToSRGB Action sRGB standard computed as (0.2126 * R +
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
Dynamo Analyze Daylighting Illuminance B Illuminance.B Query surface 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
Dynamo Analyze Daylighting Illuminance G Illuminance.G Query surface 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
Dynamo Analyze Daylighting Illuminance R Illuminance.R Query surface 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

Dynamo BuiltIn AllFalse Checks if all elements in the specified list are
false

Dynamo BuiltIn AllTrue Checks if all elements in the specified list are
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

Dynamo BuiltIn ContainsKey Checks if the specified key is present in the


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

Dynamo BuiltIn Equals Determines whether two object instances


are equal

Dynamo BuiltIn Flatten Returns the flattened 1D list of the multi-


dimensional input list

Dynamo BuiltIn GetKeys Gets all keys from the specified key- value
pair list

Gets all values stored in the specified key-


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

Dynamo BuiltIn GroupByFunction Use a function to determine how list items


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 dimensional list and also transpose the same name, different function
ouput list if specified

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

Dynamo BuiltIn Insert Inserts an element into a list at specified same name, different function
index

Dynamo BuiltIn Insert Inserts an element into a list at specified same name, different function
index

Checks if all the elements in the specified list


Dynamo BuiltIn IsHomogeneous are of the same type

Dynamo BuiltIn IsRectangular Checks if each of rows in multidimensional


list 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

Dynamo BuiltIn NormalizeDepth Returns a list with uniform depth as specified same name, different function
by the input depth

Returns multidimesional list according the


Dynamo BuiltIn NormalizeDepth rank given same name, different function

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

Dynamo BuiltIn RemoveKey Returns true if the specified key is removed


from list, otherwise returns false

Dynamo BuiltIn Reorder Reorders the list using the specified indices

Dynamo BuiltIn SetDifference Returns objects that are included in List1 but
excluded in List2

Dynamo BuiltIn SetIntersection Produces the set intersection of two


sequences

Dynamo BuiltIn SetUnion Produces the set union of two sequences by


using the default quality comparer

Dynamo BuiltIn SortByFunction Use a function to determine how list items


should be sorted

Dynamo BuiltIn SortIndexByValue Sorts a specified list by values of its members same name, different function
in ascending order

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" for use with


Clockwork Analyze DataTypes SolarAnalysisType.Cumulative Create the 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.

Clockwork Core Clipboard GetFrom Clipboard.GetFrom Query Gets the content of the clipboard.
ATTENTION: 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.

Clockwork Core Color ByWebColor Color.ByWebColor Create Creates a color from a given web color (a hex
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,


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

Writes data to a CSV file with a custom


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

Computes the missing interior angle of a


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

Computes an angle of a triangle using the


Clockwork Core Formulas Angle.ByLawOfCosines Angle.ByLawOfCosines Create law of cosines. A is the opposite side of the
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 /


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

Computes the length of the hypotenuse of a


right triangle using the Pythagorean
Clockwork Core Formulas Hypotenuse.ByPythagoras Hypotenuse.ByPythagoras Create 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 F ibonacci 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 F ibonacci row from two starting


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

Clockwork Core List FromCSV List.FromCSV Create Converts the content of a given CSV file to a
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

Clockwork Core List RandomElements List.RandomElements Create Creates a list of random elements based on a
given list of elements

Clockwork Core List RepeatItemsByLengths List.RepeatItemsByLengths Create Repeats a list of items into sublists of given
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.

Clockwork Core List EqualSublistLengths List.EqualSublistLengths Action Trims all given lists to the length of the
shortest list

Clockwork Core List FilterBySublistLength List.FilterBySublistLength Action Filters out all sublists that do not have the
specified length

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

Clockwork Core List MatchWithKeyValues List.MatchWithKeyValues Action Matches a list with a given set of key and
returns the v alues corresponding to the keys

Clockwork Core List ReplaceEmptyLists List.ReplaceEmptyLists Action Replaces all empty lists within a given list
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


Clockwork Core List ReplaceNull List.ReplaceNull Action with a substitute

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

Clockwork Core List AnyFalse List.AnyFalse Query Returns true if any item in a list of booleans
is false

Clockwork Core List AnyTrue List.AnyTrue Query Returns true if any itme in a list of booleans
is true

Clockwork Core List CountOccurences List.CountOccurences Query Counts the number of occurences of each
unique element in a given list

Clockwork Core List IsNotEmpty List.IsNotEmpty Query Just the inversion of the built-in Is Empty list
node

Clockwork Core List SublistLengths List.SublistLengths Query Get the lengths of all sublists in a given list of
lists.

Looks for an item in each sublist of a given


Clockwork Core List SublistsContain List.SublistsContain Query list 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

Clockwork Core Logic Switch Create Emulates the Switch/Case statement that is
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/issu
es/879

Clockwork Core Math RandomIntergerList Math.RandomIntergerList Create Creates a list of random integers betweens 0
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

Clockwork Core Math DecimalToBinary Math.DecimalToBinary Action Converts a number to a string of its binary
value

Clockwork Core Math DecimalToHex Math.DecimalToHex Action Converts a number to a string of its
hexadecimal value

Clockwork Core Math InvertNormalized Math.InvertNormalized Action Inverts a value betwen 0 and 1 to its
opposite (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

Clockwork Core Math ScaleNormalized Math.ScaleNormalized Action Scales a nurmalized value accoording to a
given minimum and maximum
Computes the difference between two
Clockwork Core Math Similar Math.Similar Action calues 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


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

Clockwork Core String Character.FromNumber Character.FromNumber Create Converts a number into a character (where 1
= A, 2 = B, ... , 27 = AA, 28 = AB etc.).

Clockwork Core String AlphanumericToMorse String.AlphanumericToMorse Action Converts an alphanumeric string to Morse
Code

Clockwork Core String BinaryToDecimal String.BinaryToDecimal Action Converts a string if a binary number into a
decimal value

Returns all occurences of a regular


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

Clockwork Core String HexToDecimal String.HexToDecimal Action Converts a string of a hexadecimal value to a
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 at http://ironpython-
test.readthedocs.org/en/latest/howto/regex.
html

Clockwork Core String MorseToAlphanumeric String.MorseToAlphanumeric Action Converts a string in Moirse code to
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.
html

Splits a given string by a regular expression.


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

Clockwork Core String VersionNumber.ToInteger String.VersionNumber.ToInteger Action Converts a version number (e.g. a Dynamo
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


list of lap times. Also passes through an
Clockwork Core Time LapTime Time.LapTime Create 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

Clockwork Geometry Curve ClosedLoopThroughPoints Curve.ClosedLoopThroughPoints Create Creates a *closed* loop of curves based on a
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

Clockwork Geometry Geometry FurthestFrom Geometry.FurthestFrom Create Finds the furthest entity in a list of geometric
entities from another given entity

Clockwork Geometry Mesh IntersectionWithPlane Mesh.IntersectionWithPlane Create Calculates the intersection of a mesh and a
plane

Gets the vertices of each face of a given


Clockwork Geometry Mesh FaceVertices Mesh.FaceVertices Query mesh

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

Clockwork Geometry Plane ByFirst3Points Plane.ByFirst3Points Create Returns a plane, its origin and its normal
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

Clockwork Geometry Point RoundDownToPrecision Point.RoundDownToPrecision Create Rounds a point coordinate *down* to a
specified precision

Clockwork Geometry Point RoundToPrecision Point.RoundToPrecision Create Rounds a point coordinate to a specified
precision

Clockwork Geometry Point RoundUpToPrecision Point.RoundUpToPrecision Create Rounds a point coordinate *up* to a
specified precision

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

Clockwork Geometry Point IsOutOfPlane Point.IsOutOfPlane Query Checks a list for XYZs that are not located on
a given plane

Clockwork Geometry PointSequence AccumulatedDistance PointSequence.AccumulatedDistance Create Retrieves the accumulated distances of a
sequence of points

Clockwork Geometry PointSequence ContainsOutOfPlanePoints PointSequence.ContainsOutOfPlanePoints Create Checks a list for XYZs that are not located on
a given plane

Clockwork Geometry PointSequence GreatesDistanceToPoint PointSequence.GreatesDistanceToPoint Create Retrieves the furthest point in a sequence of
points

Clockwork Geometry PointSequence ShortestPath PointSequence.ShortestPath Create Retrieves the shortest path from a number
of point sequences

Sorts surfaces in three lists based on their


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

Clockwork Geometry UV ByXY UV.ByXY Create Creates UVs from the XY components of
point coordinates

Computes the convex hull of a given set of


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

Clockwork Geometry UV PruneDuplicates UV.PruneDuplicates Action Prune UVs to exclude duplicates within a
given tolerance

Clockwork Geometry UV RoundDownToPrecision UV.RoundDownToPrecision Action Rounds a UV coordinate *down* to a


specified precision

Clockwork Geometry UV RoundToPrecision UV.RoundToPrecision Action Rounds a UV coordinate to a specified


precision

Clockwork Geometry UV RoundUpToPrecision UV.RoundUpToPrecision Action Rounds a UV coordiante *up* to a specified


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

Clockwork Geometry UV IsInsidePolygon UV.IsInsidePolygon Query Determines if a point is inside the space
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

Clockwork Geometry Vector XYZAxis.FromVector XYZAxis.FromVector Create Returns whichever main axis (X, Y or Z) is
closest to a given vector

Clockwork Geometry Vector Normal.CorrectOrientation Normal.CorrectOrientation Action Inverts normal A if its inversion is closer to
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.

Clockwork Geometry Vector PruneDuplicates Vector.PruneDuplicates Action Prune vectors to exclude duplicates within a
given tolerance

Computes the altitude and azimuth of a


Clockwork Geometry Vector AltitudeAndAzimuth Vector.AltitudeAndAzimuth Query given vector

Clockwork Geometry Vector Average Vector.Average Query Determines the average vector of a list of
vectors

Clockwork Geometry Vector IsInPlane Vector.IsInPlane Query Checks if a given vector is located on a given
plane

Checks if two vectors are orthogonal to each


Clockwork Geometry Vector IsOrthogonalToVector Vector.IsOrthogonalToVector Query other

Clockwork Geometry Vector IsParallelToPlane Vector.IsParallelToPlane Query Checks if a given vector is parallel to a given
plane

Returns UV coordiantes, XYZ coordiantes 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


Clockwork Paneling Patterns Quadrilateral Paneling.Quadrilateral Create XYZs for the placement of quadrilateral
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) and
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


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

Clockwork Revit Application Version Application.Version Create Retrieves the name, version and build of the
current Revit application

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.

Clockwork Revit Document SaveAs Document.SaveAs Create Saves the active Revit document under the
given name.

Clockwork Revit Document SynchronizeWithCentral Document.SynchronizeWithCentral Create Synchronizes a workshared model with the
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.

Clockwork Revit Document DesignOptions Document.DesignOptions Query Returns all design options in the model,
grouped by design options set

Clockwork Revit Document IsWorkshared Document.IsWorkshared Query Returns true if the current project is
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


Clockwork Revit Document ListBuiltInCategoriesByName Document.ListBuiltInCategoriesByName Query a given name (or part of a name) of the
category. S earch 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


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

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

Gets the project's position data relative to


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

Clockwork Revit Document StartingView Document.StartingView Query Retrieves the starting view of a Project file.
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/issu
es/2970)

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

Clockwork Revit Units DisplayUnit.ToInternalUnit DisplayUnit.ToInternalUnit Create Converts a value from a given display unit to
Revit's internal unit

Clockwork Revit Units InternalUnit.ToDisplayUnit InternalUnit.ToDisplayUnit Create Converts a value from Revit's internal unit to
a given display unit

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

Clockwork Revit Elements BoundingBox ByElements BoundingBox.ByElements Create Retrieves a bounding box f or a list of
elements

Clockwork Revit Elements BoundingBox FromDynamoBoundingBox RevitBoundingBox.FromDynamoBoundingBox Create Turns a Dynamo bounding box into a Revit
bounding box.

Clockwork Revit Elements Color FromDynamoColor RevitColor.FromDynamoColor Create Creates a Revit color from a Dynamo color should be Action instead of Create; should
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.


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

Clockwork Revit Elements DesignOption DesignOptionSet DesignOption.DesignOptionSet Create Returns the design option set of a given
design option.

Clockwork Revit Elements DetailComponent ByCurve DetailComponent.ByCurve Create Places a line-based detail component in a
given view

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

Clockwork Revit Elements Dimension SetType Dimension.SetType Create Changes the dimension type of a given
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 horizonal intersects


Clockwork Revit Elements DividedSurface (levels) for a divided surface based on the
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


Clockwork Revit Elements DividedSurface VerticalIntersectsByEndpoints DividedSurface.VerticalIntersectsByEndpoints Create intersects for a divided surface based on the 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
Clockwork Revit Elements DividedSurface VerticalIntersectsByEndpointsAndFunctions DividedSurface.VerticalIntersectsByEndpointsAndFunctions Create based on the path between two points. The remove 1 between in the description
spacing can be controlled by a f unction. You
may need to switch start point and end
point.

Returns UV and XYZ coordinates as well as


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

Clockwork Revit Elements Door Rooms Door.Rooms Create Gets the rooms that are connected by a
given door

Clockwork Revit Elements Element OverrideTransparencyInView Element.OverrideTransparencyInView Create Overrides the transparency of an element in
a given view

Clockwork Revit Elements Element PermanentlyIsolateInView Element.PermanentlyIsolateInView Create (Permanently) isolates elements in the given
view

Resets all overrides for an element in a given


Clockwork Revit Elements Element ResetOverridesInView Element.ResetOverridesInView Create view

Clockwork Revit Elements Element SetMaterialParameterByCategory Element.SetMaterialParameterByCategory Create Sets a material parameter of a given element
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

Clockwork Revit Elements Element GroupByHost Element.GroupByHost Create Groups a list of Revit elements by their
respective hosts (if they have any)

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

Clockwork Revit Elements Element AllInstancesAtLevel Element.AllInstancesAtLevel Query Retrieves all instances of an element on a
given level

Clockwork Revit Elements Element AllViewDependentInstances Element.AllViewDependentInstances Query Retrieves all instances of a view-dependent
element in a given view

Clockwork Revit Elements Element Area Element.Area Query Returns the area property of a given element
(if that element has such a property)

Clockwork Revit Elements Element ContainsTransparentMaterials Element.ContainsTransparentMaterials Query Checks of a given element contains
transparent materals.

Returns the elevation of the level a given


Clockwork Revit Elements Element ElevationOfHostLevel Element.ElevationOfHostLevel Query element is associated with
Clockwork Revit Elements Element ExternalFileReferencePath Element.ExternalFileReferencePath Query Returns the full path of an element's external 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


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

Clockwork Revit Elements Element Inserts Element.Inserts Query Gets all the objects inserted into a given
element

Clockwork Revit Elements Element IsOfCategory Element.IsOfCategory Query Checks whether an element is of a specified
category

Returns true if an object (wall, roof, floor or


Clockwork Revit Elements Element IsRelatedToMass Element.IsRelatedToMass Query curtain system) has been modelled by face
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...)

Clockwork Revit Elements Element OwnerView Element.OwnerView Query Gets the owner view of given Revit element
(if possible)

Clockwork Revit Elements Element Panels Element.Panels Query Retrieves the panels nested in a curtain wall,
curtain system or galzed roof.

Clockwork Revit Elements Element ParameterExists Element.ParameterExists Query Checks if an element contains a parameter of
a given name

Clockwork Revit Elements Element ParameterIsReadOnly Element.ParameterIsReadOnly Query Checks if a parameter of a given element is
read-only

Clockwork Revit Elements Element Phases Element.Phases Query Gets the created and demolished phases of
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

Clockwork Revit Elements FamilyInstance ByCurve FamilyInstance.ByCurve Create Places a line-based family instance on a given
level

Clockwork Revit Elements FamilyInstance ByPointInView FamilyInstance.ByPointInView Create Places a family instance at a given point in a
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

Clockwork Revit Elements FamilyInstance FlipHandOrientation FamilyInstance.FlipHandOrientation Action Flips the hand orientation of a given family
instance

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

Clockwork Revit Elements FamilyInstance SetType FamilyInstance.SetType Action Changes the family type of a given family
instance to the specified type

Returns all elements used as coping cutters


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

Clockwork Revit Elements FamilyInstance HandOrientation FamilyInstance.HandOrientation Query Gets the hand orientation of a hosted object
(e.g. a window or a door)

Clockwork Revit Elements FamilyInstance SubComponents FamilyInstance.SubComponents Query Retrieves all subcomponents of a given
family instance

Clockwork Revit Elements FamilyInstance SuperComponent FamilyInstance.SuperComponent Query Retrieves the supercomponent of a given
family instance

Sets the material of a specified compound


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

Clockwork Revit Elements FamilyType CompoundStructureHasVariableLayer FamilyType.CompoundStructureHasVariableLayer Query Checks if the compound structure of a given
floor or roof type contains a variable layer

Retrieves the compound layers of any


Clockwork Revit Elements FamilyType CompoundStructureLayers FamilyType.CompoundStructureLayers Query layered 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

Clockwork Revit Elements Floor SlabShapeHasBeenModified Floor.SlabShapeHasBeenModified Query Checks if the shape of a floor slab has been
modified with the shape editing tools

Clockwork Revit Elements FootingType BreaksAtInserts FootingType.BreaksAtInserts Create Determines whether a list of wall footing
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)

Clockwork Revit Elements Group Members Group.Members Create Retrieves the members of a group Similar to
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

Clockwork Revit Elements Material Properties Material.Properties Query Retrieves a number of properties from a
given material

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

Creates room separation lines from


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

Clockwork Revit Elements ModelCurve SpaceSeparator.FromCurve SpaceSeparator.FromCurve Create Creates space separation lines from
geometry curves

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

Clockwork Revit Elements RevisionCloud FromCurves RevisionCloud.FromCurves Create Creates a revision cloud from a list of
geometry curves.

Clockwork Revit Elements RevisionCloud FromElements RevisionCloud.FromElements Create Create a revision cloud for a list of Revit
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

Retrieves the creation method of a given


Clockwork Revit Elements Roof CreationMethod Roof.CreationMethod Query roof

Retrieves the roof kind (Basic, Glazed,


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

Clockwork Revit Elements Roof SlabShapeHasBeenModified Roof.SlabShapeHasBeenModified Query Checks if the shape if a roof slab has been
modified with the shape editing tools

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

Clockwork Revit Elements Room Boundaries Room.Boundaries Query Gets a list of all boundary elements of a
given room or area

Clockwork Revit Elements Room Doors Room.Doors Query Retrieves all doors that are associated with a
room (hosted in walls and roofs)

Clockwork Revit Elements Room InsertsOfBoundaries Room.InsertsOfBoundaries Query Retrieves the inserts of the bounding
elements of a given room.

Retrieves the inserts of the bounding


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

Clockwork Revit Elements Room IsPointInside Room.IsPointInside Query Evaluates if a point is located inside a given spelling error
room

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

Clockwork Revit Elements Room Windows Room.Windows Query Retrieves all windows that are associated
with a room (hosted in walls and roofs)

Clockwork Revit Elements Room RoomSequence.ToDoorSequence RoomSequence.ToDoorSequence Query Retrieves a sequence of doors connecting a
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
Clockwork Revit Elements SelectionSet ByElements SelectionSet.ByElements Create be replaced. Also, if the selection set is
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

Clockwork Revit Elements SelectionSet Elements SelectionSet.Elements Query Retrieves all elements stored in a selection
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)

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

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

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

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

Clockwork Revit Elements TextAlignFlags Right TextAlignFlags.Right Create Returns the "Right" text align flag replace "Left" with "Right" in the
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)

Clockwork Revit Elements TextElement Text TextElement.Text Query Gets the text stored in a text element (i.e.
text note or model text)

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

Clockwork Revit Elements Topography IntersectionWithPlane Topography.IntersectionWithPlane Create Calculates the intersection of a toposurf ace
and a plane

Filters out everything that is *not* a topo


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

Clockwork Revit Elements UV ToDynamoUV UV.ToDynamoUV Create Converts Revit UV coordinates to Dynamo
UV coordinates

Clockwork Revit Elements UnitType DisplayUnitType UnitType.DisplayUnitType Create Retrieves the display unit type for a given
unit 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

Clockwork Revit Elements Wall Flip Wall.Flip Action Flips the orientation of a given wall - DO
***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


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

Clockwork Revit Elements WallLocationLine CoreCenterline WallLocationLine.CoreCenterline Create Returns the WallLocationLine option for
CoreCenterLine

Clockwork Revit Elements WallLocationLine CoreExterior WallLocationLine.CoreExterior Create Returns the WallLocationLine option for
CoreExterior

Clockwork Revit Elements WallLocationLine CoreInterior WallLocationLine.CoreInterior Create Returns the WallLocationLine option for
CoreInterior

Clockwork Revit Elements WallLocationLine FinishFaceExterior WallLocationLine.FinishFaceExterior Create Returns the WallLocationLine option for
FinishF aceExterior

Clockwork Revit Elements WallLocationLine FinishFaceInterior WallLocationLine.FinishFaceInterior Create Returns the WallLocationLine option for
FinishF aceInterior

Clockwork Revit Elements WallLocationLine WallCenterline WallLocationLine.WallCenterline Create Returns the WallLocationLine option for
WallCenterLine

Clockwork Revit Elements WallType Function WallType.Function Create Retrieves the Function property of a given
wall type

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

Clockwork Revit Elements Window Rooms Window.Rooms Create Gets the rooms that are connected by a
given window

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

Unlike the built-in node, this node retrieves


Clockwork Revit Selection ByCollector All Elements of Family Type (Universal) All Elements of Family Type (Universal) Create all 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)

Clockwork Revit Selection ByCollector All Intersecting Elements Of Category All Intersecting Elements Of Category Create Finds all elements of specified category that
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 All View-Dependent Family Instances Of Category Create given view for a given list of categories -
Category
useful for finding annotation elements

Clockwork Revit Selection ByFace Element.FromDynamoSurface Element.FromDynamoSurface Create Returns the underlying Revit element of a
given face

Clockwork Revit Selection ByFace RevitFace.FromDynamoSurface RevitFace.FromDynamoSurface Create Returns the underlying Revit face of a given
surface

Clockwork Revit Selection ByFace RevitFaceReference.FromDynamoSurface RevitFaceReference.FromDynamoSurface Create Returns the underlying Revit face ref erence
of a given surface

Retrieves those elements f rom 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

Clockwork Revit Selection Miscellaneous Element.ByID Element.ByID Create Gets the Revit element(s) for a list of IDs (or
a single ID)

Sets the orientation of a given perspective


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

Clockwork Revit Views PlanView Underlay PlanView.Underlay Create Returns the view template assigned to a prüfen ob View.ViewTemplate die gleiche
given 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

Clockwork Revit Views Sheet Schedules Sheet.Schedules Query Returns all schedules placed on a specified
sheet

Convert all temporary hidden elements or


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

Disables 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


Clockwork Revit Views View ResizeCropBox View.ResizeCropBox Create element by the specified amount in X, Y and
Z 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 Option" 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 f rame number of the solar


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

Checks of a given category 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

Clockwork Revit Views View IsPerspective View.IsPerspective Query Checks whether a given view is a perspective
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


Clockwork Revit Views View SolarStudyTotalFrames View.SolarStudyTotalFrames Query study for a given view (if the view's sun and
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

Clockwork Revit Views View UsesViewFilters View.UsesViewFilters Query Checks if a given view has any view filters
applied to it

Clockwork Revit Views View ViewTemplate View.ViewTemplate Query Returns the view template assigned to a prüfen ob PlanView.Underlay die gleiche
given 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

Dynamo Core Color ByARGB Color.ByARGB Create Construct a color by alpha, red, green, and
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

Dynamo Core Color Components Color.Components Action Lists the components for the color in the
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

Find the green component of a color, 0 to


Dynamo Core Color Green Color.Green Query 255

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

Dynamo Core ColorRange2D ByColorsAndParameters ColorRange2D.ByColorsAndParameters Create Create a ColorRange2D by supplying lists of
colors and UVs

Dynamo Core ColorRange2D GetColorAtParameter ColorRange2D.GetColorAtParameter Action Get the color in this color range at the
specified parameter

Dynamo Core DateTime AddTimeSpan DateTime.AddTimeSpan Create Adds a TimeSpan to a DateTime, yielding a
new DateTime.

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

Dynamo Core DateTime ByDateAndTime DateTime.ByDateAndTime Create Creates a new DateTime at an exact date and
time

Dynamo Core DateTime Components DateTime.Components Create Extracts the individual components of a
DateTime

Dynamo Core DateTime Date DateTime.Date Create Extracts only the date from a DateTime. Time
components are set to 0.

Dynamo Core DateTime DayOfWeek DateTime.DayOfWeek Create Gets the Day of the Week from a given
DateTime.

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

Dynamo Core DateTime DaysInMonth DateTime.DaysInMonth Create Calculates how many days are in the given
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.

Dynamo Core DateTime SubstractTimeSpan DateTime.SubstractTimeSpan Create Subtracts a TimeSpan from a DateTime,
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

Dynamo Core DateTime MaxValue DateTime.MaxValue Query The latest date and time that can be
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

Dynamo Core DateTime Today DateTime.Today Query The current system date, with time set at
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

Dynamo Core Formula Evaluate Formula.Evaluate Create Evaluates an NCalc formula with given
parameter mappings

Dynamo Core Input Boolean Boolean Create Selection between true and false

Dynamo Core Input Code Block Code Block Create Allows for DesignScript code to be authored
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"

Dynamo Core Input Directory Path Directory Path Create Allows you to select a directory on the
system to get its path

Dynamo Core Input File Path File Path Create Allows you to select a file on the system to
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

A slider that produces one numeric value in


between a minimum and a maximum value.
Dynamo Core Input Number Slider Number Slider Create With the step size 1 only integer numbers
are created, with step size 0.1 deciaml
values are created rounded to one decimal
place

Dynamo Core Input String String Create Creates a string

Makes a new list out of the given inputs. The


Dynamo Core List Create List.Create Create inputs can be increased by clicking +. If the
inputs are lists, the result will be a list of lists.

Creates a squence of numbers or letters in


Dynamo Core List Range Range Create the specified range

Creates a sequence of numbers with a start


number, the amount of numbers in the
Dynamo Core List Sequence Sequence Create sequence and the step size between the old name: Number Sequence
numbers of the outputlist

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.

Dynamo Core List Clean List.Clean Action Cleans data of nulls and empty lists from a
given list of arbitrary dimnesion

Produces all combinations of the given


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

Determines if the given list contains the


Dynamo Core List ContainsItem List.ContainsItem Action given item

Dynamo Core List Count List.Count Action Gets the number of items stored in the given
list.

Dynamo Core List Cycle List.Cycle Action Creates a new list by concatenining copies of
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

Dynamo Core List DiagonalLeft List.DiagonalLeft Action List elements along each diagonal in the
matrix from the top right to the lower left.

Dynamo Core List DiagonalRight List.DiagonalRight Action List elements along each diagonal in the
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


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

Filters a sequence by looking up


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

Given an item, returns the zero-based index


Dynamo Core List FirstIndexOf List.FirstIndexOf Action of its first occurence 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


Dynamo Core List GetItemAtIndex List.GetItemAtIndex Action located at the specified index. With index=0
we get the first item in the list

Dynamo Core List GroupByKey List.GroupByKey Action Group items into sub-lists based on their like
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.

Dynamo Core List CartesianProduct List.CartesianProduct Action Applies a combinator to each pair in the
cartesian product of two sequences

Dynamo Core List Combine List.Combine Action Applies a combinator to each element in two
sequences

Filters a sequence by a given condition such


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

Applies a combinator to each pair resulting


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

Applies a combinator to each pair resulting


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

Dynamo Core List Map List.Map Action Applies a function over all elements of a list,
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

Dynamo Core List OfRepeatedItem List.OfRepeatedItem Action Creates a list containing the given item the
given number of times.

Dynamo Core List Permutations List.Permutations Action Produces all permutations of the given
length of a given set

Dynamo Core List RemoveItemAtIndex List.RemoveItemAtIndex Action Removes an item from the given list at the
specified index

Dynamo Core List ReplaceByCondition List.ReplaceByCondition Action Replaces an object with a given substitute if
the original object satisfies a given condition

Dynamo Core List ReplaceItemAtIndex List.ReplaceItemAtIndex Action Replace an item from the given list that's
located at the specified index

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

Dynamo Core List Reverse List.Reverse Action Creates a new list containing the items of the
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

Dynamo Core List Shuffle List.Shuffle Action Shuffles a list, randomizing the order of its
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 amount

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

Dynamo Core List Sublists List.Sublists Action Build sublists from a list using DesignScript
range syntax

Fetches items from the given list at indices offset: the translation in german is not
Dynamo Core List TakeEveryNthItem List.TakeEveryNthItem Action that are multiples of the given value, after
the given offset correct

Dynamo Core List TakeItems List.TakeItems Action Fetches an amount of items from the start of
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


Dynamo Core Logic And And Create the 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

Dynamo Core Logic Xor Xor Create Boolean XOR: Returns true if and only if
exactly one of the inputs is true

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

Dynamo Core Math Abs (integer) Math.Abs (integer) Create Finds the abolute value of a integer Replace "number" with "integer" in the
description

Dynamo Core Math Acos Math.Acos Create Finds the inverse cosine, the angle whose
cosine is the given ratio.

Dynamo Core Math Asin Math.Asin Create Finds the inverse sine, the angle whose sine
is the given ratio

Dynamo Core Math Atan Math.Atan Create Finds the inverse tangent, the angle whose
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

Dynamo Core Math Ceiling Math.Ceiling Create Returns the first integer greater than the
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

Dynamo Core Math DegreesToRadians Math.DegreesToRadians Create Converts an angle in degrees to an angle in
redians

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

Dynamo Core Math Exp Math.Exp Create Returns the exponential of the number, the
constant e raised to the value number.

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

Dynamo Core Math Floor Math.Floor Create Returns the first integer smaller than the
number

Finds the natural logarithm of a number in


Dynamo Core Math Log (number) Math.Log (number) Create
the 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

Dynamo Core Math Max (int1, int2) Math.Max (int1, int2) Create Returns the greater of two numbers Replace "numbers" with "integers" in the
(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.
Example: number^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)

Dynamo Core Math Random (seed) Math.Random (seed) Create Generates a random double in the range of
[0, 1)

Produce a random number in the range


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

Dynamo Core Math RandomList Math.RandomList Create Produces a list containing the given amount
of random doubles in the range of [0, 1)

Dynamo Core Math RemapRange Math.RemapRange Create Adjusts the range of a list of numbers while
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

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

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

Finds the hyperbolic sine of an angle


Dynamo Core Math Sinh Math.Sinh Create (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

Dynamo Core Math Tanh Math.Tanh Create Finds the hyperbolic tangent of an angle
(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


Dynamo Core Math PiTimes2 Math.PiTimes2 Query 2: 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

Dynamo Core Object Type Object.Type Create Returns the type of object represented as
string

Dynamo Core Scripting Formula Formula Create Evaluates mathematical formulas. Uses
NCalc: http://ncalc.codeplex.com/

Dynamo Core Scripting Python Script Python Script Create Runs an embedded IronPython script. Use
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 encasing


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.

Dynamo Core String Contains String.Contains Create Determines if the given string contains the
given substring

Counts the number of non-overlapping


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

Dynamo Core String EndsWith String.EndsWith Create Determines if the given string ends with the
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

Dynamo Core String Length String.Length Create Returns the number of characters contained
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 total length

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

Replaces all occurences of text in a string


Dynamo Core String Replace String.Replace Create with other text

Divides a single string into a list of string,


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

Dynamo Core String StartsWith String.StartsWith Create Determines if the given string starts with the
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

Dynamo Core String ToLower String.ToLower Create Converts the given string to all lowercase
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

Dynamo Core String TrimLeadingWhitespace String.TrimLeadingWhitespace Create Removes all whitespace from the start of the
given string

Dynamo Core String TrimTrailingWhitespace String.TrimTrailingWhitespace Create Removes all whitespace from the end of the
given string.

Dynamo Core String TrimWhitespace String.TrimWhitespace Create Removes all whitespace from the start and
end of the given string

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

Dynamo Core Thread Pause Thread.Pause Create Pauses the current evaluation thread for a
given amount of time

Dynamo Core TimeSpan Add TimeSpan.Add Create Adds two TimeSpans

Dynamo Core TimeSpan ByDateDifference TimeSpan.ByDateDifference Create Yields a new TimeSpan calculated from the
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 f rom a span of time

Dynamo Core TimeSpan FromString TimeSpan.FromString Create Attempts to parse a TimeSpan f rom 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

The largest TimeSpan that can be


Dynamo Core TimeSpan MaxValue TimeSpan.MaxValue Query 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

Dynamo Core Units Unit Types Unit Types Create Creates Dynamo Units (Area, Insolation, 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-


Dynamo Core File CSV ReadFromFile CSV.ReadFromFile Create separated 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

Dynamo Core File File ReadText (file) File.ReadText (file) Create Reads a text file and returns the contents as
a string

Dynamo Core File File WriteText File.WriteText Create Write the text content to a file specified by
the path

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

Dynamo Core File FilePath Combine FilePath.Combine Create Combines multiple strings into a single file
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

Dynamo Core File Image FromPixels (colors, width, height) Image.FromPixels (colors, width, height) Create Constructs an image from a flat list of pixels,
a width, and a height

Dynamo Core File Image Pixels Image.Pixels Create Reads an image file and returns the color
values at the specified grid locations

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

Dynamo Core File Image WriteToFile Image.WriteToFile Create Wrtie the image to a path given the specified
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

Dynamo Geometry Arc ByCenterPointRadiusAngle Arc.ByCenterPointRadiusAngle Create Create an arc by providing it's center point,
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

Dynamo Geometry Arc ByCenterPointStartPointSweepAngle Arc.ByCenterPointStartPointSweepAngle Create Create an arc by providing it's center point,
start point, sweep point, and normal

Dynamo Geometry Arc ByFillet Arc.ByFillet Create Create an arc by filleting twp curves with
given radius

Dynamo Geometry Arc ByFilletTangentToCurve Arc.ByFilletTangentToCurve Create Create an arc by filleting two curves tangent
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

Dynamo Geometry Arc ByThreePoints Arc.ByThreePoints Create Create an arc by providing three sequential
points along 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 remove "the" in the description
the 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). CoordinateS ystem is
Dynamo Geometry BoundingBox ByCornersCoordianteSystem BoundingBox.ByCornersCoordianteSystem Create the transform FROM the coordinate space of
the box TO the model space. This method is
designed to match Revit's API, allowing you
to extract out the parameters from a Revit
BoundingBox without any conversions.

Dynamo Geometry BoundingBox ByGeometry (geom) BoundingBox.ByGeometry (geom) Create Creates an axis-aligned BoundingBox around
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

Dynamo Geometry BoundingBox Contains BoundingBox.Contains Action Determine if a point is inside of the
BoundingBox

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

Dynamo Geometry BoundingBox Intersects BoundingBox.Intersects Action Determine whether two BoundingBoxes
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

Dynamo Geometry BoundingBox ToPolySurface BoundingBox.ToPolySurface Action Get the BoundingBox as a collection of
Surfaces

Dynamo Geometry BoundingBox ContextCoordinateSystem BoundingBox.ContextCoordinateSystem Query The CoordinateSystem that this BoundingBox
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
amount, with a circular base in the description
CoordianteSystem XY Plane

Creates a cone with axis from start point to


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

Dynamo Geometry Cone ByPointsRadius Cone.ByPointsRadius Create Create a cone with given base radius at start
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 rework description
cone

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 coordinate 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,


Dynamo Geometry CoordianteSystem ByOrigin (x, y, z) CoordianteSystem.ByOrigin (x, y, z) Create Y, 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


Dynamo Geometry CoordianteSystem ByOriginVectors (Origin, xAxis, yAxis, zAxis) CoordianteSystem.ByOriginVectors (Origin, xAxis, yAxis, zAxis) Create X and Y Axis, with Z axis ignored completely.
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

Dynamo Geometry CoordianteSystem IsEqualTo CoordianteSystem.IsEqualTo Action Determine if two CoordinateSystems are
equal

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

Dynamo Geometry CoordianteSystem PostMultiplyBy CoordianteSystem.PostMultiplyBy Action Apply the argument CoordinateSystem after
this one - Result = this * other

Apply the argument CoordinateSystem


Dynamo Geometry CoordianteSystem PreMultiplyBy CoordianteSystem.PreMultiplyBy Action before 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


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

Dynamo Geometry CoordianteSystem ScaleFactor CoordianteSystem.ScaleFactor Action Returns a Vector containing the X, Y, and Z
scale factors

Dynamo Geometry CoordianteSystem Transform (cs) CoordianteSystem.Transform (cs) Action Transform the object by the input
CoordinateSystem matrix

Transform (fromCoordinateSystem, CoordianteSystem.Transform (fromCoordinateSystem, Transforms this CoordinateSystem from


Dynamo Geometry CoordianteSystem Action source CoorinateSystem to a new context
contextCoordinateSystem) contextCoordinateSystem) CoordinateSystem

Translate (xTranslation, y Translation, Translate any given CoordinateSystem by the


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

Dynamo Geometry CoordianteSystem Translate (direction) CoordianteSystem.Translate (direction) Action Translate the object in the direction and
magnitude of input vector

Dynamo Geometry CoordianteSystem Translate (direction, distance) CoordianteSystem.Translate (direction, distance) Action Translates any CoordinateSystem type by the
given distance in the given direction

Dynamo Geometry CoordianteSystem Determinant CoordianteSystem.Determinant Query Obtain the Determinant of this
CoordinateSystem

Dynamo Geometry CoordianteSystem IsScaledOrtho CoordianteSystem.IsScaledOrtho Query Tests if the scaling orthogonal, i.e. does it
have a shear component

Dynamo Geometry CoordianteSystem IsSingular CoordianteSystem.IsSingular Query Determine whether it is possible to get the
Inverse of this CoordinateSystem

Dynamo Geometry CoordianteSystem IsUniscaledOrtho CoordianteSystem.IsUniscaledOrtho Query Tests if the scaling is orthogonal and if all description grammar
vectors are all normalized

Dynamo Geometry CoordianteSystem Origin CoordianteSystem.Origin Query Creates a point representing the
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

Dynamo Geometry CoordianteSystem xyPlane CoordianteSystem.xyPlane Query Returns the plane the X and Y axis lie in, with
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,


Dynamo Geometry CoordianteSystem yzPlane CoordianteSystem.yzPlane Query with 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

Dynamo Geometry CoordianteSystem zxPlane CoordianteSystem.zxPlane Query Returns the plane the Z and Y axes lie in,
with root at the origin

Dynamo Geometry Cuboid ByCorners Cuboid.ByCorners Create Create an Cuboid (Quader) spanning from
low point to high point

Create a Cuboid (Quader) centered at WCS


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

Create a Cuboid (Quader) centered at input


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

Create a Cuboid (Quader) centered and


Dynamo Geometry Cuboid ByLengths (cs, width, length, height) Cuboid.ByLengths (cs, width, length, height) Create oriented to 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)
Dynamo Geometry Cuboid Height Cuboid.Height Query length 10, and transform it to a
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)
Dynamo Geometry Cuboid Length Cuboid.Length Query length 10, and transform it to a
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 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 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.

Dynamo Geometry Curve ByBlendBetweenCurves Curve.ByBlendBetweenCurves Create Creates a curve that blends between two
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

Dynamo Geometry Curve Entrace area Region Curve.Entrace area Region Gives full hexagonal geometry f or an misspelling in the description
entrance area region

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

Dynamo Geometry Curve TransitionZoneTiling Curve.TransitionZoneTiling Gives ful hexagonal geoemtry for an misspelling in the description
entrance area region

Dynamo Geometry Curve ApproximateWithArcAndLineSegments Curve.ApproximateWithArcAndLineSegments Action Approximate a curve with a collection of Arcs
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


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

Dynamo Geometry Curve CURVE REVERSE Curve.CURVE REVERSE Action node name similar to "curve.reverse", 31.01.2016
description missing Thomas Vogt

Dynamo Geometry Curve DistanceAtParameter Curve.DistanceAtParameter Action Get the arc length along the curve at the
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

Dynamo Geometry Curve DivideByLengthFromParameter Curve.DivideByLengthFromParameter Action Divides curve into curves of given length
measuring from given location

Dynamo Geometry Curve DivideEqually Curve.DivideEqually Action Divides curve into given number of equal
length curves

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

Dynamo Geometry Curve EndParameter Curve.EndParameter Action Get the end of the domain in which the
curve can be evaluated

Extend a Curve by a given distance at a


particular end determined by a pick Point.
Dynamo Geometry Curve Extend Curve.Extend Action The 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

Dynamo Geometry Curve Extrude (distance) Curve.Extrude (distance) Action Extrudes a Curve in the normal Vector
direction

Dynamo Geometry Curve Extrude (direction) Curve.Extrude (direction) Action Extrudes a Curve in the specified direction,
by the length of the input Vector

Dynamo Geometry Curve Extrude (direction, distance) Curve.Extrude (direction, distance) Action Extrudes a Curve in the specified direction,
by 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,


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

Extrudes a Curve in the specified direction,


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

Dynamo Geometry Curve Highest Lowest Point Curve.Highest Lowest Point Returns the highest and lowest point node name not correct, description not
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

Dynamo Geometry Curve HigherLower Point From Revit Curve Curve.HigherLower Point From Revit Curve Returns higher and lower point of a Revit review description
curve

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

Dynamo Geometry Curve HorizontalFrameAtParameter Curve.HorizontalFrameAtParameter Action Get a CoordianteSystem with origin at the
point at the given parameter.

Join this curve and the input curve into a


Dynamo Geometry Curve Join (curve) Curve.Join (curve) Action new PolyCurve, maintaining the original
curves exactly

Join this curve and the input curves into a


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

Dynamo Geometry Curve LengthBetweenParameters Curve.LengthBetweenParameters Action Get the arc length between two parameter 31.01.2016
points on the curve Thomas Vogt
Dynamo Geometry Curve Lowest Point Curve.Lowest Point Action Returns Curve lowest point review description 31.01.2016
Thomas Vogt

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


Thomas Vogt

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

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

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

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

Get a Vector perpendicular to the curve at a 31.01.2016


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

Offset a Curve by a specified amount. Curve


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

Get the parameter at a particular chord 31.01.2016


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

Dynamo Geometry Curve ParameterAtDistance Curve.ParameterAtDistance Action Get the parameter at a particular arc length 31.01.2016
along the curve Thomas Vogt

Dynamo Geometry Curve ParameterAtPoint Curve.ParameterAtPoint Action Get the parameter at a particular point along 31.01.2016
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

Dynamo Geometry Curve ParameterSplit (parameters) Curve.ParameterSplit (parameters) Action Split a Curve into two pieces at the given 31.01.2016
parameter Thomas Vogt

Dynamo Geometry Curve ParameterTrim Curve.ParameterTrim Action Removes the beginning and ends of at the 31.01.2016
specified parameters. Thomas Vogt

Dynamo Geometry Curve ParameterTrimEnd Curve.ParameterTrimEnd Action Removes the end of the Curve at the 31.01.2016
specified parameter Thomas Vogt

Removes the interior portion of a Curve at 31.01.2016


Dynamo Geometry Curve ParameterTrimInterior Curve.ParameterTrimInterior Action the 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

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

Dynamo Geometry Curve ParameterTrimStart Curve.ParameterTrimStart Action Removes the start of the Curve at the 31.01.2016
specified parameter Thomas Vogt

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

Dynamo Geometry Curve Pattern scale Curve.Pattern scale Action scales pattern from 15 to 1.5 misspelling in the description, description 31.01.2016
review required, translation required Thomas Vogt

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

Returns a Plane at the specified distance


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

Returns a plane whose normal aligns with


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

Dynamo Geometry Curve PointAtDistance Curve.PointAtDistance Action Get a Point at a particular arc length along 31.01.2016
the curve Thomas Vogt

Get a Point on the Curve at a specified


Dynamo Geometry Curve PointAtParameter Curve.PointAtParameter Action parameter between StartParameter() and 31.01.2016
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

Dynamo Geometry Curve PullOntoPlane Curve.PullOntoPlane Action Creates a curve by pulling onto plane 31.01.2016
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

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

Dynamo Geometry Curve Simplify Curve.Simplify Action Returns a new Curve approximated with the 31.01.2016
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

Dynamo Geometry Curve StartParameter Curve.StartParameter Action Get the start of the domain in which the 31.01.2016
curve 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


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

Dynamo Geometry Curve ToNurbsCurve Curve.ToNurbsCurve Action Converts the Curve to a NurbsCurve 31.01.2016
approximation Thomas Vogt

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

Dynamo Geometry Curve EndPoint Curve.EndPoint Query Get the end Point along the Curve

Dynamo Geometry Curve IsClosed Curve.IsClosed Query Determine if the Curve is closed or not

Dynamo Geometry Curve IsPlanar Curve.IsPlanar Query Determine whether a Curve is planar or not

Dynamo Geometry Curve Length Curve.Length Query The total arc length of the curve

Dynamo Geometry Curve Normal Curve.Normal Query The normal to the plane where the curve is
contained

Dynamo Geometry Curve StartPoint Curve.StartPoint Query Get the start point along the curve

Dynamo Geometry Cylinder ByPointsRadius Cylinder.ByPointsRadius Create Construct a Solid Cylinder given the bottom
and top center point of the Cylinder

Construct a Solid Cylinder defined by a


Dynamo Geometry Cylinder ByRadiusHeight Cylinder.ByRadiusHeight Create parent CoordinateSystem, the radius, and
the height of the cylinder

Dynamo Geometry Cylinder Radius Cylinder.Radius Query The radius of the Cylinder

Dynamo Geometry Edge AdjacentFaces Edge.AdjacentFaces Query The faces adjacent to this Edge

Dynamo Geometry Edge CurveGeometry Edge.CurveGeometry Query The underlying Curve making up the Edge

Dynamo Geometry Edge EndVertex Edge.EndVertex Query The Vertex at which this Edge ends

Dynamo Geometry Edge StartVertex Edge.StartVertex Create The Vertex at which this Edge starts

Create an Ellipse centered and aligned with


Dynamo Geometry Ellipse ByCoordinateSystemRadii Ellipse.ByCoordinateSystemRadii Create input CoordinateS ystem, with a radius in CS
X Direction and a radius in CS Y direction

Create an Ellipse centered at input Point,


Dynamo Geometry Ellipse ByOriginRadii Ellipse.ByOriginRadii Create aligned with WCS XY Plane, with specified X
and Y axis Radii

Create an Ellipse centered at input Point,


Dynamo Geometry Ellipse ByOriginVectors Ellipse.ByOriginVectors Create with two specified axes. Axes should be at 90
degrees to each other

Create an Ellipse centered and aligned with


Dynamo Geometry Ellipse ByPlaneRadii Ellipse.ByPlaneRadii Create input Plane, with a x_radius in the Plane X
axis direction, and y_radius in the Plane Y
axis direction

Dynamo Geometry Ellipse CenterPoint Ellipse.CenterPoint Query The center of the Ellipse

The major axis of the Ellipse. This is the


Dynamo Geometry Ellipse MajorAxis Ellipse.MajorAxis Query longer Axis. The length of the Vector is the
Major radius

The minor axis of the Ellipse. This is the


Dynamo Geometry Ellipse MinorAxis Ellipse.MinorAxis Query shorter axis. The length of the Vector is the
Minor radius

Create an EllipseArc in a plane with the give


Dynamo Geometry EllipseArc ByPlaneRadiiStartAngles EllipseArc.ByPlaneRadiiStartAngles Create radii along the X and Y axes and the angles to
sweep through

Dynamo Geometry EllipseArc CenterPoint EllipseArc.CenterPoint Query The center of the EllipseArc

The major axis of the EllipseArc. This is the


Dynamo Geometry EllipseArc MajorAxis EllipseArc.MajorAxis Query longer Axis. The length of the Vector is the
Major radius

The minor axis of the EllipseArc. This is the


Dynamo Geometry EllipseArc MinorAxis EllipseArc.MinorAxis Query shorter axis. The length of the Vector is the
Minor radius

Dynamo Geometry EllipseArc StartAngle EllipseArc.StartAngle Query The start angle of the EllipseArc in degrees

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

Dynamo Geometry Face SurfaceGeometry Face.SurfaceGeometry Create The underlying Surface making up the Face

Dynamo Geometry Face Edges Face.Edges Query All of the Edges around this Face in
counterclockwise order

Dynamo Geometry Face Vertices Face.Vertices Query All of the Vertices around this Face in
counterclockwise order

Dynamo Geometry Geometry ClosestPointTo Geometry.ClosestPointTo Create Obtain the closest Point on this Geometry to
the other

Deserializes the specified Standard ACIS


Dynamo Geometry Geometry DeserializeFromSAB Geometry.DeserializeFromSAB Create Binary (SAB) format data and returns a list of
geometry

Dynamo Geometry Geometry DistanceTo Geometry.DistanceTo Create Obtain the distance from this Geometry to
another

Dynamo Geometry Geometry DoesIntersect Geometry.DoesIntersect Create Determine if another Geometry object
intersects with this one

Dynamo Geometry Geometry Explode Geometry.Explode Create Separaters compound or non-separated


elements into their component parts

Dynamo Geometry Geometry ExportToSAT Geometry.ExportToSAT Create Exports the specified geometry to the given
SAT file path

Dynamo Geometry Geometry ExportToSAT (filePath) Geometry.ExportToSAT (filePath) Create Exports the specified geometry to the given
SAT file path

Dynamo Geometry Geometry ImportFromSAT (file) Geometry.ImportFromSAT (file) Create Imports a SAT file and returns an array of
imported geometries

Dynamo Geometry Geometry ImportFromSAT (filePath) Geometry.ImportFromSAT (filePath) Create Imports a SAT file and returns an array of
imported geometries

Dynamo Geometry Geometry Intersect Geometry.Intersect Create Get the intersection Geometry for this object
and another

Get the intersection of Geometry for this


Dynamo Geometry Geometry IntersectAll Geometry.IntersectAll Create object and a collection of other Goemetries.
Finds common geoemtry of all participants

Check f the two objects have the same


Dynamo Geometry Geometry IsAlmostEqualTo Geometry.IsAlmostEqualTo Create representational geometry or numerical
values

Dynamo Geometry Geometry Mirror Geometry.Mirror Create Mirror the object across the input Plane

Rotates an object around an origin and an


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

Dynamo Geometry Geometry Rotate (basePlane, degrees) Geometry.Rotate (basePlane, degrees) Create Rotates an object around the Plane origin
and normal by a specified degree

Dynamo Geometry Geometry Scale (amount) Geometry.Scale (amount) Create Scale uniformly around the origin

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

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

Dynamo Geometry Geometry Scale (basePoint, from, to) Geometry.Scale (basePoint, from, to) Create Scale uniformly around a given point, using
two pick points as scalars

Scale in one dimension by base and 2 pick


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

Scale in two dimensions by base and 2 pick


Dynamo Geometry Geometry Scale2D Geometry.Scale2D Create points. The two pick points are projected
onto the base plane in order to determine
the 2d scale factors

Serializes the specified geometry into


Dynamo Geometry Geometry SerializeAsSAB () Geometry.SerializeAsSAB () Create Standard ACIS Binary(SAB) format and
returns serialized binary stream data

Serializes the specified geometry into


Dynamo Geometry Geometry SerializeAsSAB (geometry) Geometry.SerializeAsSAB (geometry) Create Standard ACIS Binary(SAB) format and
returns serialized binary stream data

Dynamo Geometry Geometry Split Geometry.Split Create Split this Geometry using another Geometry
as a cutting "tool".

Dynamo Geometry Geometry Transform (cs) Geometry.Transform (cs) Create Transforms geometry by the given
CoordinateSystem's transform

Transform (fromCoordinateSystem, Transforms this geometry from source


Dynamo Geometry Geometry Geometry.Transform (fromCoordinateSystem, contextCoordinateSystem) Create DoordinateSystem to a new context
contextCoordinateSystem) CorrdinateSystem

Translate (xTranslation, y Translation, Translate any given geometry by the given


Dynamo Geometry Geometry Geometry.Translate (xTranslation, yTranslation, zTranslation) Create displacements in the x, y and z directions
zTranslation) defined in WCS respectively

Dynamo Geometry Geometry Translate (direction) Geometry.Translate (direction) Create Translate geoemetry in the given direction by
the vector length

Dynamo Geometry Geometry Translate (direction, distance) Geometry.Translate (direction, distance) Create Translates any geometry type by the given
distance in the given direction.

Dynamo Geometry Geometry Trim Geometry.Trim Create Removes elements of the entity closest to
the pick point

Dynamo Geometry Geometry BoundingBox Geometry.BoundingBox Query Get the BoundingBoy containing the given
piece of Geometry

Dynamo Geometry Geometry ContextCoordinateSystem Geometry.ContextCoordinateSystem Query Get the context/reference coordinate system
that was used to create this geometry

Create a Helix. The helix always rotates


clockwise about the supplied axis direction. If
viewing along the axis direction, the view will
Dynamo Geometry Helix ByAxis Helix.ByAxis Create see the point turning clockwise around the
axis as it moves along the curve in the
direction of increasing parameter. Pitch is
Distance the helix moves in the axis direction
per turn. This can be positive or negative.

Dynamo Geometry Helix Angle Helix.Angle Query The angle in degrees through which the Helix
turns over its length

Dynamo Geometry Helix AxisDirection Helix.AxisDirection Query The direction of the axis of the Helix

Dynamo Geometry Helix AxisPoint Helix.AxisPoint Query The base point of the Helix axis

Dynamo Geometry Helix Pitch Helix.Pitch Query The pitch of the Helix in degrees

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

Dynamo Geometry IndexGroup ByIndices (a, b, c, d) IndexGroup.ByIndices (a, b, c, d) Create Create an IndexGroup storing four indices

Dynamo Geometry IndexGroup ByIndices (a, b, c) IndexGroup.ByIndices (a, b, c) Create Create an IndexGroup storing three indices

Dynamo Geometry IndexGroup A IndexGroup.A Query The first index

Dynamo Geometry IndexGroup B IndexGroup.B Query The second index

Dynamo Geometry IndexGroup C IndexGroup.C Query The third index

Counts the IndexGroups and gives back


Dynamo Geometry IndexGroup Count IndexGroup.Count Query either 3 or 4, depending if it represents a
trangle or quad

Dynamo Geometry IndexGroup D IndexGroup.D Query The fourth index

Dynamo Geometry Line ByBestFitThroughPoints Line.ByBestFitThroughPoints Create Creates a Line best approximating a scatter
plot of points

Creates a straight Line starting at start Point,


Dynamo Geometry Line ByStartPointDirectionLength Line.ByStartPointDirectionLength Create extending in Vector direction by specified
length

Dynamo Geometry Line ByStartPointEndPoint Line.ByStartPointEndPoint Create Creates a straight Line between two input
Points

Create a Line tangent to the input Curve,


Dynamo Geometry Line ByTangency Line.ByTangency Create positioned at the parameter Point of the
input Curve.

Dynamo Geometry Line Direction Line.Direction Query The direction of the Curve

Create a mesh from a collection of Points


Dynamo Geometry Mesh ByPointsFaceIndices Mesh.ByPointsFaceIndices Create and a collection of IndexGroups referencing
the Point collection

Dynamo Geometry Mesh FaceIndices Mesh.FaceIndices Query The vertex indices that make up each face in
a counterclockwise fashion

Dynamo Geometry Mesh VertexNormals Mesh.VertexNormals Query The normal vector at this vertex

Dynamo Geometry Mesh VertexPositions Mesh.VertexPositions Query The positions of the vertices

Create a BSplineCurve by using explicit


control points. Note 1: BSplineCurves with
deg=1 have G1 discontinuities, which cause
Dynamo Geometry NurbsCurve ByControlPoints (points) NurbsCurve.ByControlPoints (points) Create problems for extrusion, sweep, and other
operations. They should be avoided. Use a
PolyCurve instead. Note 2: If the curve is
periodic (closed), then the first and last
points MUST be the same.

Create a BSplineCurve by using explicit


control points. Note 1: BSplineCurves with
deg=1 have G1 discontinuities, which cause
Dynamo Geometry NurbsCurve ByControlPoints (points, degree) NurbsCurve.ByControlPoints (points, degree) Create problems for extrusion, sweep, and other
operations. They should be avoided. Use a
PolyCurve instead. Note 2: If the curve is
periodic (closed), then the first and last
points MUST be the same.

Create a BSplineCurve by using explicit


control points. Note 1: BSplineCurves with
deg=1 have G1 discontinuities, which cause
Dynamo Geometry NurbsCurve ByControlPoints (points, degree, closeCurve) NurbsCurve.ByControlPoints (points, degree, closeCurve) Create problems for extrusion, sweep, and other
operations. They should be avoided. Use a
PolyCurve instead. Note 2: If the curve is
periodic (closed), then the first and last
points MUST be the same.
Create a BS plineCurve by from control
vertices, weights, and knots. FROM ASM
DOCS: Degree: Should be greater than 1
(piecewise-linear spline) and less than 26
(the maximum B-SPline basis degree
supported by ASM). Weights: All weight
values (if supplied) should be strictly positive.
Weights smaller than 1e-11 will be rejected
and the function will fail. Knots: the knot
Dynamo Geometry NurbsCurve ByControlPointsWeightsKnots NurbsCurve.ByControlPointsWeightsKnots Create vector should be a non-decreasing sequence.
Interior knot multiplicity should be no larger
than degree + 1 at the start/end knot and
degree at an internal knot (this allows curves
with G1 discontinuities to be prepresented).
Note that non-clamped ones, with the
corresponding changes applied to the control
point/weight data. knot array: the array size
must be num_control_points + degree +1

Dynamo Geometry NurbsCurve ByPoints (points) NurbsCurve.ByPoints (points) Create Create a BS plineCurve by interpolating
between points

Dynamo Geometry NurbsCurve ByPoints (points, closeCurve) NurbsCurve.ByPoints (points, closeCurve) Create Create a BS plineCurve by interpolating
between points.

Dynamo Geometry NurbsCurve ByPoints (points, degree) NurbsCurve.ByPoints (points, degree) Create Create a BS plineCurve by interpolating
between points.

Returns a BSplineCurve through the points,


Dynamo Geometry NurbsCurve ByPointsTangents NurbsCurve.ByPointsTangents Create with tangent directions

Get the control points of the NurbsCurve.


Dynamo Geometry NurbsCurve ControlPoints NurbsCurve.ControlPoints Action These are the points that the curve
interpolates

The knots of the Curve. These, along with the


Dynamo Geometry NurbsCurve Knots NurbsCurve.Knots Action Degree, define the domain of the Curve
where a particular control vertex acts

The weights of the control vertices of the


Dynamo Geometry NurbsCurve Weights NurbsCurve.Weights Action curve. These define the magnitude of
influence of the control vertices

Dynamo Geometry NurbsCurve Degree NurbsCurve.Degree Query The degree of the curve

Dynamo Geometry NurbsCurve IsPeriodic NurbsCurve.IsPeriodic Query Whether the NurbsCurve is periodic or not

Whether the NurbsCurve is rational or not.


Dynamo Geometry NurbsCurve IsRational NurbsCurve.IsRational Query This defines whether any of the weights are
not 1.0

Create a NurbsSurface by using explicit


Dynamo Geometry NurbsSurface ByControlPoints NurbsSurface.ByControlPoints Create control Points, with specified U and V
degrees

Creates a NurbsSurface with specified


control vertices, knots, weights, and U V
degrees. There are several restrictions on the
data which, if broken, will cause the function
to fail and will throw an exception. Degree:
Both U- and V- degree should be >= 1
(piecewise-linear spline) and less than 26
(the maximum B-Spline basis degree
supported by ASM). Weights: All weight
values (if supplied) should be strictly positive.
Dynamo Geometry NurbsSurface ByControlPointsWeightsKnots NurbsSurface.ByControlPointsWeightsKnots Create Weights smaller than 1e-11 will be rejected
and the function will fail. Knots: Both knot
vectors should be non-decreasing sequences.
Interior knot multiplicity should be not larger
than degree + 1 at tje start/end knot and
degree at an internal knot (this allows
surfaces with G1 discontinuities to be
represented). Note that non-clamped knot
vectors are supported, but will be converted
to clamped ones, with the corresponsding
changes applied to the control point/weight
data.

Creates a NurbsSurface with specified


Dynamo Geometry NurbsSurface ByPoints NurbsSurface.ByPoints Create interpolated points and U and V degrees. The
resultant surface will pass through all of the
points

Creates a NurbsSurface with specified


interpolated points and U and V degrees. The
resultant surface will pass through all of the
Dynamo Geometry NurbsSurface ByPointsTangents NurbsSurface.ByPointsTangents Create points. The number of tangents must match
the number of points in the corresponding
direction. The resultant surface will be
degree 3 in both the U and V direction.

Creates a NurbsSurface satisfying a collection


of different characteristics. This is the most
advanced surface fitting method. The
resultant surface will pass through all of the
points. The number of tangents must match
Dynamo Geometry NurbsSurface ByPointsTangentsKnotsDerivatives NurbsSurface.ByPointsTangentsKnotsDerivatives Create the number of points in the corresponding
direction. The resultant surface will be
degree 3 in both the U and V direction. The
corner derivatives should be second order
(dP/dUdV) and should be supplied in this
order [ lowU, lowV ], [highU, lowV ], [lowU,
highV ], [ highU, highV ].

Dynamo Geometry NurbsSurface ControlPoints NurbsSurface.ControlPoints Action Returnes NurbsSurface control points (poles)

Dynamo Geometry NurbsSurface UKnots NurbsSurface.UKnots Action Surface knots in U direction

Dynamo Geometry NurbsSurface VKnots NurbsSurface.VKnots Action Surface knots in V direction

Dynamo Geometry NurbsSurface Weights NurbsSurface.Weights Action Returns NurbsSurface control point weights

Dynamo Geometry NurbsSurface DegreeU NurbsSurface.DegreeU Query Surface degree in the U direction

Dynamo Geometry NurbsSurface DregreeV NurbsSurface.DregreeV Query Surface degree in the V direction

Dynamo Geometry NurbsSurface IsPeriodicInU NurbsSurface.IsPeriodicInU Query Returns true if the Surface is perdiodic in the
U direction

Dynamo Geometry NurbsSurface IsPeriodicInV NurbsSurface.IsPeriodicInV Query Returns true if the Surface is periodic in the V
direction

Dynamo Geometry NurbsSurface IsRational NurbsSurface.IsRational Query Returns true if the Surface is rational

Dynamo Geometry NurbsSurface NumControlPointsU NurbsSurface.NumControlPointsU Query Number of control Points in the U direction

Dynamo Geometry NurbsSurface NumControlPointsV NurbsSurface.NumControlPointsV Query Number of control Points in the V direction

Dynamo Geometry Plane ByBestFitThroughPoints Plane.ByBestFitThroughPoints Create Fits a Plane to the input Points; basically a 3D
scatterplot fit

Create the Plane containing the input Line


Dynamo Geometry Plane ByLineAndPoint Plane.ByLineAndPoint Create and external Point. Point cannot lie on the
Line or in the Line axis

Dynamo Geometry Plane ByOriginNormal Plane.ByOriginNormal Create Create a Plane centered at root Point, with
input normal Vector

Create an "oriented" Plane, positioned at


Point origin with Cevtor normal, but with a
Dynamo Geometry Plane ByOriginNormalXAxis Plane.ByOriginNormalXAxis Create specific X axis orientation. This has no impact
to splitting, intersect, project, etc operations,
it only specifies the orientation of the input
CoordinateSystem

Dynamo Geometry Plane ByOriginXAxisYAxis Plane.ByOriginXAxisYAxis Create The X and Y axis lie in the plane. The Z axis is
the cross product of the two Vectors.

Dynamo Geometry Plane ByThreePoints Plane.ByThreePoints Create Create a Plane containing the three input
points

Dynamo Geometry Plane XY Plane.XY Create Create a plane in the world XY

Dynamo Geometry Plane YZ Plane.YZ Create Create a plane in the world XZ

Dynamo Geometry Plane YZ Plane.YZ Create Create a plane in the world YZ

Dynamo Geometry Plane Offset Plane.Offset Action Create a new Plane offset by this Plane in the
normal direciton by the specified distance

Produces a new CoordinateSystem


Dynamo Geometry Plane ToCoordianteSystem Plane.ToCoordianteSystem Action representing this plane. It is based on the
origin, and X and Y axis basis.

Dynamo Geometry Plane Normal Plane.Normal Query Returns the normal direction of the Plane

Dynamo Geometry Plane Origin Plane.Origin Query Returns the origin of the Plane

Dynamo Geometry Plane xAxis Plane.xAxis Query The X Vector of the Plane

Dynamo Geometry Plane yAxis Plane.yAxis Query The Y Vector of the Plane

Dynamo Geometry Point ByCartesianCoordiantes Point.ByCartesianCoordiantes Create From a Point in the given coordinate system
with 3 catesian coordinates

Dynamo Geometry Point ByCoordiantes (x, y) Point.ByCoordiantes (x, y) Create From a Point in the XY plane given two
cartesian coordinates. The Z component is 0

Places a point according to cartesian


coordinates. The inputs can be also a list of
Dynamo Geometry Point ByCoordiantes (x, y, z) Point.ByCoordiantes (x, y, z) Create numbers (doubles). To find suitable follow-
up nodes search for "bypoint" or "point"

Dynamo Geometry Point CyCylindricalCoordiantes Point.CyCylindricalCoordiantes Create From a Point in the given corrdinate system
given its position in cylindrical coordinates

Dynamo Geometry Point BySphericalCoordinates Point.BySphericalCoordinates Create From a Point in the given coordinate system
given its position in spherical coordinates

Dynamo Geometry Point Origin Point.Origin Create Get the Origin point (0,0,0)

Dynamo Geometry Point Add Point.Add Action Add a vector to a point. The same as
Translate (Vector)

Dynamo Geometry Point AsVector Point.AsVector Action Get the Vector with the same X, Y, and Z
component

Dynamo Geometry Point Project Point.Project Action Project another piece of Geometry onto this
along a given direction Vector

Prune points to exclude duplicates within


Dynamo Geometry Point PrunelDuplicates Point.PrunelDuplicates Action tolerance of included points

Subtract a vector from a point. The same as


Dynamo Geometry Point Subtract Point.Subtract Action Translate (Vector)

Dynamo Geometry Point X Point.X Query Get the X component of a Point

Dynamo Geometry Point Y Point.Y Query Get the Y component of a Point

Dynamo Geometry Point Z Point.Z Query Get the Z component of a Point

Make PolyCurve by joining curves. Flips curve


Dynamo Geometry PolyCurve ByJoinedCurves PolyCurve.ByJoinedCurves Create as needed for connectivity

Make PolyCurve from sequence of lines


Dynamo Geometry PolyCurve ByPoints PolyCurve.ByPoints Create connecting points. For closed curve last point
should be in same location as start point

Dynamo Geometry PolyCurve ByThickeningCurve PolyCurve.ByThickeningCurve Create Make PolyCurve by thickening a curve

Dynamo Geometry PolyCurve BasePlane PolyCurve.BasePlane Action Returns plane of planar polycurve

Dynamo Geometry PolyCurve CloseWithLine PolyCurve.CloseWithLine Action Close polycurve by line connecting start and
end points

Dynamo Geometry PolyCurve CloseWithLineAndTangentArcs PolyCurve.CloseWithLineAndTangentArcs Action Close polycurve by tangent chain of arc, line,
and arc

Dynamo Geometry PolyCurve CurveAtIndex PolyCurve.CurveAtIndex Action Returns curve of the polycurve by index

Dynamo Geometry PolyCurve Curves PolyCurve.Curves Action Returns curves of the polycurve

Dynamo Geometry PolyCurve ExtendWithArc PolyCurve.ExtendWithArc Action Extends polycurve by tangent arc

Dynamo Geometry PolyCurve ExtendWithEllipse PolyCurve.ExtendWithEllipse Action Extends polycurve by tangent ellipse

Dynamo Geometry PolyCurve Fillet PolyCurve.Fillet Action Fillet polycurve in its plane

Dynamo Geometry PolyCurve Offset PolyCurve.Offset Action Offset polycurve in its plane

Dynamo Geometry PolyCurve NumberOfCurves PolyCurve.NumberOfCurves Query Number of curves of the polycurve

Dynamo Geometry PolySurface ByJoinedSurfaces PolySurface.ByJoinedSurfaces Create Make Polysurface by joining surfaces

Dynamo Geometry PolySurface ByLoft (crossSections) PolySurface.ByLoft (crossSections) Create Makes PolySurface by Loft through Curves

Dynamo Geometry PolySurface ByLoft (crossSections, guideCurve) PolySurface.ByLoft (crossSections, guideCurve) Create Makes PolySurface by Loft through Curves

Dynamo Geometry PolySurface ByLoftGuides PolySurface.ByLoftGuides Create Makes PolyS urface by Loft through
PolyCurves

Dynamo Geometry PolySurface BySolid PolySurface.BySolid Create Make Polysurface by surface of Solid

Make Polysurface by sweeping curves along


Dynamo Geometry PolySurface BySweep (rail, crossSection) PolySurface.BySweep (rail, crossSection) Create rail

Dynamo Geometry PolySurface BySweep (rail, profile) PolySurface.BySweep (rail, profile) Create Make Polysurface by sweeping curves along
rail

Dynamo Geometry PolySurface Chamfer PolySurface.Chamfer Action Chamfers a PolySurface along input Edges
with a given offset from the edge corner

Dynamo Geometry PolySurface EdgeCount PolySurface.EdgeCount Action number of edges of Polysurface

Dynamo Geometry PolySurface ExtractSolids PolySurface.ExtractSolids Action Extract Solids from Polysurface defined by
subset of surfaces

Fillets a PolySurface along input Edges with a


Dynamo Geometry PolySurface Fillet PolySurface.Fillet Action given radius

Dynamo Geometry PolySurface LocateSurfacesByLine PolySurface.LocateSurfacesByLine Action Locate Surfaces by Line. Take all surfaces hit
by line

Locate Surfaces by point. Takes first


Dynamo Geometry PolySurface LocateSurfacesByPoint PolySurface.LocateSurfacesByPoint Action intersection in forward direction. Returns
one surface if hit surface interior, two if hit
edge interior, and many if hit vertex

Dynamo Geometry PolySurface SurfaceCount PolySurface.SurfaceCount Action number of surfaces of Polysurface

Dynamo Geometry PolySurface Surfaces PolySurface.Surfaces Action Return new Surfaces representing the
underlying Surfaces

Dynamo Geometry PolySurface UnconnectedBoundaries PolySurface.UnconnectedBoundaries Action Computes 2d cell boundaries which are not
connected to other Surfaces

Dynamo Geometry PolySurface VertexCount PolySurface.VertexCount Action number of vertices of Polysurface

Dynamo Geometry Polygon ByPoints Polygon.ByPoints Create Constructs a Polygon Curve by connecting
Points

Dynamo Geometry Polygon RegularPolygon Polygon.RegularPolygon Create Returns avaerage point of corners of polygon

Dynamo Geometry Polygon Center Polygon.Center Action Constructs an inscribed Polygon Curve within
a circle

Cehcks if points is inside planar polygon


Dynamo Geometry Polygon ContainmentTest Polygon.ContainmentTest Action without self intersections

Dynamo Geometry Polygon Corners Polygon.Corners Action Returns corners of polygon

Dynamo Geometry Polygon SelfIntersections Polygon.SelfIntersections Action Returns self intersections between sides of
the polygon

Returns maximum deviation from average


Dynamo Geometry Polygon PlaneDeviation Polygon.PlaneDeviation Query plane of polygon

Dynamo Geometry Polygon Points Polygon.Points Query Returns all the segment start / end points

Create a Rectangle by alist of four corner


Dynamo Geometry Rectangle ByCornerPoints (points) Rectangle.ByCornerPoints (points) Create Points

Dynamo Geometry Rectangle ByCornerPoints (p1, p2, p3, p4) Rectangle.ByCornerPoints (p1, p2, p3, p4) Create Create a Rectangle by four single corner
points

Create a Rectangle centered at the WCS


Dynamo Geometry Rectangle ByWidthLength (width, length) Rectangle.ByWidthLength (width, length) Create origin in the WCS XY Plane, with specified
width (X Axis length), and length (Y Axis
length).

Create a Rectangle centered at input Plane


Dynamo Geometry Rectangle ByWidthLength (plane, width, length) Rectangle.ByWidthLength (plane, width, length) Create root, with input width (Plane X axis length),
and length (Plane Y axis length)

Create a Rectangle centered at the input


Dynamo Geometry Rectangle ByWidthLength (cs, width, length) Rectangle.ByWidthLength (cs, width, length) Create origin in the CoordinateSystem XY Plane,
with specified width (X Axis length), and
length (Y Axis length)

Dynamo Geometry Rectangle Height Rectangle.Height Query The height of the Rectangle

Dynamo Geometry Rectangle Width Rectangle.Width Query The width of the Rectangle

Dynamo Geometry Solid ByJoinedSurfaces Solid.ByJoinedSurfaces Create Create a solid by specifying it's component
faces as Surfaces

Dynamo Geometry Solid ByLoft (crossSections) Solid.ByLoft (crossSections) Create Create a Solid by lofting between input cross
section closed Curves

Dynamo Geometry Solid ByLoft (crossSections, guideCurves) Solid.ByLoft (crossSections, guideCurves) Create Create a Solid by lofting between input cross
section closed Curves

Create a Surface of revolution, sweeping the


profile Curve around the axis Ray formed by
Dynamo Geometry Solid ByRevolve Solid.ByRevolve Create the origin and the axis Vector, from the start
angle in degrees to the sweeo angle in
degrees.

Dynamo Geometry Solid BySweep Solid.BySweep Create Sweep a closed Curve along a path

Dynamo Geometry Solid BySweep2Rails Solid.BySweep2Rails Create Sweep a closed profile Curve along two rail
Curves

Dynamo Geometry Solid ByUnion Solid.ByUnion Create Union a collection of solids into one solid

Dynamo Geometry Solid Centroid Solid.Centroid Action The centroid of the Solid

Chamfers a Solid along input Edges with a


Dynamo Geometry Solid Chamfer Solid.Chamfer Action given offset from the edge corner

The boolean difference of this Solid with


Dynamo Geometry Solid Difference Solid.Difference Action another

Dynamo Geometry Solid DifferenceAll Solid.DifferenceAll Action The boolean difference of this Solid and the
union of input S olids

Dynamo Geometry Solid Fillet Solid.Fillet Action Fillets a Solid along input Edges with a given
radius

Dynamo Geometry Solid ProjectInputOnto Solid.ProjectInputOnto Action Projects the input Geometry onto this Solid,
in the direction of the input Vector

Obtain a solid Shell from the Faces of this


Dynamo Geometry Solid ThinShell Solid.ThinShell Action Solid

Dynamo Geometry Solid Union Solid.Union Action The boolean union of this Solid and another

Dynamo Geometry Solid Area Solid.Area Query Returns the surface area -- sum if all the
areas of all faces

Dynamo Geometry Solid Volume Solid.Volume Query The total volume of the Solid

Dynamo Geometry Sphere ByBestFit Sphere.ByBestFit Create Fit a Sphere as close as possible to the input
Points

Dynamo Geometry Sphere ByCenterPointsRadius Sphere.ByCenterPointsRadius Create Create a Solid Sphere centered at theinput
Point, with given radius

Dynamo Geometry Sphere ByFourPoints Sphere.ByFourPoints Create Create a Solid Sphere containing four input
Points on the surface

Dynamo Geometry Sphere CenterPoint Sphere.CenterPoint Query Return the center Point of the Sphere

Dynamo Geometry Sphere Radius Sphere.Radius Query Return the radius of the Sphere

Dynamo Geometry Surface ByLoft (crossSections) Surface.ByLoft (crossSections) Create Create a Surface by lofting between input
cross section Curves

Dynamo Geometry Surface ByLoft (crossSections, guideCurves) Surface.ByLoft (crossSections, guideCurves) Create Create a Surface by lofting between input
cross section Curves
Dynamo Geometry Surface ByPatch Surface.ByPatch Create Create a Surface by filling in the interior of a
closed boundary defined by input Curves

Dynamo Geometry Surface ByPerimeterPoints Surface.ByPerimeterPoints Create Create a Polygon Surface connecting input
Points in a closed Polygon and patching it.

Create a Surface by sweeping the profile


Curve around the axis ray formed by origin
Dynamo Geometry Surface ByRevolve Surface.ByRevolve Create Point in the direction of the axis Vector,
starting at start_angle in degrees, sweeoing
sweep_angle in degrees

Create a Surface by lofting between input


Dynamo Geometry Surface ByRuledLoft Surface.ByRuledLoft Create cross section Lines. This is slightly faster and
produces a less smooth result than
Surface.ByLoft

Create a Surface by sweeping a cross section


Dynamo Geometry Surface BySweep Surface.BySweep Create Curve along a path

Dynamo Geometry Surface BySweep2Rails Surface.BySweep2Rails Create Sweep the cross section curve along a path
guided by two rails

Gets a Nurbs representation of the Surface


Dynamo Geometry Surface ApproximateWithTolerance Surface.ApproximateWithTolerance Action within a specified tolerance. This method
may approximate Surface in certain
circumstances

Return a CoodinateSystem aligned with


Dynamo Geometry Surface CoordinateSystemAtParameter Surface.CoordinateSystemAtParameter Action principal curvature directions

The returned coordination system use xAxis,


Dynamo Geometry Surface CurvatureAtParameter Surface.CurvatureAtParameter Action yAxis and zAxis to represent the uDir, vDir
and normal. The length of xAxis, yAxis
represents the curvatures

Return the derivatives at input U and V


Dynamo Geometry Surface DerivativesAtParameter Surface.DerivativesAtParameter Action coordinates

Returns a new Surface with the Normal


Dynamo Geometry Surface FlipNormalDirection Surface.FlipNormalDirection Action flipped. Leaves this surface unchanged

Dynamo Geometry Surface GaussianCurvatureAtParameter Surface.GaussianCurvatureAtParameter Action Returns the Gaussian curvature at U and V
parameters

Create a parameter line curve on the given


surface. Creates a Curve that represents a U
or V parameter line on the Surface. A
parameter line runs in the direction of
increasing U or V parameter at a constant
Dynamo Geometry Surface GetIsoline Surface.GetIsoline Action opposite U or V parameter. The resulting
Curve will match the Surface
parameterisation and its range will be
bounded by the Surface parameter range.
The type of Curve returned will depend on
the Surface type.

Combines this Surface and Input Surface into


Dynamo Geometry Surface Join (otherSurfaces) Surface.Join (otherSurfaces) Action a PolySurface

Dynamo Geometry Surface NormalAtParameter Surface.NormalAtParameter Action Returns the normal Vector at specified U and
V parameters

Dynamo Geometry Surface NormalAtPoint Surface.NormalAtPoint Action Return the surface normal at the input point
on the surface

Offset Surface in direction of Surface normal


Dynamo Geometry Surface Offset Surface.Offset Action by specified distance

Dynamo Geometry Surface PerimeterCurves Surface.PerimeterCurves Action Return all the boundary Curves of the
Surface

Dynamo Geometry Surface PointAtParameter Surface.PointAtParameter Action Return the Point at specified U and V
parameters

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

Dynamo Geometry Vector Scale (xScaleFactor, yScaleFactor, Vector.Scale (xScaleFactor, yScaleFactor, zScaleFactor) Action
zScaleF actor)

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

LunchBox Archive Format ListMatcher Format.ListMatcher Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Archive Format PointToString Format.PointToString Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Archive Format RemoveNullValues Format.RemoveNullValues Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Archive Format StringToPoint Format.StringToPoint Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Generate Attractor Attractor Attractor.Attractor Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Generate Attractor AttractorWave Attractor.AttractorWave Create Remove "Lunchbox" in the node name and
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
LunchBox Geometry Form Helicoid Form.Helicoid Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Form Mobius Form.Mobius Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Form Paraboloid Form.Paraboloid Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Form Torus Form.Torus Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Form Wave Form.Wave Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Panel DiamondGridbyFace Panel.DiamondGridbyFace Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Panel QuadGridbyFace Panel.QuadGridbyFace Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Panel StaggeredGridbyFace Panel.StaggeredGridbyFace Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Panel TriangleGridbyFace Panel.TriangleGridbyFace Create Remove "Lunchbox" in the node name and
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
LunchBox Geometry Rationalize CurveToArcsByDivision Rationalize.CurveToArcsByDivision Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Rationalize CurveToArcsByParameters Rationalize.CurveToArcsByParameters Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Rationalize PlanarizePoints Rationalize.PlanarizePoints Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Structure BracedGridStructure2D Structure.BracedGridStructure2D Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Structure BracedGridStructure1D Structure.BracedGridStructure1D Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Structure DiagridStructure Structure.DiagridStructure Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Structure GridStructure Structure.GridStructure Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Structure SpaceTrussStructure Structure.SpaceTrussStructure Create Remove "Lunchbox" in the node name and
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
LunchBox Geometry Vector VectorAmplitude Vector.VectorAmplitude Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Geometry Vector VectorAngle Vector.VectorAngle Create Remove "Lunchbox" in the node name and
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
LunchBox Math Operators MassAddition Operators.MassAddition Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Math Operators MassMultiplication Operators.MassMultiplication Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Math Random RandomNumbers Random.RandomNumbers Create Remove "Lunchbox" in the node name and
remove spaces

LunchBox Math Random RandomSplitList Random.RandomSplitList Create Remove "Lunchbox" in the node name and
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

Wenn man x durch y teilt, wird der Rest


Dynamo Operators % (divisible) correct: Modulo % (divisible) correct: Modulo Action ausgegeben. D.h. wenn das Ergebnis 0 ist, Type is not specified
dann ist x teilbar durch y ohne dass es einen
Rest gibt.

Dynamo Operators && (and) && (and) Type is not specified


Dynamo Operators * (multiply) * (multiply) Type is not specified
Dynamo Operators / (divide) / (divide) Type is not specified
Dynamo Operators || (exactly divides) || (exactly divides) Description is not good. Type is not
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

Prüft ob x gleich y ist und gibt true oder false


Dynamo Operators == (is equal to) == (is equal to) zurück. Als follow-up node wird z.b. Type is not specified
List.FilterByBoolMask verwendet

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
Dynamo Revit Elements AdaptiveComponent ByParametersOnCurveReference (parameters, AdaptiveComponent.ByParametersOnCurveReference (parameters, curve, 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
Dynamo Revit Elements DividedSurface ByFaceAndUVDivisions (elementFace, uDivs, DividedSurface.ByFaceAndUVDivisions (elementFace, uDivs, vDivs) Create
vDivs)
Dynamo Revit Elements DividedSurface ByFaceUVDivisionsAndRotation (surface, uDivs, DividedSurface.ByFaceUVDivisionsAndRotation (surface, uDivs, vDivs, Create
vDivs, gridRotation) gridRotation)
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
Dynamo Revit Elements Floor ByOutlineTypeAndLevel (outlineCurves, Floor.ByOutlineTypeAndLevel (outlineCurves, floorType, level) Create
floorType, level)
Dynamo Revit Elements Floor ByOutlineTypeAndLevel (outline, floorType, Floor.ByOutlineTypeAndLevel (outline, floorType, level) Create
level)
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
SpringNodes Revit Collector CurrentSelection Collector.CurrentSelection Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector ElementsInView Collector.ElementsInView Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector ElementSketch Collector.ElementSketch Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector FamilyInstances Collector.FamilyInstances Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector FamilyTypes Collector.FamilyTypes Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector FloorTypes Collector.FloorTypes Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector LinkedInstanceElements Collector.LinkedInstanceElements Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector Revisions Collector.Revisions Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector Sheets Collector.Sheets Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector Views Collector.Views Create Category "Collectors" to "Collector". Is the
category "Revit/Selection/ suitable?

SpringNodes Revit Collector WallTypes Collector.WallTypes Create Category "Collectors" to "Collector". Is the
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/ ?
SpringNodes Revit DirectShape ByGeometry DirectShape.ByGeometry Create Similar/S ame like
Revit/Elements/DirectShape/ByGeometry?

SpringNodes Revit DirectShape ByMesh DirectShape.ByMesh Create Change Category to


Revit/Elements/DirectShape/ ?

SpringNodes Revit Document DeleteElements Document.DeleteElements Create Change Nodename to


"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
SpringNodes Revit Elements FamilyInstance ByGeometry FamilyInstance.ByGeometry Create Change category to
Revit/Elements/FamilyInstance

SpringNodes Revit Elements FamilyInstance Rotation FamilyInstance.Rotation Create Change category to


Revit/Elements/FamilyInstance

SpringNodes Revit Elements HostedInstance ByPoints HostedInstance.ByPoints Create Change category to


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
SpringNodes Revit Elements Opening FloorOpening.ByCurves Opening.FloorOpening.ByCurves Create Change category to
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
SpringNodes Revit Elements Topography Elements.Topography Create Change category to
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/

SpringNodes Revit Selection ActiveView Selection.ActiveView Create Change category to Revit/S elections/ &
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


SpringNodes Revit Elements VoidCut AddVoidCut VoidCut.AddVoidCut Create Change category to
Revit/Elements/VoidCut/
SpringNodes Revit Elements VoidCut IsCut VoidCut.IsCut Create Change category to
Revit/Elements/VoidCut/

SpringNodes Revit Elements VoidCut IsCutting VoidCut.IsCutting Create Change category to


Revit/Elements/VoidCut/
SpringNodes Revit Elements VoidCut RemoveVoidCut VoidCut.RemoveVoidCut Create Change category to
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

SteamNodes Revit Elements Element Create3DCroppedView Element.Create3DCroppedView Create Change category to


Revit/Elements/Element

SteamNodes Revit Elements Element GetFromLinkedFile Element.GetFromLinkedFile Create Change category to


Revit/Elements/Element

SteamNodes Revit Elements Element IsTagged Element.IsTagged Create Change category to


Revit/Elements/Element

SteamNodes Revit Elements Element MakeParts Element.MakeParts Create Change category to


Revit/Elements/Element

SteamNodes Revit Elements Element SelectInView Element.SelectInView Create Change category to


Revit/Elements/Element

SteamNodes Revit Elements Element TypeName Element.TypeName Create Change category to


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/
Change Category to
SteamNodes Revit Views Schedule GetTextFromHeader Schedule.GetTextFromHeader Create Revit/Views/Schedule/
Change Category to
SteamNodes Revit Views Schedule GetColumnWidth Schedule.GetColumnWidth Create Revit/Views/Schedule/ &rename node &
description missing
Change Category to
SteamNodes Revit Views Schedule SetColumnWidth Schedule.SetColumnWidth Create Revit/Views/Schedule/ &rename node &
description missing
SteamNodes Revit Elements Part IsFromLinkedElement Part.IsFromLinkedElement Create Change category to Revit/Elements/Part/
Change category to
SteamNodes Revit Elements VoidCut AddVoidCut VoidCut.AddVoidCut Create Revit/Elements/VoidCut & Same node
name like in SpringNodes
SteamNodes Tools AlignSheetViewsFromTemplateSheet Create
SteamNodes Tools AssemblyViews Create
SteamNodes Tools CreateAssembly Create
Change category to
SteamNodes Revit Elements Room AtPointAndLevel Room.AtPointAndLevel Create Revit/Elements/Room/ & change node
name to "AtPointAndLevel"
Change category to
Revit/Elements/Group/ & Change node
SteamNodes Revit Elements Group GetElementsInGroup Group.GetElementsInGroup Create name to GetElementsInGroup & Similar to
Clockwork/Revit/Elements/Group/Membe
rs
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"
Change category to
SteamNodes Revit Elements VoidCut RemoveVoidCut VoidCut.RemoveVoidCut Create 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
UtilityNodes RotateAdaptiveCompon RotateAdaptiveComponentDuringPlacement Create
entDuringPlacement
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


Zebra Revit FillPattern LinePatternCreation FillPattern.LinePatternCreation Create in 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
Zebra Revit FillPattern PresetBrick FillPattern.PresetBrick Create width inputs to adjust the size of the brick adjust description as suggested
pattern. Feed the output string into a
FillPattern.ModelPatFile or
FillPattern.DraftingPatFile node

Creates a string needed for the standard


custom brick pattern with motar. Change the
Zebra Revit FillPattern PresetBrickMortar FillPattern.PresetBrickMortar Create height, width, and motar inputs to adjust the 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
Zebra Revit FillPattern PresetFlemish FillPattern.PresetFlemish Create to adjust the size of the brick pattern. Feed adjust description as suggested
the output string into a
FillPattern.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.ModelPatFile 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
Zebra Core String Action AddLeadingZeros String.AddLeadingZeros Create digits til they all match. As an example if you
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

Zebra Core String Action ChangeCharacterAtIndexToLower String.ChangeCharacterAtIndexToLower Create Changes the character/s at the given index/s
to lower

Zebra Core String Action ChangeCharacterAtIndexToUpper String.ChangeCharacterAtIndexToUpper Create Changes the character/s at the given index/s
to upper

Zebra Core String Action ConvertNumberToCharacter String.ConvertNumberToCharacter Create Returns the letter in the alphabet at the
desired index. 1=A, 2=B, 3=C ... 26=Z etc

Zebra Core String Action CreateListBasedOnReturns String.CreateListBasedOnReturns Create Creates a list with a new index for each new
line (return) within the string

Zebra Core String Action DropFirstWord String.DropFirstWord Create Removes the set of characters upto the first
whitespace in the string

Zebra Core String Action DropLastWord String.DropLastWord Create Removes the set of characters after the last
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 code.

Converts the binary code to its equivalent


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

Converts the decimal code to its equivalent


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

Converts the hexadecimal code to its


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

Converts the octal code to its equivalent


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

Zebra Core String Action RemoveAfterCharacters String.RemoveAfterCharacters Create Removes the part of the string after the
input 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


Zebra Core String Action RemoveCharacterAtIndices String.RemoveCharacterAtIndices Create the given indices

Zebra Core String Action RemoveCharactersBetweenInputs String.RemoveCharactersBetweenInputs Create Removes the part of the string between the
two inputs

Zebra Core String Action RemoveWordsOfMinimumLength String.RemoveWordsOfMinimumLength Create Removes all the words in the string that are
less than the minimum desired length

Zebra Core String Action ReturnCharacterAtIndex String.ReturnCharacterAtIndex Create Returns the character in the given string at
the specified index(s)

Zebra Core String Action ReturnCharactersBetweenInputs String.ReturnCharactersBetweenInputs Create Returns the part of the string between the
two inputs

Zebra Core String Action ToCamelCase String.ToCamelCase Create Changes the current string to Camel Case. misspelling in description: toggle
Boolean toggle 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

Zebra Core String AsciiCharactersAsList String.AsciiCharactersAsList Create Creates the ASCII printable characters
excluding letters and digits as a list of strings

Zebra Core String AsciiCharactersAsString String.AsciiCharactersAsString Create Creates the ASCII printable characters
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

Zebra Core String Randomise String.Randomise Create Returns a random selection of letters,
numbers and characters

You might also like