Autodesk.Revit.DB.Analysis.ConceptualConstructionWallType是Revit API中的一种类型,用于表示概念构造墙类型。
Autodesk.Revit.DB.Analysis.ConceptualConstructionWallType继承自Autodesk.Revit.DB.WallType类。
Autodesk.Revit.DB.Analysis.ConceptualConstructionWallType具有以下属性:
Autodesk.Revit.DB.Analysis.ConceptualConstructionWallType具有以下方法:
Autodesk.Revit.DB.Analysis.ConceptualConstructionWallType通常用于进行墙的分析和模拟。
以下是创建一个概念构造墙类型的示例代码:
// 获取Revit文档对象
Document doc = ...;
// 获取WallType对象
WallType wallType = ...;
// 创建概念构造墙类型
ConceptualConstructionWallType ccWallType = ConceptualConstructionWallType.Create(doc, wallType.Id);
// 设置分析表面来源
ccWallType.AnalyticSurfaceSource = AnalyticSurfaceSourceType.AnalyticSurfa;