Click or drag to resize

APIaddHoleInSection Method

Add and empty figure in an already defined beam section
REST path: /section/add/hole/[sectionID]/[material]/[doNotCenter]
REST verb: GET
REST header: {"x",x},{"y",y}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addHoleInSection(
	int sectionID,
	double[] x,
	double[] y,
	int material = 0,
	bool doNotCenter = false
)

Parameters

sectionID  Int32
ID of the section
x  Double
Array of x coordinates
y  Double
Array of y coordinates
material  Int32  (Optional)
Optional, ID of the figure material
doNotCenter  Boolean  (Optional)
Optional, avoid section centering

Return Value

Boolean
True if successful
See Also