Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionZProfileWithLips是Revit的一种结构剖面类型,它表示具有唇部的Z形截面的钢构建筑材料。
以下是StructuralSectionZProfileWithLips的常用属性列表:
该类提供了一些常用方法,包括:
// 创建一个具有唇部的Z形截面材料
StructuralSectionZProfileWithLips zProfileWithLips = new StructuralSectionZProfileWithLips(100, 50, 5, 20, 10);
// 获取尺寸信息
SectionDimensions dimensions = zProfileWithLips.GetDimensions();