Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum KindOfTangent
Members
  Member nameDescription
IncomingTangent Indicates that the given tangent is entering the surface arc.
OutgoingTangent Indicates that the given tangent is leaving the surface arc.
See Also