Click or drag to resize

APIaddBoxSection Method

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

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

Parameters

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

Return Value

Int32
The ID assigned to the section.
See Also