Hi, I’m fairly new to Dynamo and have been having some issues with elements created in Dynamo not showing up in Revit.
I’ve created a wall using Wall.ByCurveAndLevels, as you can see from the screenshot the element has been created and assigned an ID. The outline of the wall only becomes visible if I select the Wall Type ‘Curtain Wall 1’ - this is similar to previous (unanswered) question on the forum.
I’ve shown two walls with different Wall Types, one with ‘Curtain Wall 1’ and another generic.
I agree with @Jorge_Villarroel that you should check the discipline of the view because architectural walls do not show when discipline is set to structural and similar for other way.
If you know it should be a structural wall then you need to tick the structural wall property of the object, you can add this to your script by setting the parameter of the object. The parameter is called “Structural” and will need to be set to 1 for yes and 0 for no.
This could be for multiple reasons I think, I would recommend checking @Jorge_Villarroel’s reply first.
Then checking the wall types, also I see in your screenshot that you are using Wireframe in the visual style, then the Dynamo version (I am using 1.3) I tried it out and it works just perfect:
I encountered a similar problem and I figured that it’s because I’m starting from a structural template and not an architectural template, hence why the walls created needs to be structural as per Brendan’s post. This is my solution for reference: