KindOfTangent Enumeration |
An enumeration indicating the behavior of a tangent line at a given arc.
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 KindOfTangent
Public Enumeration KindOfTangent
public enum class KindOfTangent
Members
| Member name | Description |
---|
| IncomingTangent |
Indicates that the given tangent is entering the surface arc.
|
| OutgoingTangent |
Indicates that the given tangent is leaving the surface arc.
|
See Also