Category Geometry

Transforming solids

When using the Revit API, we often perform tasks involving multiple geometries. For instance, we might compare their positions or identify their intersections. However, it’s important to note that even if these geometries appear close in the Revit 3D space,…

Revit transformations made easy

Although Revit transformations may appear as a complex topic at first sight, they focus on simple and elementary geometric concepts employed programmatically. Essentially, they serve as methods for relocating a point or an object in the 3D space, based on…