Click or drag to resize

APIimportDolmen Method

Import a CDM Dolmen model
REST path: /op/import/dolmen
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 importDolmen(
	string path
)

Parameters

path  String
Full path of STR file

Return Value

Boolean
True if results have been read, only if .bin results are in the same folder
See Also