ISectionFactoryGetParametricElbowSection Method

Returns a parametric elbow 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<IParametricElbowSection> GetParametricElbowSection(
	MaterialType materialType,
	double horizontalLength,
	double angledLength,
	double thickness,
	double angle,
	bool isFlippedHorizontally,
	bool isFlippedVertically
)

Parameters

materialType
Type: TSD.API.Remoting.MaterialsMaterialType
The material type of section
horizontalLength
Type: SystemDouble
The length of the horizontal leg (in [mm])
angledLength
Type: SystemDouble
The length of the angled leg (in [mm])
thickness
Type: SystemDouble
The thickness (in [mm])
angle
Type: SystemDouble
The angle of the legs (in [rad])
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: TaskIParametricElbowSection
A parametric elbow section with given parameters
See Also