ISectionFactoryGetParametricLozengeSection Method

Returns a parametric lozenge 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<IParametricLozengeSection> GetParametricLozengeSection(
	MaterialType materialType,
	double depth,
	double breadth
)

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])

Return Value

Type: TaskIParametricLozengeSection
A parametric lozenge section with given parameters
See Also