Method GetParametricCircularSectionAsync

GetParametricCircularSectionAsync(MaterialType, double, CancellationToken)

Returns a parametric circular section with given parameters

Declaration
Task<IParametricCircularSection> GetParametricCircularSectionAsync(MaterialType materialType, double outerDiameter, CancellationToken cancellationToken = default)
Parameters
Type Name Description
MaterialType materialType

The material type of section

double outerDiameter

The outer diameter (in [mm])

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IParametricCircularSection>

A parametric circular section with given parameters

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next