Click or drag to resize

APIaddTSection Method

Add a new beam T section to the model.
REST path: /section/add/tshape/[Lz]/[Ly]/[tw]/[tf1]
REST verb: GET

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

Parameters

Lz  Double
Outer base
Ly  Double
Outer height
tw  Double
Wall thickness
tf1  Double
Top flange thickness

Return Value

Int32
The ID assigned to the section.
See Also