ISectionFactoryGetParametricParallelogramSection Method

Returns a parametric parallelogram 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<IParametricParallelogramSection> GetParametricParallelogramSection(
	MaterialType materialType,
	double horizontalLength,
	double angledLength,
	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 side (in [mm])
angledLength
Type: SystemDouble
The length of the angled side (in [mm])
angle
Type: SystemDouble
The angle of the sides (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: TaskIParametricParallelogramSection
A parametric parallelogram section with given parameters
See Also