NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::Post::ASCIIDiffTolerances Struct Reference

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. More...
 

Public Attributes

double Coorderr
 error allowed on coordinate values More...
 
double Coordtol
 absolute tolerance on coordinate values More...
 
double Dataerr
 error allowed on data values More...
 
double Datatol
 absolute tolerance on data values More...
 
double Rgbtol
 absolute tolerance on rgb values More...
 
double Zerotol
 zero tolerance on any value More...
 

Detailed Description

Tolerances used for comparing postview ASCII display files.

Constructor & Destructor Documentation

NXOpen::CAE::Post::ASCIIDiffTolerances::ASCIIDiffTolerances ( double  coorderrInitial,
double  dataerrInitial,
double  rgbtolInitial,
double  coordtolInitial,
double  datatolInitial,
double  zerotolInitial 
)

Constructor for the ASCIIDiffTolerances struct.

Parameters
coorderrInitialerror allowed on coordinate values
dataerrInitialerror allowed on data values
rgbtolInitialabsolute tolerance on rgb values
coordtolInitialabsolute tolerance on coordinate values
datatolInitialabsolute tolerance on data values
zerotolInitialzero tolerance on any value

Member Data Documentation

double NXOpen::CAE::Post::ASCIIDiffTolerances::Coorderr

error allowed on coordinate values

double NXOpen::CAE::Post::ASCIIDiffTolerances::Coordtol

absolute tolerance on coordinate values

double NXOpen::CAE::Post::ASCIIDiffTolerances::Dataerr

error allowed on data values

double NXOpen::CAE::Post::ASCIIDiffTolerances::Datatol

absolute tolerance on data values

double NXOpen::CAE::Post::ASCIIDiffTolerances::Rgbtol

absolute tolerance on rgb values

double NXOpen::CAE::Post::ASCIIDiffTolerances::Zerotol

zero tolerance on any value


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.