Click or drag to resize

APIaddRectSection Method

Add a new beam rectangular section to the model.
REST path: /section/add/rect/[Lz]/[Ly]
REST verb: GET

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

Parameters

Lz  Double
Base Lz
Ly  Double
Height Ly

Return Value

Int32
The ID assigned to the section.
See Also