Revit .NET Creation APIs: Create Regular Polygonal Walls
Revit .NET API 2013 has moved the Wall Creation APIs to the Wall class as some static methods. It is nice as related stuffs are put together now. People do not have to dig here and there to find...
View ArticleSimple Case C# to VB.NET Converter Cannot Address Properly
C# and VB.NET are the two most popular .NET languages that people use nowadays, and the need arises now and then that one has to be converted to another. Though there are some automatic converters...
View ArticleAnother Simple Case C# to VB.NET Converter Cannot Address Properly
C# and VB.NET are the two most popular .NET languages that people use nowadays, and the need arises now and then that one has to be converted to another. Though there are some automatic converters...
View ArticleRevit .NET Creations API: Create a Circular Floor
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the NewFloor method has not. It is still in the Document.Create instance. Anyway, we figured where it is and...
View ArticleRevit .NET Creations API: Create Floor and Opening – 1st Try
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the NewFloor method has not. It is still in the Document.Create instance. Anyway, we figured where it is and...
View ArticleRevit .NET Creations API: Create Floor and Opening – 2nd Try
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the NewFloor method has not. It is still in the Document.Create instance. Anyway, we figured where it is and...
View ArticleRevit .NET Creations API: Create Floor and Opening – 3rd Try
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the NewFloor method has not. It is still in the Document.Create instance. Anyway, we figured where it is and...
View ArticleRevit .NET Creations API: Create Regular Polygonal Floor
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the NewFloor method has not. It is still in the Document.Create instance. Anyway, we figured where it is and...
View ArticleRevit .NET Creations API: Create Regular Polygonal Floor With Regular...
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the NewFloor method has not. It is still in the Document.Create instance. Anyway, we figured where it is and...
View ArticleRevit .NET API: No Full Circle Only Two Half Circles
In fact, we have addressed the issue recently in a few early posts, but it was not the focus there. If readers read those posts, they would have noticed the odd behavior already that a full circle...
View ArticleRevit .NET Creations API: Create Round Roof
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the roof generation method has not. It is still in the Document.Create instance. Anyway, we figured where it...
View ArticleRevit .NET Creations API: Create Regular Polygonal Roof
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the roof generation method has not. It is still in the Document.Create instance. Anyway, we figured where it...
View ArticleRevit .NET Creations API: Try to Create a Standalone Door
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleRevit .NET Creations API: Insert a Door into Wall - Pt. 1
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleArticle 0
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleRevit .NET Creations API: Create Window into Wall - Pt. 1
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleRevit .NET Creations API: Create Window into Wall - Pt. 2
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleRevit .NET Creations API: Create Window into Wall - Pt. 3 (At Center Middle...
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleRevit .NET Creations API: Insert a Door into Wall - Pt. 3 (At Bottom Middle...
In Revit .NET API 2013, though the NewWall method has been moved to the Wall class itself, the FamilyInstance generation method has not. It is still in the Document.Create instance. Anyway, we figured...
View ArticleRevit .NET Creations API: Wrap Document.NewFamilyInstance for Door/Window...
We have demonstrated creating Revit doors and windows using the Document.NewFamilyInstance Revit .NET API at various positions with both absolute coordinates and relative ones. When doing so, we...
View Article