Class AnalysisFishHook
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The fish-hook analysis class
public class AnalysisFishHook : OpenLoopSteeringBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← OpenLoopSteeringBase ← AnalysisFishHook
Implements
IHasInitialVel
Inherited Members
OpenLoopSteeringBase.GetTestRigMotionUSUBArgument(string[]), OpenLoopSteeringBase.InitialVelocity, OpenLoopSteeringBase.VelocityUnitType, FullCarAnalysisBase.IsQuasiStaticStraightLineSetup, FullCarAnalysisBase.RoadFile, FullCarAnalysisBase.GearPositionType, FullCarAnalysisBase.TireRadiusPosition, AnalysisBase.m_pLnkContainer, AnalysisBase.SetModified(), AnalysisBase.GetTestRigMotionUSUBArgument(string[]), AnalysisBase.GetConvertUnit(LengthUnitType), AnalysisBase.GetGravity(), AnalysisBase.GetConvertUnit(VelocityUnitType), AnalysisBase.GetConvertUnit(AccelerationUnitType), AnalysisBase.IsSim
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisFishHook()
Initializes a new instance of the
public AnalysisFishHook()
AnalysisFishHook(ILinkContainer)
Initializes a new instance of the
public AnalysisFishHook(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
FirstSteer_Angle
Gets or sets the first steer angle.
public double FirstSteer_Angle { get; set; }
Property Value
FirstStep_Duration
Gets or sets the first duration of the step.
public double FirstStep_Duration { get; set; }
Property Value
FirstTurnDir
Gets or sets the first turn direction.
public TurnDirectionType FirstTurnDir { get; set; }
Property Value
FirstTurn_Duration
Gets or sets the duration of first turn.
public double FirstTurn_Duration { get; set; }
Property Value
SecondSteer_Angle
Gets or sets the second steer angle.
public double SecondSteer_Angle { get; set; }
Property Value
SecondStep_Duration
Gets or sets the duration of the second step.
public double SecondStep_Duration { get; set; }
Property Value
SecondTurnDirectionType
Gets or sets the second turn direction.
public TurnDirectionType SecondTurnDirectionType { get; set; }
Property Value
SecondTurn_Duration
Gets or sets the duration of second turn.
public double SecondTurn_Duration { get; set; }
Property Value
TireRadiusPosition
Gets the tire radius position.
public override int TireRadiusPosition { get; }
Property Value
Methods
GetTestRigMotionUSUBArgument(string[])
Gets the test-rig motion USUB argument.
public override void GetTestRigMotionUSUBArgument(string[] arParameter)
Parameters
arParameter string[]
The parameter array.