SurfaceArcStopParameter Property |
Gets or sets a parameter along the closed arc that represents the exit from the arc.
The parameterization is used to find tangents to the surface path.
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 virtual double StopParameter { get; set; }
Public Overridable Property StopParameter As Double
Get
Set
public:
virtual property double StopParameter {
double get ();
void set (double value);
}
abstract StopParameter : float with get, set
override StopParameter : float with get, set
Property Value
Type:
DoubleSee Also