SurfaceConnectionStatus Enumeration |
An enumeration indicating the status of the configuration of the surface geometry.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SurfaceConnectionStatus
Public Enumeration SurfaceConnectionStatus
public enum class SurfaceConnectionStatus
type SurfaceConnectionStatus
Members
| Member name | Description |
---|
| ConfiguredCorrectly |
The geometry was configured successfully.
|
| ConnectionIsImpossible |
The current connection is impossible without discontinuity. This is usually
caused by either two turns occurring too close together or where other constraints
cannot be resolved during configuration.
|
| PreviousConnectionUnconfigured |
There was a problem with the previous connection or it does not exist.
|
| NextConnectionUnconfigured |
There was a problem with the next connection or it does not exist.
|
| Unknown |
There was an unknown error with the configuration. Discontinuities may exist
in the resulting surface path.
|
See Also