Menu

TOPIC: Automation

Back to Blog Posts

Revit Adaptive Components: Automated Placement: The Vaulted Ceiling – Part Two

Typical Manual Placement of an Adaptive Component
Typical Manual Placement of an Adaptive Component

The next part of this two-part series focuses on the actual placement of the adaptive component (This is the link to Part One). This part might tend to get boring since it entails the endless picking of Grid Intersections for all the bays of the building. Fortunately, this does not have to be the case: anytime you see a repetitive task, think of the purpose for inventing machines – the computer in this case. The only variables in this case are the eight Adaptive Points and they can be abstracted away in terms of their x & y coordinates ( the z coordinate is not being considered since it is being controlled by the internal instance parameters of the Adaptive Component). Once this information is read by a python code, it is just a matter of telling the python code to place the Adaptive Points at those coordinates.
(more…)

Read More