Click or drag to resize

APIgetFunctionPlot Method

Get plot of the selected function
REST path: /function/plot/[funcID]
REST verb: GET
REST header: {"path", imagePath}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool getFunctionPlot(
	int funcID,
	string imagePath
)

Parameters

funcID  Int32
ID of the function
imagePath  String
Path of the PNG image to be written

Return Value

Boolean
True if successful
See Also