STK Vector Geometry ToolSend comments on this topic.
CreateRelativeTolerance Method (IAgCrdnSamplingMethodFactory)
See Also
RelativeTolerance
A relative tolerance.
Windows





Windows & Linux

Description

Create a relative tolerance sampling definition. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples.

Syntax

[Visual Basic .NET]
Public Function CreateRelativeTolerance( _
    ByVal RelativeTolerance As Double _
) As IAgCrdnSamplingMethod
[C#]
public IAgCrdnSamplingMethod CreateRelativeTolerance(
    double RelativeTolerance
);
[Managed C++]
public: IAgCrdnSamplingMethod^ CreateRelativeTolerance(
    double RelativeTolerance
);
[Unmanaged C++]
public: HRESULT CreateRelativeTolerance(
    double RelativeTolerance,
    IAgCrdnSamplingMethod ** ppRetVal
);
[Java]
public IAgCrdnSamplingMethod createRelativeTolerance(
    double RelativeTolerance
);
[Python - STK API ]
def CreateRelativeTolerance(self, RelativeTolerance:float) -> "IAgCrdnSamplingMethod":

Parameters

RelativeTolerance
A relative tolerance.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.