Basic Examples for Getting Started with CAD Custom Development
Here are some simple examples of CAD secondary development: Hello World Draw a circle Draw a straight line Get all objec...
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...
The previous method works well for straight, continuous rigid frame bridges. However, it falls short when applied to con...

Once the plugin is ready, the next step is to load it onto the panel. Revit provides a set of APIs specifically designed...

The steel reinforcement capabilities that come with Revit are quite limited. Even in building structures where Revit gen...
Building a bridge in Revit can be a challenging task, and incorporating prestressed steel bars makes it even more comple...

From development to completion, working with mathematics is essential. Revit, a 3D modeling software, represents the spa...

The layout function of Revit’s volume is one of the most versatile features. Interestingly, the official classic s...

The terrain in Revit is essentially just a surface without any special features. To create this surface, you can use the...
Using Revit's built-in rebar feature as an example (for non-Revit rebar features, please visit my Youku channel) Step-by...