ISectionFactoryGetParametricCSection Method

Returns a parametric C section with given parameters

Namespace:  TSD.API.Remoting.Sections
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IParametricCSection> GetParametricCSection(
	MaterialType materialType,
	double depth,
	double breadth,
	double webThickness,
	double topFlangeThickness,
	double bottomFlangeThickness,
	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])
topFlangeThickness
Type: SystemDouble
The top flange thickness (in [mm])
bottomFlangeThickness
Type: SystemDouble
The bottom 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: TaskIParametricCSection
A parametric C section with given parameters
See Also