HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.HyperFea Class Reference

Public Member Functions

 __init__ (self, _api.HyperFea hyperFea)
types.HyperFeaSolver GetSolverSetup (self)
 Get the current FEA solver setup.
None RunIterations (self, int numberOfIterations, bool startWithSizing)
 Run HyperFEA.
types.SimpleStatus SetupSolver (self, str solverPath, str arguments)
 Setup FEA solver.
types.SimpleStatus TestSolver (self)
 Test FEA solver setup.

Protected Attributes

 _Entity = hyperFea

Properties

 AutomatedConstraints = property
 ManualConstraints = property

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.HyperFea.__init__ ( self,
_api.HyperFea hyperFea )

Member Function Documentation

◆ GetSolverSetup()

types.HyperFeaSolver hyperx.api.HyperFea.GetSolverSetup ( self)

Get the current FEA solver setup.

◆ RunIterations()

None hyperx.api.HyperFea.RunIterations ( self,
int numberOfIterations,
bool startWithSizing )

Run HyperFEA.

◆ SetupSolver()

types.SimpleStatus hyperx.api.HyperFea.SetupSolver ( self,
str solverPath,
str arguments )

Setup FEA solver.

◆ TestSolver()

types.SimpleStatus hyperx.api.HyperFea.TestSolver ( self)

Test FEA solver setup.

Member Data Documentation

◆ _Entity

hyperx.api.HyperFea._Entity = hyperFea
protected

Property Documentation

◆ AutomatedConstraints

hyperx.api.HyperFea.AutomatedConstraints = property
static

◆ ManualConstraints

hyperx.api.HyperFea.ManualConstraints = property
static

The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py