该类代表带唇的L型钢结构型材。这种结构型材通常用于建筑中的支撑和支架等结构中。
继承自:Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionLProfile
该类继承了父类Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionLProfile的所有属性。
该类继承了父类Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionLProfile的所有方法。
以下示例将创建一个带唇的L型钢结构型材。
// 构造一个唇高为60,宽为20,肋高为150的带唇的L型钢结构型材,并设置两侧肋的形状
StructuralSection LProfileWithLips = StructuralSectionLProfileWithLips.Create("L60x20x150Lip20", "L60x20x150Lip20", 60, 20, 150, StructuralSectionLProfileWithLipsLipLocation.Center);
LProfileWithLips.SetLipForms(StructuralSectionLProfileWithLipsLipLocation.Center, FormIt.CreateTwoPointRectangleProfile(40, 60));
该类继承了父类Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionLProfile的所有异常。