SurfaceArcStartParameter Property |
Gets or sets a parameter along the closed arc that represents the entry into 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 StartParameter { get; set; }
Public Overridable Property StartParameter As Double
Get
Set
public:
virtual property double StartParameter {
double get ();
void set (double value);
}
abstract StartParameter : float with get, set
override StartParameter : float with get, set
Property Value
Type:
DoubleSee Also