Click or drag to resize

APIaddOmegaSection Method

Add a new beam omega or cold-formed C section to the model.
REST path: /section/add/omega/[Lz]/[Ly]/[tw]/[d]
REST verb: GET

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

Parameters

Lz  Double
Inner base
Ly  Double
Outer height
tw  Double
Wall thickness
d  Double
Outer flange length

Return Value

Int32
The ID assigned to the section.
See Also