How to Create Custom Filter Parameters in Revit
How to Create New Filter Parameters in Revit Filters are commonly used in Revit to control the visibility of elements. H...
How to Create New Filter Parameters in Revit Filters are commonly used in Revit to control the visibility of elements. H...
How to Create Foundation Slabs in Revit To create a foundation slab, start by drawing or selecting the wall at the first...
What is the foundation of BIM models? What are their application values and key uses? Although I have written many artic...
Creating Irregular Structural Forms like Vertebral Bodies Using Revit’s Built-in Volume Command In Revit, the buil...
How to Create Curved Curtain Wall Roofs in Revit Step 1: Start a new project and draw a curtain wall using the attribute...
How to Create Stair-Step Profiles in Revit In architectural drawings, sectional views are essential for illustrating a b...
What Are the Type Properties of Structural Connections in Revit? You can view and modify the parameters that define the ...
Is BIM Software? What Exactly Is Software? In the construction industry, there is a general consensus that BIM represent...
Here are some simple examples of CAD secondary development: Hello World Draw a circle Draw a straight line Get all objec...

Revit requires Teigha’s open-source DLL to read text data from CAD files. To set this up, add a reference to the D...

Using Dynamo’s modules directly to establish logical relationships can often be cumbersome, especially when dealin...
In CAD, road alignment spatial curves are commonly represented using polylines, especially for the transition curves wit...
Extracting the edges from model lines and converting them into model lines is primarily done to facilitate the construct...
In Revit’s API, a Nurbspline curve is represented as a series of straight line segments. Since Revit only supports...
Using the lookup method to view materials can be quite misleading. It took considerable time to identify the cause. To f...
The adaptive component family offers powerful features and is highly practical for bridge modeling. Key classes and meth...

The local coordinate system of an adaptive point can be accessed through a lookup. By modifying this local coordinate sy...

Dynamo is a powerful tool for Revit, offering functionality beyond what is available in Revit’s API. You might won...

Revit does not directly support reading material appearance information through simple lookup, which makes the process s...
Building a continuous rigid frame bridge is not particularly difficult; the process is primarily driven by code. Many ta...