Revit — Digitteck Blog — Digitteck
Tag

Revit

10 articles

Dynamo Python — Dictionaries from Python to Graph
dotnet

Dynamo Python — Dictionaries from Python to Graph

Why a Python dict cannot be consumed by Dynamo nodes downstream, and how to use System.Collections.Generic.Dictionary from Python to produce a native Dynamo Dictionary output.

2018-12-08·2 min read
Dynamo Python — Distribute Lines Along Curve
dotnet

Dynamo Python — Distribute Lines Along Curve

A Dynamo Python script that places perpendicular lines at parameter positions along a polycurve, interpolating their lengths across multiple input target lengths.

2018-12-06·3 min read
Dynamo Python Tips
dotnet

Dynamo Python Tips

Essential IronPython tips for Dynamo: creating Revit geometry with Autodesk.Revit.DB, modifying the model via TransactionManager, and retrieving elements by ElementId.

2018-06-10·4 min read
Geometry Conversions in Dynamo with Python
dotnet

Geometry Conversions in Dynamo with Python

Using RevitNodes.dll geometry conversion extension methods in IronPython to convert between DesignScript types and Revit DB types — Point, Vector, Solid, Curve, and Transform.

2018-06-07·3 min read
Element Design Option
dotnet

Element Design Option

A Dynamo Python script to retrieve the Design Option name for a set of Revit elements, enabling filtering by design option in your graphs.

2018-04-16·1 min read
Parametric equation of circle and ellipse
altgorithms

Parametric equation of circle and ellipse

Applying the parametric equations of a circle and ellipse in Dynamo to generate computational geometry, including spirals, 3D forms, and heart shapes.

2018-04-15·2 min read
Sagitta
altgorithms

Sagitta

A computational design approach to the sagitta — the perpendicular height from a chord's midpoint to an arc — implemented as a reusable Dynamo custom node.

2018-04-15·1 min read
SepparateCurvesByDistance
dotnet

SepparateCurvesByDistance

A Dynamo Python node that groups imported curves from Revit into connected sets based on proximity, using a configurable maximum distance threshold.

2018-04-09·3 min read
Getting rooms with python in Dynamo
dotnet

Getting rooms with python in Dynamo

How to get all rooms in Revit using Python inside Dynamo, filtering by SpatialElement with the FilteredElementCollector.

2018-02-19·1 min read
digitteck

© 2026 Digitteck