Import data into the current job
Import Text File
Creates a new job and imports the SpaceGass text file into it. The new job will use the units defined in the imported text file โ no conversion is performed.
No job must be open when calling this endpoint. If a job is already open (even an empty one), the request will return 409 Conflict โ close the current job first using POST /job/close.
The file should be uploaded as multipart/form-data with the field name "file".
Example usage with curl:
Code
Import Text File โบ Responses
Text file imported successfully. Returns the new job status with model counts.
Read DTO for job responses. Model counts and file state are available via GET /job/status (JobStatusDto).
Current session/file state of the job.
Summary counts of structural entities in the current job โ geometry, boundary conditions, and section/material properties.
Summary counts of load-related entities in the current job โ load case management and all applied load types.
Summary of which analysis types have stored results for the current job. Values are read from Fortran result-file headers on disk โ a lightweight header-only read that does not load result datasheets.
Summary of which steel design types have stored results for the current job. Values are read from Fortran result-file headers on disk โ a lightweight header-only read that does not load result datasheets.
accessModeCurrent operational mode of the API.

