STK Vector Geometry ToolSend comments on this topic.
Tolerance Property (IAgCrdnIntegralBasic)
See Also
Windows





Windows & Linux

Description

Get the tolerance which determines how accurate integral is computed by finding relative difference between refined and unrefined integral evaluations. Only available if Adaptive Lobatto is selected as the integral type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tolerance() As Double
[C#]
public double Tolerance {get; set;}
[Managed C++]
public: __property double get_Tolerance();
public: __property void set_Tolerance( double );
[Unmanaged C++]
public: HRESULT get_Tolerance(
    double * pRetVal
);
public: HRESULT put_Tolerance(
    double Tolerance
);
[Java]
public double getTolerance();
public void setTolerance(
    double
);
[Python - STK API ]
@property
def Tolerance(self) -> float:

@Tolerance.setter
def Tolerance(self, Tolerance:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.