Click or drag to resize

APIaddPipeSection Method

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

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

Parameters

D  Double
Outer diameter D
t  Double
Thickness t

Return Value

Int32
The ID assigned to the section.
See Also