dynamoPython icon indicating copy to clipboard operation
dynamoPython copied to clipboard

Python Modules for Dynamo

Results 6 dynamoPython issues
Sort by recently updated
recently updated
newest added

Provides a python script that gets the "spatial element" location of a family instance.

Hello, Thanks for publishing roomSvgExporter. It has been very helpful. However, during development I found that when a model contains Rooms and Spaces they are both exported. This results in...

Hi, Is it possible to export the Room to SVG by respecting their internal boundary? The original room is looking like this. ![image](https://user-images.githubusercontent.com/64707315/81683144-549dd080-9473-11ea-98a1-efbc29a51e2f.png) But; when I bought the SVG to...

pages in the dynamo dictionary site might link or include content from this github eg dictionary page for get item at index [https://dictionary.dynamobim.com/#/Core/List/Action/GetItemAtIndex](https://dictionary.dynamobim.com/#/Core/List/Action/GetItemAtIndex) github for get item at index [https://github.com/Amoursol/dynamoPython/blob/master/concepts/listGetItemAtIndex.py](https://github.com/Amoursol/dynamoPython/blob/master/concepts/listGetItemAtIndex.py)...

eg visual studio code user settings ``` //pep8 //https://pep8.readthedocs.io/en/latest/intro.html#error-codes "python.linting.pep8Enabled": true, "python.linting.pep8Args": [ "--max-line-length=72", "--ignore=E122,E201,E202,E261,E402,W292", ], ```