Click or drag to resize

APIaddDLSection Method

Add a new beam double L section to the model.
REST path: /section/add/doublelshape/[Lz]/[Ly]/[tw]/[tf1]/[gap]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addDLSection(
	double Lz,
	double Ly,
	double tw,
	double tf1,
	double gap
)

Parameters

Lz  Double
Outer base
Ly  Double
Outer height
tw  Double
Wall thickness
tf1  Double
Bottom flange thickness
gap  Double
Gap between single profiles

Return Value

Int32
The ID assigned to the section.
See Also