0

I have a wall in 3D Studio Max. I know that the object is wall but max don't know it, max only know that it is an object. While in Revit tool, it is defined that it is roof or wall or door etc.

Now in my case I want to export my max object(wall) into revit and I can export dwg in revit. If i export the dwg through max for revit then, I want that it dynamically pick the object type(that it is wall, roof or any else object). With plugin or without plugin or with custom script is this possible? It seems that there is no built-in support, so it there any workaround available?

HoldOffHunger
  • 18,769
  • 10
  • 104
  • 133
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186

2 Answers2

0

you can try IFC format instead DWG

0

Search the web for 3ds max revit export. For instance, I see the following hits:

However, after reading the first post, it appears that there is little support for automatically categorising BIM objects in the manner you wish.

I hope you can find some deeper explanations with better suggestions for automating this.

Jeremy Tammik
  • 7,333
  • 2
  • 12
  • 17
  • Well i have already checked both links..i want to set the type automatically. – Muhammad Faizan Khan Dec 09 '18 at 12:35
  • As far as I can tell, there is no built-in functionality to achieve this. To do so, you could add some intelligence of your own. E.g., tag the 3DS objects in some way that can be read and recognised by a Revit add-in that post-processes the model to categorise elements appropriately. – Jeremy Tammik Dec 10 '18 at 13:06