该结构体表示具有斜翼缘分割的 I 形断面。其属性包括以下内容:
以下代码示例展示如何创建一个 StructuralSectionISplitSlopedFlange
实例:
// 创建材料元素Id
ElementId materialId = new ElementId(BuiltInCategory.OST_StructuralFraming);
// 创建分割翼缘的 I 形断面
StructuralSectionISplitSlopedFlange section = new StructuralSectionISplitSlopedFlange(
"I200x100x10x10_Split50", materialId, 200.0, 100.0, 10.0, 10.0, 50.0);