Hello,
My goal is to simplify the design of a model following an AutoCAD DWG plan.
My question is on the way to retrieve the names and number of premises for parts.
Do you have a method with DYNAMO?
I thought Import texts in the layout.
The text is in a room.
With Dynamo Retrieve the text value for each piece.
Leave this value to the room name
DYNAMO he recognizes the text?
French
Bonjour,
Mon but est de simplifier le dessin d’une maquette suivant un plan AUTOCAD DWG.
Ma question porte sur le moyen de récupérer les noms et numéro des locaux pour les pièces.
Avez-vous une méthode avec DYNAMO ?
Je pensais Importer les textes dans la maquette.
Le texte serait dans une pièce.
Avec Dynamo Récupérer la valeur du texte pour chaque pièce.
Donner cette valeur au nom de la pièce
DYNAMO reconnait-il le texte ?
Thank you for your reply. This must match.
There is a problem in the beginning with the “collection” of the types of text
“Type Name” does not return a value?
You probably have to translate “Type Name” to its french counterpart, but I don’t know what that is. You can use the node Element.Parameters to check the available parameters on an element.
Indeed, the problem of “translation”
But it does not find the intersection to create the pieces.
Must adapt to different values depending on the project?
I can’t really see the name of the nodes you’ve added, but if it gets you the names you want then I guess it’s a good idea
Every project will require a different approach so I can’t really say what might work for you.