Click or drag to resize

APIexportSAF Method

Export structural model in SAF file
REST path: /op/export/saf
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool exportSAF(
	string path
)

Parameters

path  String
Full path of SAF .xlsx file

Return Value

Boolean
True if successful
See Also