Click or drag to resize

StaticRouteProfileStaticConfigurableProfile Class

A helper class which takes a ProfileSegment and a SurfaceSegment which correspond to each other and indicates to the route design system to disallow any modification of the user's geometry.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.RouteDesign.AdvancedConfigurableProfile
    AGI.Foundation.RouteDesign.AdvancedStaticRouteProfileStaticConfigurableProfile

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class StaticConfigurableProfile : ConfigurableProfile

The StaticRouteProfileStaticConfigurableProfile type exposes the following members.

Constructors
  NameDescription
Public methodStaticRouteProfileStaticConfigurableProfile
Create a new instance based on the specified predefined geometry.
Top
Properties
  NameDescription
Public propertyAllowModificationOfFinalHeight
Gets a value indicating whether to allow other profiles to modify the final height of this profile in order to ensure continuity.
(Overrides ConfigurableProfileAllowModificationOfFinalHeight.)
Public propertyAllowModificationOfFinalHeightRate
Gets a value indicating whether to allow other profiles to modify the final height rate of this profile in order to ensure continuity.
(Overrides ConfigurableProfileAllowModificationOfFinalHeightRate.)
Public propertyAllowModificationOfFinalSpeed
Gets a value indicating whether to allow other profiles to modify the final speed of this profile in order to ensure continuity.
(Overrides ConfigurableProfileAllowModificationOfFinalSpeed.)
Public propertyAllowModificationOfInitialHeight
Gets a value indicating whether to allow other profiles to modify the initial height of this profile in order to ensure continuity.
(Overrides ConfigurableProfileAllowModificationOfInitialHeight.)
Public propertyAllowModificationOfInitialHeightRate
Gets a value indicating whether to allow other profiles to modify the initial height rate of this profile in order to ensure continuity.
(Overrides ConfigurableProfileAllowModificationOfInitialHeightRate.)
Public propertyAllowModificationOfInitialSpeed
Gets a value indicating whether to allow other profiles to modify the initial speed of this profile in order to ensure continuity.
(Overrides ConfigurableProfileAllowModificationOfInitialSpeed.)
Public propertyFinalHeight
Gets or sets the final height of this profile above the reference surface.
(Overrides ConfigurableProfileFinalHeight.)
Public propertyFinalHeightRate
Gets or sets the final height rate for this profile.
(Overrides ConfigurableProfileFinalHeightRate.)
Public propertyFinalSpeed
Gets or sets the final speed for this profile.
(Overrides ConfigurableProfileFinalSpeed.)
Public propertyHeightReferenceSurface
Gets the reference terrain surface from which the height is measured.
(Overrides ConfigurableProfileHeightReferenceSurface.)
Public propertyInitialHeight
Gets or sets the initial height of this profile above the reference surface.
(Overrides ConfigurableProfileInitialHeight.)
Public propertyInitialHeightRate
Gets or sets the initial height rate for this profile.
(Overrides ConfigurableProfileInitialHeightRate.)
Public propertyInitialSpeed
Gets or sets the initial speed for this profile.
(Overrides ConfigurableProfileInitialSpeed.)
Public propertyProfileComputationalWeight
Gets a scalar value indicating how expensive the configuration of this profile is. This is used to indicate to the ITrackCalculationProgress instance fed to the RoutePropagator that certain profiles will take longer than others (larger computational weight).
(Inherited from ConfigurableProfile.)
Public propertyTargetFinalHeight
Gets the final height that this profile will attempt to target. If the parameters for platform dynamics or the geometry specified for this profile are insufficient to satisfy the given target, the profile will get as close as it can and then the surrounding connections will attempt to make up the difference.
(Overrides ConfigurableProfileTargetFinalHeight.)
Public propertyTargetFinalHeightRate
Gets the final height rate that this profile will attempt to target. If the parameters for platform dynamics or the geometry specified for this profile are insufficient to satisfy the given target, the profile will get as close as it can and then the surrounding connections will attempt to make up the difference.
(Overrides ConfigurableProfileTargetFinalHeightRate.)
Public propertyTargetFinalSpeed
Gets the final speed that this profile will attempt to target. If the parameters for platform dynamics or the geometry specified for this profile are insufficient to satisfy the given target, the profile will get as close as it can and then the surrounding connections will attempt to make up the difference.
(Overrides ConfigurableProfileTargetFinalSpeed.)
Public propertyTargetInitialHeight
Gets the initial height that this profile will attempt to target. If the parameters for platform dynamics or the geometry specified for this profile are insufficient to satisfy the given target, the profile will get as close as it can and then the surrounding connections will attempt to make up the difference.
(Overrides ConfigurableProfileTargetInitialHeight.)
Public propertyTargetInitialHeightRate
Gets the initial height rate that this profile will attempt to target. If the parameters for platform dynamics or the geometry specified for this profile are insufficient to satisfy the given target, the profile will get as close as it can and then the surrounding connections will attempt to make up the difference.
(Overrides ConfigurableProfileTargetInitialHeightRate.)
Public propertyTargetInitialSpeed
Gets the initial speed that this profile will attempt to target. If the parameters for platform dynamics or the geometry specified for this profile are insufficient to satisfy the given target, the profile will get as close as it can and then the surrounding connections will attempt to make up the difference.
(Overrides ConfigurableProfileTargetInitialSpeed.)
Top
Methods
  NameDescription
Public methodConfigureProfiles
Configure this profile in relation to the previous and next profile to make sure than they each connect continuously. Specify the result of the configuration in the output.
(Overrides ConfigurableProfileConfigureProfiles(ConfigurableProfile, ConfigurableProfile, ITrackCalculationProgress).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFreezeFinalConditions
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its final boundary conditions.
(Overrides ConfigurableProfileFreezeFinalConditions.)
Public methodFreezeInitialConditions
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its initial boundary conditions.
(Overrides ConfigurableProfileFreezeInitialConditions.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProfileSegment
Get the time dynamic geometry of the profile after configuration.
(Overrides ConfigurableProfileGetProfileSegment.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also