DataShapes DropDown Data Issues
DynamoBIM
by tranthai2711
2h ago
Hello, I am having issues with the DataShapes package. Can anyone explain to me why the dropdown input for Datashapes only shows the first 10 index of a sublist? I have InputName as a list. The key and value are nested list. When the script runs, the first 4 input are fine since the value and key are have 10 or less items. The fifth input only shows the first 10 items from the key and value sublist. 1 post - 1 participant Read full topic ..read more
Visit website
Renaming Family Types in either a family document or a Revit File
DynamoBIM
by J_Sanford
3h ago
Open to ideas here, I have a host of family types to rename to comply with a new naming convention. Tried element.name = x in a family document, it says the parameter is read only. Tried it as well as element.setname in a Revit doc, it changed the name in the browser, but not the actual type name. When closing and reopening the file, names reverted. Tried duplicating the family type and giving it the new name, it didn’t work. RenameTypes.dyn (17.4 KB) 2 posts - 2 participants Read full topic ..read more
Visit website
Shift+Ctrl+V in Python in a text note
DynamoBIM
by christian.stan
5h ago
Hi, I had seen a tip relayed by Mr. Poupin on his blog In your opinion, is it possible to automate this collage part in a textnote. Do you know any Python resources that go in this direction? sending the contents of the clipboard. My python knowledge is improving a little, even if I still have big gaps. Sincerely christian.stan 1 post - 1 participant Read full topic ..read more
Visit website
Place Line Based Family Onto Face
DynamoBIM
by vnikolaev
5h ago
Can anyone has the idea how place line based family onto particular face that I selected with Select Model Element and after took Face of Surface, I know there is a method Create.NewFamilyInstance(Face, Line, FamilySymbol), but when I tried to put Face as a parameter I just encountered error obejct that NewFamilyInstance expected XYZ object not Face 1 post - 1 participant Read full topic ..read more
Visit website
Trying to create duct by using line
DynamoBIM
by Anand.Istamsetty
6h ago
please suggest , the way forward. 2 posts - 2 participants Read full topic ..read more
Visit website
GeometryColor.ByGeometryColor recognizes the elements but don't change the color properly
DynamoBIM
by bri47744
8h ago
hi! I’m trying to change the color of some surfaces based on a parameter. The function works correctly and recognizes the cylinders but does not change the color and shows me an error color. How can I solve this problem? 2 posts - 2 participants Read full topic ..read more
Visit website
Python Create Rectangle
DynamoBIM
by rlandkroon
10h ago
import sys import clr clr.AddReference(‘ProtoGeometry’) from Autodesk.DesignScript.Geometry import * clr.AddReference(‘RevitAPI’) from Autodesk.Revit.DB import * clr.AddReference(“RevitNodes”) import Revit from Revit.Elements import * clr.AddReference(“RevitServices”) import RevitServices from RevitServices.Persistence import DocumentManager from RevitServices.Transactions import TransactionManager #general INPUT = UnwrapElement(IN[0]) #1: get midpoints from DetailCurve (RevitAPI) MIDPOINT_RVT_API = for i in INPUT: point_RVT = i.GeometryCurve.Evaluate(0.5, False) MIDPOINT_RVT_API.append(point_ ..read more
Visit website
Distance beetween two objects
DynamoBIM
by f.amman
12h ago
morning to all, i would like to start a new script but before do that i would like to be sure that it will be possible acheive. here i’m not asking you guys to wright the script for me, but only to tell me if it would be possible whit the OOTB nodes of dynamo to build a script capable of telling me in eatch room the major distance between the windows contained in the rooms and the walls facing them. i attach a draw for be more e explicit. IF IT’S POSSIBLE I WOULD LIKE JUST TO KNOT THE NAME OF ONE OR TWO NODES TO USE thanks 1 post - 1 participant Read full topic ..read more
Visit website
Cannot UNDO for the first execution of a dynamo file
DynamoBIM
by csys17014
14h ago
Hello guys, Here is a simple share and question at the same time about Revit undo function after an execution of a dynamo file. Does anyone have an experience of this issue? The issue is: no matter how many times i click the undo button upper left, Revit doesn’t response when I try it until the same condition as i open the Revit project file. 1 post - 1 participant Read full topic ..read more
Visit website
Auto creat slab between beams & columns
DynamoBIM
by t361666QRPEF
16h ago
how can i do to dynamo ? 1 post - 1 participant Read full topic ..read more
Visit website

Follow DynamoBIM on FeedSpot

Continue with Google
Continue with Apple
OR