StructuralSectionGeneralLA Constructor |
Creates a new instance of Angle Cold Formed shape.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic StructuralSectionGeneralLA(
double width,
double height,
double wallNominalThickness,
double wallDesignThickness,
double innerFillet,
double lipLength,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams analysisParams
)
Public Sub New (
width As Double,
height As Double,
wallNominalThickness As Double,
wallDesignThickness As Double,
innerFillet As Double,
lipLength As Double,
centroidHorizontal As Double,
centroidVertical As Double,
analysisParams As StructuralSectionAnalysisParams
)
public:
StructuralSectionGeneralLA(
double width,
double height,
double wallNominalThickness,
double wallDesignThickness,
double innerFillet,
double lipLength,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams^ analysisParams
)
new :
width : float *
height : float *
wallNominalThickness : float *
wallDesignThickness : float *
innerFillet : float *
lipLength : float *
centroidHorizontal : float *
centroidVertical : float *
analysisParams : StructuralSectionAnalysisParams -> StructuralSectionGeneralLA
Parameters
- width Double
-
Section width.
- height Double
-
Section height, depth.
- wallNominalThickness Double
-
Represents wall nominal thickness of rectangle.
- wallDesignThickness Double
-
Represents wall design thickness of rectangle.
- innerFillet Double
-
Inner Fillet - Corner fillet inner radius.
- lipLength Double
-
Lip segment length.
- centroidHorizontal Double
-
Distance from centroid to the left extremites along horizontal axis.
- centroidVertical Double
-
Distance from centroid to the upper extremites along vertical axis.
- analysisParams StructuralSectionAnalysisParams
-
Common set of parameters for structural analysis.
See Also