ISectionFactoryGetParametricTSection Method

Returns a parametric T 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<IParametricTSection> GetParametricTSection(
	MaterialType materialType,
	double depth,
	double breadth,
	double webThickness,
	double flangeThickness,
	double distanceOfStemCentre,
	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])
distanceOfStemCentre
Type: SystemDouble
The offset of the stem centre-line from the left-hand end (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: TaskIParametricTSection
A parametric T section with given parameters
See Also