Click or drag to resize

RacetrackHoldProcedure Properties

The RacetrackHoldProcedure type exposes the following members.

Properties
  NameDescription
Public propertyCenterOfTurnOne
Gets or sets the center of the first racetrack turn.
Public propertyCenterOfTurnTwo
Gets or sets the center of the second racetrack turn.
Public propertyConstrainEntryAndExitToTrackArcs
Gets or sets a value indicating whether to ignore the additional entry and exit turns, restricting the entry and exit to be tangent to the two turns in the racetrack. By default, this is set to false.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyMinimumRevolutions
Gets or sets the minimum number of complete revolutions around the racetrack to make prior to leaving. The number of revolutions may be more if the MinimumTime condition is not met.
Public propertyMinimumTime
Gets or sets the minimum time to spend in the hold before leaving. The time spent in the hold may be more if the number of MinimumRevolutions is not met.
Public propertyProfile
Gets or sets the profile to use for this racetrack hold. See ConstantHeightProfile.
Public propertySurfaceShape
Gets or sets the reference surface over which to define the geometry.
Public propertyTurnDirection
Gets or sets the direction in which the racetrack turns.
Public propertyTurningRadiusForEntryAndExit
Gets or sets the turning radius used to enter and exit the racetrack, in meters.
Public propertyTurningRadiusForHold
Gets or sets the radius of the circular arcs at either end of the racetrack, in meters.
Top
See Also