Click or drag to resize

APIaddDCSection Method

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

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addDCSection(
	double Lz,
	double Ly,
	double tw,
	double tf1,
	double tf2,
	double gap,
	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
gap  Double
Gap between single profiles
Lz2  Double  (Optional)
Outer bottom base, if different from top

Return Value

Int32
The ID assigned to the section.
See Also