Click or drag to resize

APIaddCircSection Method

Add a new beam circular section to the model.
REST path: /section/add/circ/[D]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addCircSection(
	double D
)

Parameters

D  Double
Diameter D

Return Value

Int32
The ID assigned to the section.
See Also