NX Open C++ Reference Guide
|
Tolerances used for comparing postview ASCII display files. More...
Public Member Functions | |
ASCIIDiffTolerances (double coorderrInitial, double dataerrInitial, double rgbtolInitial, double coordtolInitial, double datatolInitial, double zerotolInitial) | |
Constructor for the ASCIIDiffTolerances struct. | |
Public Attributes | |
double | Coorderr |
error allowed on coordinate values | |
double | Coordtol |
absolute tolerance on coordinate values | |
double | Dataerr |
error allowed on data values | |
double | Datatol |
absolute tolerance on data values | |
double | Rgbtol |
absolute tolerance on rgb values | |
double | Zerotol |
zero tolerance on any value |
Tolerances used for comparing postview ASCII display files.
NXOpen::CAE::Post::ASCIIDiffTolerances::ASCIIDiffTolerances | ( | double | coorderrInitial, |
double | dataerrInitial, | ||
double | rgbtolInitial, | ||
double | coordtolInitial, | ||
double | datatolInitial, | ||
double | zerotolInitial | ||
) |
Constructor for the ASCIIDiffTolerances struct.
coorderrInitial | error allowed on coordinate values |
dataerrInitial | error allowed on data values |
rgbtolInitial | absolute tolerance on rgb values |
coordtolInitial | absolute tolerance on coordinate values |
datatolInitial | absolute tolerance on data values |
zerotolInitial | zero tolerance on any value |
error allowed on coordinate values
absolute tolerance on coordinate values
error allowed on data values
absolute tolerance on data values
absolute tolerance on rgb values
zero tolerance on any value