Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionCProfileWithLips
是Revit中用于创建具有唇形加强筋的C型剖面截面的类。该类继承自Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionCProfile
类。
public StructuralSectionCProfileWithLips(double width, double height, double lipWidth,
double lipHeight, double thickness, SketchPlane sketchPlane)
width
:截面宽度。height
:截面高度。lipWidth
:唇形加强筋宽度。lipHeight
:唇形加强筋高度。thickness
:截面厚度。sketchPlane
:剖面所在的草图平面。public double LipHeight { get; }
double
public double LipWidth { get; }
double