S3D.solve
This namespace provides methods to interact with the S3D solver.
S3D.generalSolve
#
Description: Run a solve.
Operation Type: Asynchronous
Params: S3D.generalSolve(structure, callback)
Key | Type | Description |
---|---|---|
structure | Object | The structure object to solve. |
callback | Function | A callback function that receives a results object. |
Sample:
solveStructure.js
S3D.analysisReport
#
Description: Generate an analysis report, based on the above solve.
Operation Type: Asynchronous
Params: S3D.analysisReport(settings, callback)
Key | Type | Description |
---|---|---|
settings | Object | Settings of your report to be generated. |
callback | Function | A callback function that receives links to the final PDF report. |
Sample: