Python — Digitteck Blog — Digitteck
Tag

Python

16 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
Reading xml file with python in Dynamo
dotnet

Reading xml file with python in Dynamo

Using System.Xml from IronPython in Dynamo to load and traverse XML documents — XmlDocument, GetElementsByTagName, ChildNodes, and attribute access.

2018-06-24·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
Dynamo Lists - Levelize List
dotnet

Dynamo Lists - Levelize List

A recursive IronPython custom node that makes two Dynamo lists structurally identical by filling length gaps with None, paired items, a fixed value, or the last seen item.

2018-05-29·4 min read
QuickHull - Divide and conquer
altgorithms

QuickHull - Divide and conquer

Implementing the QuickHull convex hull algorithm in IronPython for Dynamo — divide-and-conquer approach with Θ(n log n) average complexity, using cross-product point-side classification.

2018-04-22·5 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
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
digitteck

© 2026 Digitteck