Click or drag to resize

APIrefreshDesignerView Method

Refresh view of the remote connected instance of NextFEM Designer. Valid only after connect() command.
REST path: /op/view/[vstate]/[resize]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public void refreshDesignerView(
	int vstate = 0,
	bool resize = false
)

Parameters

vstate  Int32  (Optional)
Optional. Int value from ViewState enumerator, default is Reset (0). (1) NoOperation, (2) NodesVisible, (3) NodesNumber, (4) ElementsNumber, etc.
resize  Boolean  (Optional)
Optional, default to false (no view resize)
See Also