ISectionFactoryGetParametricISectionAsync Method

Returns a parametric I section with given parameters

Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
Task<IParametricISection> GetParametricISectionAsync(
	MaterialType materialType,
	double depth,
	double webThickness,
	double topFlangeThickness,
	double bottomFlangeThickness,
	double topFlangeBreadth,
	double bottomFlangeBreadth,
	bool isFlippedVertically,
	CancellationToken cancellationToken = default
)

Parameters

materialType  MaterialType
The material type of section
depth  Double
The depth (in [mm])
webThickness  Double
The web thickness (in [mm])
topFlangeThickness  Double
The thickness of the top flange (in [mm])
bottomFlangeThickness  Double
The thickness of the bottom flange (in [mm])
topFlangeBreadth  Double
The breadth of the top flange (in [mm])
bottomFlangeBreadth  Double
The breadth of the bottom flange (in [mm])
isFlippedVertically  Boolean
A value indicating whether the section should be flipped vertically
cancellationToken  CancellationToken  (Optional)
The optional cancellation token

Return Value

TaskIParametricISection
A parametric I section with given parameters
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next