![]() | ISectionFactoryGetParametricISection Method |
Returns a parametric I section with given parameters
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task<IParametricISection> GetParametricISection( MaterialType materialType, double depth, double webThickness, double topFlangeThickness, double bottomFlangeThickness, double topFlangeBreadth, double bottomFlangeBreadth, bool isFlippedVertically )
Parameters
- materialType
- Type: TSD.API.Remoting.MaterialsMaterialType
The material type of section - depth
- Type: SystemDouble
The depth (in [mm]) - webThickness
- Type: SystemDouble
The web thickness (in [mm]) - topFlangeThickness
- Type: SystemDouble
The thickness of the top flange (in [mm]) - bottomFlangeThickness
- Type: SystemDouble
The thickness of the bottom flange (in [mm]) - topFlangeBreadth
- Type: SystemDouble
The breadth of the top flange (in [mm]) - bottomFlangeBreadth
- Type: SystemDouble
The breadth of the bottom flange (in [mm]) - isFlippedVertically
- Type: SystemBoolean
A value indicating whether the section should be flipped vertically
Return Value
Type: TaskIParametricISectionA parametric I section with given parameters
