public class Ligament extends ForceSpringBase
VisibleBase.DisplayPreference
Constructor and Description |
---|
Ligament() |
Modifier and Type | Method and Description |
---|---|
Ligament |
clone() |
AxialMaterial |
createMaterial() |
FunctionBase |
getForceLengthCurve() |
double |
getPCSAForce() |
double |
getRestingLength() |
void |
setForceLengthCurve(FunctionBase flc) |
void |
setPCSAForce(double f) |
void |
setRestingLength(double l) |
createComponent, getGeometryPath, setGeometryPath
getAppliesForce, isDisabled, setAppliesForce, setDisabled
createRenderProps, getVisibleObject, setVisibleObject
getColor, getDisplayPreference, getOpacity, setColor, setDisplayPreference, setOpacity
public void setRestingLength(double l)
public double getRestingLength()
public void setPCSAForce(double f)
public double getPCSAForce()
public void setForceLengthCurve(FunctionBase flc)
public FunctionBase getForceLengthCurve()
public Ligament clone()
clone
in interface Clonable
clone
in class ForceSpringBase
public AxialMaterial createMaterial()