Hi every body 
I’m using revit 2017 and dynamo 1.2.1
I want to set a triangular panel (a triangular flat pattern base family) on a surface in my revit project.
but most of panel direction created onto wrong side (to interior not exterior)! and I don’t understand it’s problems!
and it’s capture of dynamo canvas
thanks alot
Hi,
Try modeling the surface as a solid instead of a sheet, so there is a top/down, inside/outside.
Or maybe “surface thicken” if the surface is created in Dynamo.
Marcel
thank you a alot 
I add a Element.SetParameterbyname node and assign “Flip” parameter name to it and set it on true
and my problem have solved 