ISectionFactoryGetParametricTrapeziumSection Method

Returns a parametric trapezium 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<IParametricTrapeziumSection> GetParametricTrapeziumSection(
	MaterialType materialType,
	double depth,
	double angle,
	double longerParallelSideLength,
	double shorterParallelSideLength,
	bool isFlippedHorizontally,
	bool isFlippedVertically
)

Parameters

materialType
Type: TSD.API.Remoting.MaterialsMaterialType
The material type of section
depth
Type: SystemDouble
The depth (in [mm])
angle
Type: SystemDouble
The angle of the sides (in [rad])
longerParallelSideLength
Type: SystemDouble
The length of the longer parallel side (in [mm])
shorterParallelSideLength
Type: SystemDouble
The length of the shorter parallel side (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: TaskIParametricTrapeziumSection
A parametric trapezium section with given parameters
See Also