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

Task<IParametricLSection> GetParametricLSection( MaterialType materialType, double depth, double breadth, double webThickness, double flangeThickness, bool isFlippedHorizontally, bool isFlippedVertically )
Parameters
- materialType
- Type: TSD.API.Remoting.MaterialsMaterialType
The material type of section - depth
- Type: SystemDouble
The depth (in [mm]) - breadth
- Type: SystemDouble
The breadth (in [mm]) - webThickness
- Type: SystemDouble
The web thickness (in [mm]) - flangeThickness
- Type: SystemDouble
The flange thickness (in [mm]) - isFlippedHorizontally
- Type: SystemBoolean
A value indicating whether the section should be flipped horizontally - isFlippedVertically
- Type: SystemBoolean
A value indicating whether the section should be flipped vertically
Return Value
Type: TaskIParametricLSectionA parametric L section with given parameters
