ISection |
Contains methods for obtaining sections
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The ISectionFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetNonParametricSectionsAsync(HeadCode, SectionGroup, NullableInt32, CancellationToken) | Returns a collection of non-parametric sections from given group | |
GetNonParametricSectionsAsync(HeadCode, Country, SystemType, MaterialType, SectionGeometry, SectionType, NullableInt32, CancellationToken) | Returns a collection of non-parametric sections fulfilling given criteria | |
GetParametricCircularSectionAsync | Returns a parametric circular section with given parameters | |
GetParametricCSectionAsync | Returns a parametric C section with given parameters | |
GetParametricElbowSectionAsync | Returns a parametric elbow section with given parameters | |
GetParametricISectionAsync | Returns a parametric I section with given parameters | |
GetParametricLozengeSectionAsync | Returns a parametric lozenge section with given parameters | |
GetParametricLSectionAsync | Returns a parametric L section with given parameters | |
GetParametricParallelogramSectionAsync | Returns a parametric parallelogram section with given parameters | |
GetParametricPolygonSectionAsync | Returns a parametric polygon section with given parameters | |
GetParametricRectangularSectionAsync | Returns a parametric rectangular section with given parameters | |
GetParametricTrapeziumSectionAsync | Returns a parametric trapezium section with given parameters | |
GetParametricTSectionAsync | Returns a parametric T section with given parameters |
See Also