Carlos Alejandro R. answered 12d
BIM Specialist and Architectural Designer with 10+ years of experience
Yes, you can use modeFRONTIER with Revit and Robot, but it’s not plug-and-play. modeFRONTIER doesn’t talk to Revit or Robot directly out of the box, you connect them through scripts or API calls (usually Dynamo, Python, or .NET). Revit and Robot feed data into modeFRONTIER, modeFRONTIER runs the optimization, and then sends back new values to update the model.
Think of it like this:
Revit/Robot = model brains
modeFRONTIER = model coach
They can work together, you just need to build the bridge between them. If you’re okay doing some scripting, then yes, it’s totally doable.