C
a
r
g
a
n
d
o
.
.
.
Actualizando para continuar con su reserva

Mashrabiya Revit Family Site

1. Family Category & Template


Why a Standard "Curtain Wall" Won't Cut It

Many novice users attempt to model Mashrabiya using the native Curtain Wall tool with mullion profiles. While this works for simple screens (like horizontal brise-soleil), it fails for true Mashrabiya for three reasons:

  1. Angle Complexity: Traditional Mashrabiya relies on hexagonal, octagonal, or star-shaped geometries. Rectangular mullions cannot intersect diagonally without manual, corrupting joins.
  2. Solid vs. Void Ratio: The decorative effect relies on precise negative space. Curtain panels treat the frame as a solid; mashrabiya treats the hole as a pattern.
  3. File Bloat: A single facade might contain 10,000 individual mullion pieces. A well-made adaptive component family can render the same facade with 10 instances.

We need a Revit Family optimized for pattern repetition. mashrabiya revit family

8. Example Formulas for Parametric Control

| Parameter | Formula / Constraint | |---|---| | Spacing | Panel Width / 6 (for 5 openings) | | Stick Width | Spacing * 0.2 | | Opening Width | Spacing - Stick Width | | Number of Bars | rounddown((Panel Height) / (Stick Width + Gap)) | Template: Metric Generic Model face based


4. Creating the Parametric Lattice (Core Pattern)

We will use a repeating void pattern cut into a solid block. Why a Standard "Curtain Wall" Won't Cut It