 Description
Description
Get the curvature tolerance which determines acceptable angular difference between slopes over consecutive steps
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property CurvatureTolerance() As Double
 | 
| [C#] | 
|---|
| public double CurvatureTolerance {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_CurvatureTolerance();public: __property void set_CurvatureTolerance(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_CurvatureTolerance(
    double * pRetVal
);
public: HRESULT put_CurvatureTolerance(
    double CurvatureTolerance
);
 | 
| [Java] | 
|---|
| public double getCurvatureTolerance();
public void setCurvatureTolerance(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def CurvatureTolerance(self) -> float:
@CurvatureTolerance.setter
def CurvatureTolerance(self, CurvatureTolerance:float) -> None:
 | 
 See Also
See Also