How to create mass from a generic model?


Hello , Currently I have this generic model .I want to change it into a wall based-family .
Is there any way I can create Mass using this object so that I can draw the walls by pick face method ?
Or is there any way better for drawing such a wall ?
Much appreciated

To your question: you can get its geometry and create a Family with the mass template template and category from it (it won’t be a an in-place mass, but a family) and use wall by face on that.
To do that you can use the Family Type by geometry node and then place a family instance of the type or a node from springs called FamilyInstance by geometry.

However if I were to do the task, I’d try creating the walls by profile instead.

Thanks Viktor Choosing Profile way is easier .