Click or drag to resize

APIimportSAF Method

Import structural model in SAF file
REST path: /op/import/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 importSAF(
	string path
)

Parameters

path  String
Full path of SAF .xlsx file

Return Value

Boolean
True if results have been read
See Also