Category Solids and parts, Object ProSolid

Function ProSolidAccuracyGet


Description
Retrieves the accuracy of the specified part or assembly.
Replacement in Object TOOLKIT: pfcSolid::RelativeAccuracy
pfcSolid::AbsoluteAccuracy
Synopsis
#include <ProSolid.h>
ProErrorProSolidAccuracyGet(
ProSolid solid
/* (In)
The part or assembly
*/
ProAccuracyType* r_type
/* (Out)
The type of accuracy
*/
double* r_accuracy
/* (Out)
The accuracy value
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  3. Core: Solids, Parts, and Materials: Solid Accuracy
  4. Core: Solids, Parts, and Materials: Solid Accuracy

Sample Code References:

  1. pt_examples ( TestSolid.c )
  2. pt_examples ( TestSolid.c )
  3. pt_userguide ( UgModelCheck.c )