Click or drag to resize

APIaddDTSection Method

Add a new beam double-T section to the model.
REST path: /section/add/dtshape/[Lz]/[Ly]/[tw]/[tf1]/[tf2]/[Lz2]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addDTSection(
	double Lz,
	double Ly,
	double tw,
	double tf1,
	double tf2,
	double Lz2 = 0
)

Parameters

Lz  Double
Outer base
Ly  Double
Outer height
tw  Double
Wall thickness
tf1  Double
Top flange thickness
tf2  Double
Bottom flange thickness
Lz2  Double  (Optional)
Outer bottom base, if different from top

Return Value

Int32
The ID assigned to the section.
See Also