Click or drag to resize

APIimportOpenSeesRecorder Method

Import an OpenSees recorder text file. XML is also supported.
REST path: /op/import/recorder/[type]/[useTimeFlag]
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 importOpenSeesRecorder(
	string path,
	int type,
	bool useTimeFlag = true
)

Parameters

path  String
Full path of results file
type  Int32
Type of result: 1-displacements 2-reactions 3-eigenvectors 4-accelerations 5-forces
useTimeFlag  Boolean  (Optional)
Set to true if -time flag has been used in the recorder setting

Return Value

Boolean
Boolean
Remarks
Use only for recorders not obtained through procedures
See Also