Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class AnalysisFishHook

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll

The fish-hook analysis class

public class AnalysisFishHook : OpenLoopSteeringBase, IHasInitialVel

Inheritance

objectAnalysisBaseFullCarAnalysisBaseOpenLoopSteeringBaseAnalysisFishHook

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(object, LinkPropertyType)

Constructors

AnalysisFishHook()

Initializes a new instance of the class.

public AnalysisFishHook()

Initializes a new instance of the class.

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

double

FirstStep_Duration

Gets or sets the first duration of the step.

public double FirstStep_Duration { get; set; }

Property Value

double

FirstTurnDir

Gets or sets the first turn direction.

public TurnDirectionType FirstTurnDir { get; set; }

Property Value

TurnDirectionType

FirstTurn_Duration

Gets or sets the duration of first turn.

public double FirstTurn_Duration { get; set; }

Property Value

double

SecondSteer_Angle

Gets or sets the second steer angle.

public double SecondSteer_Angle { get; set; }

Property Value

double

SecondStep_Duration

Gets or sets the duration of the second step.

public double SecondStep_Duration { get; set; }

Property Value

double

SecondTurnDirectionType

Gets or sets the second turn direction.

public TurnDirectionType SecondTurnDirectionType { get; set; }

Property Value

TurnDirectionType

SecondTurn_Duration

Gets or sets the duration of second turn.

public double SecondTurn_Duration { get; set; }

Property Value

double

TireRadiusPosition

Gets the tire radius position.

public override int TireRadiusPosition { get; }

Property Value

int

Methods

GetTestRigMotionUSUBArgument(string[])

Gets the test-rig motion USUB argument.

public override void GetTestRigMotionUSUBArgument(string[] arParameter)

Parameters

arParameter string[]

The parameter array.

Connect with Ansys