Click or drag to resize

APIchangeOrAddSectionPoint Method

Change or add a point in an already defined section
REST path: /section/add/changeaddpt/[sectionID]/[ptID]/[x]/[y]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool changeOrAddSectionPoint(
	int sectionID,
	int seriesID,
	int ptID,
	double x,
	double y
)

Parameters

sectionID  Int32
ID of the section
seriesID  Int32
ID of the series, starts at 1
ptID  Int32
Point index in the series, starts at 1. Use 0 to add a point at the beginning of the series
x  Double
New z coordinate
y  Double
New y coordinate

Return Value

Boolean
True if successful
See Also