public class SimulationPrefs extends Preferences
Constructor and Description |
---|
SimulationPrefs(SimulationSettings settings) |
actionPerformed, getEditingPanel, getProperty, isWritable, numScanWarnings, scan, setDefaults, write, writeItems
public SimulationPrefs(SimulationSettings settings)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class Preferences
public double getMaxStepSize()
public void setMaxStepSize(double maxStepSize)
public MechSystemSolver.PosStabilization getStabilization()
public void setStabilization(MechSystemSolver.PosStabilization stabilization)
public CollisionManager.ColliderType getColliderType()
public Range getColliderTypeRange()
public void setColliderType(CollisionManager.ColliderType colliderType)
public boolean getUseImplicitFriction()
public void setUseImplicitFriction(boolean enable)
public boolean getAbortOnInvertedElements()
public void setAbortOnInvertedElements(boolean abortOnInvertedElements)
public SparseSolverId getMatrixSolver()
public void setMatrixSolver(SparseSolverId MatrixSolver)
public boolean getHybridSolvesEnabled()
public void setHybridSolvesEnabled(boolean hybridSolvesEnabled)
public int getNumSolverThreads()
public void setNumSolverThreads(int num)
public boolean getShowIllConditionedSolves()
public void setShowIllConditionedSolves(boolean enable)
public void setFromCurrent()
setFromCurrent
in class Preferences
public void applyToCurrent()
applyToCurrent
in class Preferences