Package 1. Level 2. Level 3. Level 4. Level Node-Name Image Type Description Instructions Tutorial-Links Comment Last Edit
Package 1. Level 2. Level 3. Level 4. Level Node-Name Image Type Description Instructions Tutorial-Links Comment Last Edit
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 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 ]
Dynamo Analyze Daylighting DaylightningResults YResolution DaylightningResults.YResolution Query The resolution of the DaylightingData grid in
the y direction
Dynamo Analyze Daylighting Illuminance ToFootCandles Illuminance.ToFootCandles Action Transform a single illuminance value in lux to
foot-candles
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
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 GetKeys Gets all keys from the specified key- value
pair list
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
Dynamo BuiltIn NormalizeDepth Returns a list with uniform depth as specified same name, different function
by the input depth
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 SortIndexByValue Sorts a specified list by values of its members same name, different function
in ascending order
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.
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.
Clockwork Core Formulas Angle.ExteriorAngle Angle.ExteriorAngle Create Computes the exterior angle of a given angle.
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
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
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
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.
Clockwork Core Logic Switch Create Emulates the Switch/Case statement that is
available in multiple programming languages.
Clockwork Core Math RandomIntergerList Math.RandomIntergerList Create Creates a list of random integers betweens 0
and a given maximum value
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)
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 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
Clockwork Core String HexToDecimal String.HexToDecimal Action Converts a string of a hexadecimal value to a
number
Clockwork Core String MorseToAlphanumeric String.MorseToAlphanumeric Action Converts a string in Moirse code to
alphanumeric
Clockwork Core String VersionNumber.ToInteger String.VersionNumber.ToInteger Action Converts a version number (e.g. a Dynamo
version number) to an integer.
Clockwork Geometry Curve ClosedLoopThroughPoints Curve.ClosedLoopThroughPoints Create Creates a *closed* loop of curves based on a
given list of points
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
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
Clockwork Geometry UV ByXY UV.ByXY Create Creates UVs from the XY components of
point coordinates
Clockwork Geometry UV PruneDuplicates UV.PruneDuplicates Action Prune UVs to exclude duplicates within a
given tolerance
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
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
Clockwork Geometry Vector PruneDuplicates Vector.PruneDuplicates Action Prune vectors to exclude duplicates within a
given tolerance
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
Clockwork Geometry Vector IsParallelToPlane Vector.IsParallelToPlane Query Checks if a given vector is parallel to a given
plane
Clockwork Revit Application Version Application.Version Create Retrieves the name, version and build of the
current Revit application
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
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
Clockwork Revit Document ListBuiltInCategories Document.ListBuiltInCategories Query List all the available BuiltInCategories
Clockwork Revit Document ListBuiltInParameters Document.ListBuiltInParameters Query List all the available BuiltInParameters
Clockwork Revit Document ProjectInfo Document.ProjectInfo Query Gets the project information.
Clockwork Revit Document StartingView Document.StartingView Query Retrieves the starting view of a Project file.
Returns null if no starting view is set.
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
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
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
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
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.
Clockwork Revit Elements Element Host Element.Host Query Get an element's host
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
Clockwork Revit Elements Element Level Element.Level Query Gets an element's level
Clockwork Revit Elements Element Materials Element.Materials Query Retrieves all materials from a given element
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
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
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
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
Clockwork Revit Elements FamilyType CompoundStructureHasVariableLayer FamilyType.CompoundStructureHasVariableLayer Query Checks if the compound structure of a given
floor or roof type contains a variable layer
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
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 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
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
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.
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)
Clockwork Revit Elements SelectionSet Elements SelectionSet.Elements Query Retrieves all elements stored in a selection
set
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
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
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.
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
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
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
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
Clockwork Revit Selection Miscellaneous Element.ByID Element.ByID Create Gets the Revit element(s) for a list of IDs (or
a single ID)
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
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
Clockwork Revit Views View SetPhase View.SetPhase Create Sets the phase of a 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
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 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 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
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.
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.
Dynamo Core DateTime MaxValue DateTime.MaxValue Query The latest date and time that can be
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 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
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 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.
Dynamo Core List Clean List.Clean Action Cleans data of nulls and empty lists from a
given list of arbitrary dimnesion
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
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
Dynamo Core List FirstItem List.FirstItem Action Gets the first item in a 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
Dynamo Core List Map List.Map Action Applies a function over all elements of a list,
generating a new list from the results
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
Dynamo Core List Shuffle List.Shuffle Action Shuffles a list, randomizing the order of its
items.
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.
Dynamo Core List Empty List.Empty Query An Empty List. Why Query category? Should be create
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.
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
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
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)
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
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
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 PI Math.PI Query The mathematical constant Pi, 3.14159...
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
Dynamo Core String Contains String.Contains Create Determines if the given string contains the
given substring
Dynamo Core String EndsWith String.EndsWith Create Determines if the given string ends with the
given substring
Dynamo Core String Length String.Length Create Returns the number of characters contained
in the given string
Dynamo Core String Remove String.Remove Create Removes characters from a string
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
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
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 ByDateDifference TimeSpan.ByDateDifference Create Yields a new TimeSpan calculated from the
time difference between two DateTimes
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 Scale TimeSpan.Scale Create Multiplies a TimeSpan by a scaling factor
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
Dynamo Core View Watch Image Watch Image Create Previews an image
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 Move Directory.Move Create Moves a directory to a new location
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
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 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
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
Dynamo Geometry Arc ByThreePoints Arc.ByThreePoints Create Create an arc by providing three sequential
points along its circumference
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
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 Cricle ByBestFitThroughPoints Cricle.ByBestFitThroughPoints Create Best fir Circle through 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
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
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
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
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
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
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 xyPlane CoordianteSystem.xyPlane Query Returns the plane the X and Y axis lie in, with
root at the origin
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
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 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
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
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
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
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.
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 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
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
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
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
Dynamo Geometry Curve PointAtDistance Curve.PointAtDistance Action Get a Point at a particular arc length along 31.01.2016
the curve Thomas Vogt
Dynamo Geometry Curve PullOntoPlane Curve.PullOntoPlane Action Creates a curve by pulling onto plane 31.01.2016
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
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
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
Dynamo Geometry Ellipse CenterPoint Ellipse.CenterPoint Query The center of the Ellipse
Dynamo Geometry EllipseArc CenterPoint EllipseArc.CenterPoint Query The center of the EllipseArc
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
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 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
Dynamo Geometry Geometry Mirror Geometry.Mirror Create Mirror the object across the input Plane
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
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
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
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 Line ByBestFitThroughPoints Line.ByBestFitThroughPoints Create Creates a Line best approximating a scatter
plot of points
Dynamo Geometry Line ByStartPointEndPoint Line.ByStartPointEndPoint Create Creates a straight Line between two input
Points
Dynamo Geometry Line Direction Line.Direction Query The direction of the Curve
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
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.
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
Dynamo Geometry NurbsSurface ControlPoints NurbsSurface.ControlPoints Action Returnes NurbsSurface control points (poles)
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
Dynamo Geometry Plane ByOriginNormal Plane.ByOriginNormal Create Create a Plane centered at root Point, with
input normal Vector
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 Offset Plane.Offset Action Create a new Plane offset by this Plane in the
normal direciton by the specified distance
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
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
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
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 ExtractSolids PolySurface.ExtractSolids Action Extract Solids from Polysurface defined by
subset of surfaces
Dynamo Geometry PolySurface LocateSurfacesByLine PolySurface.LocateSurfacesByLine Action Locate Surfaces by Line. Take all surfaces hit
by line
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 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
Dynamo Geometry Polygon SelfIntersections Polygon.SelfIntersections Action Returns self intersections between sides of
the polygon
Dynamo Geometry Polygon Points Polygon.Points Query Returns all the segment start / end points
Dynamo Geometry Rectangle ByCornerPoints (p1, p2, p3, p4) Rectangle.ByCornerPoints (p1, p2, p3, p4) Create Create a Rectangle by four single corner
points
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
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
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
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.
Dynamo Geometry Surface BySweep2Rails Surface.BySweep2Rails Create Sweep the cross section curve along a path
guided by two rails
Dynamo Geometry Surface GaussianCurvatureAtParameter Surface.GaussianCurvatureAtParameter Action Returns the Gaussian curvature at U and V
parameters
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
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 Thicken (thickness, both_sides) Surface.Thicken (thickness, both_sides) Action
Dynamo Geometry Vector ByCoordinates (x, y, z, normalized) Vector.ByCoordinates (x, y, z, normalized) Create
Dynamo Geometry Vector AngleBetween (otherVector, rotationAxis) Vector.AngleBetween (otherVector, rotationAxis) 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 (xScaleFactor, yScaleFactor, Vector.Scale (xScaleFactor, yScaleFactor, zScaleFactor) Action
zScaleF actor)
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
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 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/
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
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
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
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
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
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