Table of Contents

Class HyperFea

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public class HyperFea
Inheritance
HyperFea
Inherited Members

Properties

AutomatedConstraints

public AutomatedConstraintCol AutomatedConstraints { get; }

Property Value

AutomatedConstraintCol

ManualConstraints

public ManualConstraintCol ManualConstraints { get; }

Property Value

ManualConstraintCol

Methods

GetSolverSetup()

public HyperFeaSolver GetSolverSetup()

Returns

HyperFeaSolver

RunIterations(int, bool, StressReportFormat?)

public void RunIterations(int numberOfIterations, bool startWithSizing, StressReportFormat? stressReportFormat = null)

Parameters

numberOfIterations int
startWithSizing bool
stressReportFormat StressReportFormat?

SetupSolver(string, string)

public SimpleStatus SetupSolver(string solverPath, string arguments)

Parameters

solverPath string
arguments string

Returns

SimpleStatus

SetupSolver(string, string, bool)

public SimpleStatus SetupSolver(string solverPath, string arguments, bool isBatchRun)

Parameters

solverPath string
arguments string
isBatchRun bool

Returns

SimpleStatus

TestSolver()

public SimpleStatus TestSolver()

Returns

SimpleStatus