Click or drag to resize

SurfaceArc.ConfigureConnection Method

Given a connection, configure it so that it is tangent to the surface arc.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public double ConfigureConnection(
	ConfigurableConnection connection,
	KindOfTangent tangentBehavior
)

Parameters

connection
Type: AGI.Foundation.RouteDesign.Advanced.ConfigurableConnection
The connection to configure.
tangentBehavior
Type: AGI.Foundation.RouteDesign.Advanced.KindOfTangent
Indicates whether the connection is leaving the arc or entering it.

Return Value

Type: Double
True if the configuration was successful. Otherwise, returns false to indicate that the connection is impossible (usually because the other end of the connection lies within the radius of the surface arc).
See Also