| Class and Description |
|---|
| artisynth.core.materials.CubicHyperelastic
This class has been replaced by the more general
YeohMaterial, which should be used instead. |
| artisynth.core.inverse.ForceTarget
Class has been replaced by ConstraintForceTarget for greater
clarity.
|
| artisynth.core.inverse.ForceTargetTerm
Class has been replaced by ConstraintForceTerm for greater
clarity.
|
| artisynth.core.materials.FungMaterial
This class has been replaced by the more descriptively named
FungOrthotropicMaterial, which should be used instead. |
| artisynth.core.materials.Millard2012AxialLigament
This class has been replaced by the more appropriately named
Millard2012AxialTendon, which should be used instead. |
| artisynth.core.mechmodels.RigidCompositeBody
the functionality offered is now provided by
RigidBody. |
| Enum and Description |
|---|
| artisynth.core.inverse.FrameExciter.WrenchComponent
Use
FrameExciter.WrenchDof instead. |
| artisynth.core.inverse.PointExciter.PointForceComponent
Use
PointExciter.ForceDof instead. |
| Constructor and Description |
|---|
| artisynth.core.materials.ConstantAxialMuscle(double)
For historical reasons, this constructor sets the deprecated
forceScaling property to 1000, thuis scaling the effective value
of fmax. |
| artisynth.core.inverse.FrameExciter(Frame, FrameExciter.WrenchComponent, double) |
| artisynth.core.inverse.FrameExciter(String, Frame, FrameExciter.WrenchComponent, double) |
| artisynth.core.materials.LinearAxialMuscle(double, double)
For historical reasons, this constructor sets the deprecated
forceScaling property to 1000, thuis scaling the effective value
of fmax. |
| artisynth.core.materials.PaiAxialMuscle(double, double, double, double, double)
For historical reasons, this constructor sets the deprecated
forceScaling property to 1000, thus scaling the effective value
of fmax. |
| artisynth.core.materials.PaiAxialMuscle(double, double, double, double, double, double)
For historical reasons, this constructor sets the deprecated
forceScaling property to 1000, this scaling the effective values
of fmax and damping. |
| artisynth.core.materials.PeckAxialMuscle(double, double, double, double, double)
For historical reasons, this constructor sets the deprecated
forceScaling property to 1000, thus scaling the effective value
of fmax. |
| artisynth.core.materials.PeckAxialMuscle(double, double, double, double, double, double)
For historical reasons, this constructor sets the deprecated
forceScaling property to 1000, thus scaling the effective values
of fmax and damping. |
| artisynth.core.inverse.PointExciter(Point, PointExciter.PointForceComponent, double)
Use
PointExciter.PointExciter(Point,ForceDof,double)
instead. |
| artisynth.core.inverse.PointExciter(String, Point, PointExciter.PointForceComponent, double) |