Revit .NET Creations API: Insert an Opening into Wall - Pt. 1
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the Opening generation method has not. It is still in the Document.Create instance. Anyway, we figured where...
View ArticleRevit .NET Creations API: Insert an Opening into Wall - Pt. 2
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the Opening generation method has not. It is still in the Document.Create instance. Anyway, we figured where...
View ArticleRevit .NET Creations API: Insert an Opening into Wall - Pt. 3
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the Opening generation method has not. It is still in the Document.Create instance. Anyway, we figured where...
View ArticleRevit .NET Creations API: Insert an Opening into Wall - Pt. 4 (Circular Opening)
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the Opening generation method has not. It is still in the Document.Create instance. Anyway, we figured where...
View ArticleRevit .NET Creations API: Create Levels
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the Level generation method has not. It is still in the Document.Create instance. Anyway, we figured where it...
View ArticleRevit .NET Creations API: Octagonal Tower (Composed of Walls Floors Roofs...
Creations of various Revit elements such as Walls, Doors, Windows, Floors, Roofs, Openings, and Levels in many different aspects such as absolute vs. relative positions, regular vs. circular shapes,...
View ArticleRevit .NET Creations API: Create Window into Wall - Pt. 4 (Center Middle of...
We created some windows and inserted them into some straight walls at right spots using Revit .NET API and C# before. We did not try round walls yet. In this post, let’s try round walls with the same...
View ArticleRevit .NET Creations API: Create Window into Wall - Pt. 5 (Center Middle of...
We created some windows and inserted them into some straight walls at right spots using Revit .NET API and C# before. We tried the same help methods as introduced before with round walls previously but...
View ArticleRevit .NET Creations API: Create Door into Wall - Pt. 4 (Bottom Middle of...
We created some doors and inserted them into some straight walls at right spots using Revit .NET API and C# before. We did not try round walls yet. In this post, let’s try round walls with the same...
View ArticleRevit .NET Creations API: Create Door into Wall - Pt. 5 (Bottom Middle of...
We created some doors and inserted them into some straight walls at right spots using Revit .NET API and C# before. We tried the same help methods as introduced before with round walls previously but...
View ArticleRevit .NET Creations API: Create Columns – Rectangular Shape
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Create Columns – Rectangular Shape (cont.)
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Create Columns along Circle/Arc
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Create Columns in Rectangular Array
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET API: List Out All Revit Materials in Document
Revit provides some pretty comprehensive materials for us to use on various elements in different situations such as wall surface fill pattern and mass material. Let’s list all the Revit Materials...
View ArticleRevit .NET Creations API: Load Column Family
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Create Metal Clad Column
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Create Metal Clad Columns along Circle/Arc
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Create Metal Clad Columns in Rectangular Array
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View ArticleRevit .NET Creations API: Load and Insert Mass Arch
We created a variety of Revit elements such as walls, windows, doors, openings, floors, roofs, and levels with different shapes such as rectangular and circular if possible programmatically using Revit...
View Article