ConfigurableSurfaceProcedure Class |
Namespace: AGI.Foundation.RouteDesign.Advanced
The ConfigurableSurfaceProcedure type exposes the following members.
Name | Description | |
---|---|---|
ConfigurableSurfaceProcedure |
Create a new instance based on the given configuration dependency
|
Name | Description | |
---|---|---|
AnchorPoint |
Gets the surface location to use as a marker for the approximate center or point
of interest for the given procedure.
| |
ConnectionDependency |
Gets or sets the order in which to configure the surrounding connections.
| |
SurfacePathComputationalWeight |
Gets the weight to use when reporting progress. By default, the value is one.
|
Name | Description | |
---|---|---|
ConfigureEntry |
Given the list of connections, configure the previous connection as it enters this procedure.
Ensure that the connection is continuous in both position and heading. Note that the incoming
heading may have changed in between evaluations if other procedures are configuring the same
connection. The procedure is responsible for providing an entry arc which accounts for this change.
| |
ConfigureExit |
Given the list of connections, configure the next connection as it leaves this procedure.
Ensure that the connection is continuous in both position and heading. Note that the outgoing
heading may have changed in between evaluations if other procedures are configuring the same
connection. The procedure is responsible for providing an exit arc which accounts for this change.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSurfaceSegment |
Create an immutable SurfaceSegment representing the geometry of this procedure,
including any entry and exit arcs prior to the connections.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |