Click or drag to resize

StandardTransitionProfile Properties

The StandardTransitionProfile type exposes the following members.

Properties
  NameDescription
Public propertyAllowModificationOfFinalHeight
Gets or sets a value indicating whether to allow changes to the FinalHeight while configuring the route. By default, this is true.
Public propertyAllowModificationOfInitialHeight
Gets or sets a value indicating whether to allow changes to the InitialHeight while configuring the route. By default, this is true.
Public propertyCruiseSpeed
Gets or sets the speed to use as the target speed at which to traverse along the path.
Public propertyDynamics
Gets or sets the set of parameters specifying the achievable accelerations during the profile.
Public propertyFinalHeight
Gets or sets the final height of the incline with respect to the surface path, in meters. If AllowModificationOfFinalHeight is false, this height will be fixed during the configuration. Otherwise, the surrounding profiles may modify it to configure the route.
Public propertyFinalHeightRate
Gets or sets the final vertical velocity, in meters per second. If AllowModificationOfInitialHeight is false, this height will be fixed during the configuration. Otherwise, the surrounding profiles may modify it to configure the route.
Public propertyFinalSpeed
Gets or sets the final speed at the end of the profile.
Public propertyHeightReferenceSurface
Gets or sets the reference surface above which the height is defined.
Public propertyInitialHeight
Gets or sets the initial height of the incline with respect to the surface path, in meters. If AllowModificationOfInitialHeight is false, this height will be fixed during the configuration. Otherwise, the surrounding profiles may modify it to configure the route.
Public propertyInitialHeightRate
Gets or sets the initial vertical velocity, in meters per second. If AllowModificationOfInitialHeight is false, this height will be fixed during the configuration. Otherwise, the surrounding profiles may modify it to configure the route.
Public propertyInitialSpeed
Gets or sets the initial speed at the beginning of the profile.
Public propertyUseDirectTransition
Gets or sets a value indicating whether to attempt to transition directly from the initial height to the final height or whether to cruise at the initial height and then ascend or descend to the final height at the rate given by the specified Dynamics. By default, this is true.
Top
See Also