NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::InspectionMeasDataBuilder Class Reference

Inspection Measured Data dialog builder
To create a new instance of this class, use NXOpen::CAM::InspectionOperationCollection::CreateInspectionMeasDataBuilder

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::CAM::InspectionMeasDataBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  BoundingType { BoundingTypeBounded, BoundingTypeUnbounded }
 Hole/Pin Matching Mode. More...
 
enum  DisplayTransformTypes { DisplayTransformTypesDesignDRF, DisplayTransformTypesActualDRF, DisplayTransformTypesOuterProfile, DisplayTransformTypesInnerProfile }
 Transform Display Types. More...
 
enum  InputFormatType { InputFormatTypeMea, InputFormatTypeDml, InputFormatTypeCsv, InputFormatTypePoints }
 Measured Data Input File Format Types. More...
 

Public Member Functions

void AcceptRejectExternalPoints (int *acceptedPointCount, int *rejectedPointCount)
 Accept and reject points as measured data
Created in NX11.0.1. More...
 
int AppendExternalPoints (const std::vector< NXOpen::NXObject * > &pointTags)
 Add external points to measured data. More...
 
NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransformTypes DisplayTransform ()
 Returns the display transform
Created in NX8.5.0. More...
 
bool FeatDisplayDesPoints ()
 Returns the option to display design points for a feature
Created in NX8.5.0. More...
 
bool FeatDisplayMeaPoints ()
 Returns the option to display measured points for a feature
Created in NX8.5.0. More...
 
bool FeatDisplayReconstruct ()
 Returns the option to display the reconstructed feature
Created in NX8.5.0. More...
 
bool FeatHighlightNominal ()
 Returns the option to highlight nominal faces for a feature
Created in NX8.5.0. More...
 
NXOpen::CAM::InspectionMeasDataBuilder::BoundingType HolePinMatching ()
 Returns the hole pin matching mode when adding measured data
Created in NX8.5.1. More...
 
NXOpen::CAM::InspectionMeasDataBuilder::InputFormatType InputFormat ()
 Returns the measured data input file format
Created in NX8.5.1. More...
 
NXString InspectionDate ()
 Returns the inspection date
Created in NX11.0.1. More...
 
int Layer ()
 Returns the layer to save results to
Created in NX8.5.1. More...
 
void LoadMea ()
 Load measured data file
Created in NX8.5.0. More...
 
NXString MeaFile ()
 Returns the measured data file
Created in NX8.5.0. More...
 
NXString MeasuredPartName ()
 Returns the measured part name
Created in NX11.0.1. More...
 
double NeedleScale ()
 Returns the needles scale factor
Created in NX8.5.1. More...
 
double OffsetDist ()
 Returns the offset distance when adding measured data
Created in NX8.5.1. More...
 
NXString PcsName ()
 Returns the name of the PCS to use when transforming data being loaded
Created in NX8.5.0. More...
 
double PointDistanceTolerance ()
 Returns the distance tolerance when adding points as measured data
Created in NX11.0.1. More...
 
double ProjectLimit ()
 Returns the projection limit when adding measured data
Created in NX8.5.1. More...
 
int RemoveExternalPoints (const std::vector< NXOpen::NXObject * > &pointTags)
 Remove external points from measured data. More...
 
NXString RunNumber ()
 Returns the run number
Created in NX11.0.1. More...
 
void SaveToLayer ()
 Save results to layer
Created in NX8.5.1. More...
 
NXOpen::SelectNXObjectListSelectedPoints ()
 Returns the selected external points
Created in NX11.0.1. More...
 
void SetDisplayTransform (NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransformTypes displayTransform)
 Sets the display transform
Created in NX8.5.0. More...
 
void SetFeatDisplayDesPoints (bool featDisplayDesPoints)
 Sets the option to display design points for a feature
Created in NX8.5.0. More...
 
void SetFeatDisplayMeaPoints (bool featDisplayMeaPoints)
 Sets the option to display measured points for a feature
Created in NX8.5.0. More...
 
void SetFeatDisplayReconstruct (bool featDisplayReconstruct)
 Sets the option to display the reconstructed feature
Created in NX8.5.0. More...
 
void SetFeatHighlightNominal (bool featHighlightNominal)
 Sets the option to highlight nominal faces for a feature
Created in NX8.5.0. More...
 
void SetHolePinMatching (NXOpen::CAM::InspectionMeasDataBuilder::BoundingType holePinMatching)
 Sets the hole pin matching mode when adding measured data
Created in NX8.5.1. More...
 
void SetInputFormat (NXOpen::CAM::InspectionMeasDataBuilder::InputFormatType inputFormat)
 Sets the measured data input file format
Created in NX8.5.1. More...
 
void SetInspectionDate (const NXString &inspectionDate)
 Sets the inspection date
Created in NX11.0.1. More...
 
void SetInspectionDate (const char *inspectionDate)
 Sets the inspection date
Created in NX11.0.1. More...
 
void SetLayer (int layer)
 Sets the layer to save results to
Created in NX8.5.1. More...
 
void SetMeaFile (const NXString &filename)
 Sets the measured data file
Created in NX8.5.0. More...
 
void SetMeaFile (const char *filename)
 Sets the measured data file
Created in NX8.5.0. More...
 
void SetMeasuredPartName (const NXString &partName)
 Sets the measured part name
Created in NX11.0.1. More...
 
void SetMeasuredPartName (const char *partName)
 Sets the measured part name
Created in NX11.0.1. More...
 
void SetNeedleScale (double needleScale)
 Sets the needles scale factor
Created in NX8.5.1. More...
 
void SetOffsetDist (double offsetDist)
 Sets the offset distance when adding measured data
Created in NX8.5.1. More...
 
void SetPcsName (const NXString &pcsName)
 Sets the name of the PCS to use when transforming data being loaded
Created in NX8.5.0. More...
 
void SetPcsName (const char *pcsName)
 Sets the name of the PCS to use when transforming data being loaded
Created in NX8.5.0. More...
 
void SetPointDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance when adding points as measured data
Created in NX11.0.1. More...
 
void SetProjectLimit (double projectLimit)
 Sets the projection limit when adding measured data
Created in NX8.5.1. More...
 
void SetRunNumber (const NXString &runNumber)
 Sets the run number
Created in NX11.0.1. More...
 
void SetRunNumber (const char *runNumber)
 Sets the run number
Created in NX11.0.1. More...
 
void SetSpecifyPointDistance (bool specifyDistance)
 Sets the option to specify the point distance tolerance
Created in NX11.0.1. More...
 
void SetTolDisplayActDRF (bool tolDisplayDRF)
 Sets the option to display the tolerance actual DRF (datum reference frame)
Created in NX8.5.1. More...
 
void SetTolDisplayDesDRF (bool tolDisplayDRF)
 Sets the option to display the tolerance design DRF (datum reference frame)
Created in NX8.5.1. More...
 
void SetTolDisplayDesPoints (bool tolDisplayDesPoints)
 Sets the option to display design points for the features of a tolerance
Created in NX8.5.0. More...
 
void SetTolDisplayGauge (bool tolDisplayGauge)
 Sets the option to display the gauge in position for a tolerance
Created in NX8.5.0. More...
 
void SetTolDisplayMeaPoints (bool tolDisplayMeaPoints)
 Sets the option to display measured points for the features of a tolerance
Created in NX8.5.0. More...
 
void SetTolDisplayNeedles (bool tolDisplayNeedles)
 Sets the option to display tolerance deviation needles
Created in NX8.5.1. More...
 
void SetTolDisplayPoints (bool tolDisplayPoints)
 Sets the option to display points in position for a tolerance
Created in NX8.5.0. More...
 
void SetTolDisplayReconstruct (bool tolDisplayReconstruct)
 Sets the option to display the reconstructed features of a tolerance
Created in NX8.5.0. More...
 
void SetTolHighlightNominal (bool tolHighlightNominal)
 Sets the option to highlight nominal faces for a tolerance
Created in NX8.5.0. More...
 
bool SpecifyPointDistance ()
 Returns the option to specify the point distance tolerance
Created in NX11.0.1. More...
 
bool TolDisplayActDRF ()
 Returns the option to display the tolerance actual DRF (datum reference frame)
Created in NX8.5.1. More...
 
bool TolDisplayDesDRF ()
 Returns the option to display the tolerance design DRF (datum reference frame)
Created in NX8.5.1. More...
 
bool TolDisplayDesPoints ()
 Returns the option to display design points for the features of a tolerance
Created in NX8.5.0. More...
 
bool TolDisplayGauge ()
 Returns the option to display the gauge in position for a tolerance
Created in NX8.5.0. More...
 
bool TolDisplayMeaPoints ()
 Returns the option to display measured points for the features of a tolerance
Created in NX8.5.0. More...
 
bool TolDisplayNeedles ()
 Returns the option to display tolerance deviation needles
Created in NX8.5.1. More...
 
bool TolDisplayPoints ()
 Returns the option to display points in position for a tolerance
Created in NX8.5.0. More...
 
bool TolDisplayReconstruct ()
 Returns the option to display the reconstructed features of a tolerance
Created in NX8.5.0. More...
 
bool TolHighlightNominal ()
 Returns the option to highlight nominal faces for a tolerance
Created in NX8.5.0. More...
 
void UnloadMea ()
 Unload measured data file
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Inspection Measured Data dialog builder
To create a new instance of this class, use NXOpen::CAM::InspectionOperationCollection::CreateInspectionMeasDataBuilder

Created in NX8.5.0.


Member Enumeration Documentation

Hole/Pin Matching Mode.

Enumerator
BoundingTypeBounded 

bounded

BoundingTypeUnbounded 

unbounded

Transform Display Types.

Enumerator
DisplayTransformTypesDesignDRF 

Design DRF.

DisplayTransformTypesActualDRF 

Actual DRF.

DisplayTransformTypesOuterProfile 

Outer Profile.

DisplayTransformTypesInnerProfile 

Inner Profile.

Measured Data Input File Format Types.

Enumerator
InputFormatTypeMea 

Measured data format.

InputFormatTypeDml 

Dimensional Markup Language.

InputFormatTypeCsv 

Comma separated.

InputFormatTypePoints 

NX points.

Member Function Documentation

void NXOpen::CAM::InspectionMeasDataBuilder::AcceptRejectExternalPoints ( int *  acceptedPointCount,
int *  rejectedPointCount 
)

Accept and reject points as measured data
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
acceptedPointCountthe number of points accepted
rejectedPointCountthe number of points rejected
int NXOpen::CAM::InspectionMeasDataBuilder::AppendExternalPoints ( const std::vector< NXOpen::NXObject * > &  pointTags)

Add external points to measured data.

Returns
the number of points added
Created in NX11.0.1.

License requirements : insp_programming ("INSPECTION PROGRAMMING")
Parameters
pointTagsthe candidate points array
NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransformTypes NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransform ( )

Returns the display transform
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::FeatDisplayDesPoints ( )

Returns the option to display design points for a feature
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::FeatDisplayMeaPoints ( )

Returns the option to display measured points for a feature
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::FeatDisplayReconstruct ( )

Returns the option to display the reconstructed feature
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::FeatHighlightNominal ( )

Returns the option to highlight nominal faces for a feature
Created in NX8.5.0.



License requirements : None

NXOpen::CAM::InspectionMeasDataBuilder::BoundingType NXOpen::CAM::InspectionMeasDataBuilder::HolePinMatching ( )

Returns the hole pin matching mode when adding measured data
Created in NX8.5.1.



License requirements : None

NXOpen::CAM::InspectionMeasDataBuilder::InputFormatType NXOpen::CAM::InspectionMeasDataBuilder::InputFormat ( )

Returns the measured data input file format
Created in NX8.5.1.



License requirements : None

NXString NXOpen::CAM::InspectionMeasDataBuilder::InspectionDate ( )

Returns the inspection date
Created in NX11.0.1.



License requirements : None

int NXOpen::CAM::InspectionMeasDataBuilder::Layer ( )

Returns the layer to save results to
Created in NX8.5.1.



License requirements : None

void NXOpen::CAM::InspectionMeasDataBuilder::LoadMea ( )

Load measured data file
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

NXString NXOpen::CAM::InspectionMeasDataBuilder::MeaFile ( )

Returns the measured data file
Created in NX8.5.0.



License requirements : None

NXString NXOpen::CAM::InspectionMeasDataBuilder::MeasuredPartName ( )

Returns the measured part name
Created in NX11.0.1.



License requirements : None

double NXOpen::CAM::InspectionMeasDataBuilder::NeedleScale ( )

Returns the needles scale factor
Created in NX8.5.1.



License requirements : None

double NXOpen::CAM::InspectionMeasDataBuilder::OffsetDist ( )

Returns the offset distance when adding measured data
Created in NX8.5.1.



License requirements : None

NXString NXOpen::CAM::InspectionMeasDataBuilder::PcsName ( )

Returns the name of the PCS to use when transforming data being loaded
Created in NX8.5.0.



License requirements : None

double NXOpen::CAM::InspectionMeasDataBuilder::PointDistanceTolerance ( )

Returns the distance tolerance when adding points as measured data
Created in NX11.0.1.



License requirements : None

double NXOpen::CAM::InspectionMeasDataBuilder::ProjectLimit ( )

Returns the projection limit when adding measured data
Created in NX8.5.1.



License requirements : None

int NXOpen::CAM::InspectionMeasDataBuilder::RemoveExternalPoints ( const std::vector< NXOpen::NXObject * > &  pointTags)

Remove external points from measured data.

Returns
the number of points removed
Created in NX11.0.1.

License requirements : insp_programming ("INSPECTION PROGRAMMING")
Parameters
pointTagsthe candidate points array
NXString NXOpen::CAM::InspectionMeasDataBuilder::RunNumber ( )

Returns the run number
Created in NX11.0.1.



License requirements : None

void NXOpen::CAM::InspectionMeasDataBuilder::SaveToLayer ( )

Save results to layer
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionMeasDataBuilder::SelectedPoints ( )

Returns the selected external points
Created in NX11.0.1.



License requirements : None

void NXOpen::CAM::InspectionMeasDataBuilder::SetDisplayTransform ( NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransformTypes  displayTransform)

Sets the display transform
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
displayTransformdisplaytransform
void NXOpen::CAM::InspectionMeasDataBuilder::SetFeatDisplayDesPoints ( bool  featDisplayDesPoints)

Sets the option to display design points for a feature
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
featDisplayDesPointsfeatdisplaydespoints
void NXOpen::CAM::InspectionMeasDataBuilder::SetFeatDisplayMeaPoints ( bool  featDisplayMeaPoints)

Sets the option to display measured points for a feature
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
featDisplayMeaPointsfeatdisplaymeapoints
void NXOpen::CAM::InspectionMeasDataBuilder::SetFeatDisplayReconstruct ( bool  featDisplayReconstruct)

Sets the option to display the reconstructed feature
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
featDisplayReconstructfeatdisplayreconstruct
void NXOpen::CAM::InspectionMeasDataBuilder::SetFeatHighlightNominal ( bool  featHighlightNominal)

Sets the option to highlight nominal faces for a feature
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
featHighlightNominalfeathighlightnominal
void NXOpen::CAM::InspectionMeasDataBuilder::SetHolePinMatching ( NXOpen::CAM::InspectionMeasDataBuilder::BoundingType  holePinMatching)

Sets the hole pin matching mode when adding measured data
Created in NX8.5.1.



License requirements : None

Parameters
holePinMatchingholepinmatching
void NXOpen::CAM::InspectionMeasDataBuilder::SetInputFormat ( NXOpen::CAM::InspectionMeasDataBuilder::InputFormatType  inputFormat)

Sets the measured data input file format
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
inputFormatinputformat
void NXOpen::CAM::InspectionMeasDataBuilder::SetInspectionDate ( const NXString inspectionDate)

Sets the inspection date
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
inspectionDateinspectiondate
void NXOpen::CAM::InspectionMeasDataBuilder::SetInspectionDate ( const char *  inspectionDate)

Sets the inspection date
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
inspectionDateinspectiondate
void NXOpen::CAM::InspectionMeasDataBuilder::SetLayer ( int  layer)

Sets the layer to save results to
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
layerlayer
void NXOpen::CAM::InspectionMeasDataBuilder::SetMeaFile ( const NXString filename)

Sets the measured data file
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
filenamefilename
void NXOpen::CAM::InspectionMeasDataBuilder::SetMeaFile ( const char *  filename)

Sets the measured data file
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
filenamefilename
void NXOpen::CAM::InspectionMeasDataBuilder::SetMeasuredPartName ( const NXString partName)

Sets the measured part name
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
partNamepartname
void NXOpen::CAM::InspectionMeasDataBuilder::SetMeasuredPartName ( const char *  partName)

Sets the measured part name
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
partNamepartname
void NXOpen::CAM::InspectionMeasDataBuilder::SetNeedleScale ( double  needleScale)

Sets the needles scale factor
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
needleScaleneedlescale
void NXOpen::CAM::InspectionMeasDataBuilder::SetOffsetDist ( double  offsetDist)

Sets the offset distance when adding measured data
Created in NX8.5.1.



License requirements : None

Parameters
offsetDistoffsetdist
void NXOpen::CAM::InspectionMeasDataBuilder::SetPcsName ( const NXString pcsName)

Sets the name of the PCS to use when transforming data being loaded
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
pcsNamepcsname
void NXOpen::CAM::InspectionMeasDataBuilder::SetPcsName ( const char *  pcsName)

Sets the name of the PCS to use when transforming data being loaded
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
pcsNamepcsname
void NXOpen::CAM::InspectionMeasDataBuilder::SetPointDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance when adding points as measured data
Created in NX11.0.1.



License requirements : None

Parameters
distanceTolerancedistancetolerance
void NXOpen::CAM::InspectionMeasDataBuilder::SetProjectLimit ( double  projectLimit)

Sets the projection limit when adding measured data
Created in NX8.5.1.



License requirements : None

Parameters
projectLimitprojectlimit
void NXOpen::CAM::InspectionMeasDataBuilder::SetRunNumber ( const NXString runNumber)

Sets the run number
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
runNumberrunnumber
void NXOpen::CAM::InspectionMeasDataBuilder::SetRunNumber ( const char *  runNumber)

Sets the run number
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
runNumberrunnumber
void NXOpen::CAM::InspectionMeasDataBuilder::SetSpecifyPointDistance ( bool  specifyDistance)

Sets the option to specify the point distance tolerance
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
specifyDistancespecifydistance
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayActDRF ( bool  tolDisplayDRF)

Sets the option to display the tolerance actual DRF (datum reference frame)
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayDRFtoldisplaydrf
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayDesDRF ( bool  tolDisplayDRF)

Sets the option to display the tolerance design DRF (datum reference frame)
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayDRFtoldisplaydrf
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayDesPoints ( bool  tolDisplayDesPoints)

Sets the option to display design points for the features of a tolerance
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayDesPointstoldisplaydespoints
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayGauge ( bool  tolDisplayGauge)

Sets the option to display the gauge in position for a tolerance
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayGaugetoldisplaygauge
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayMeaPoints ( bool  tolDisplayMeaPoints)

Sets the option to display measured points for the features of a tolerance
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayMeaPointstoldisplaymeapoints
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayNeedles ( bool  tolDisplayNeedles)

Sets the option to display tolerance deviation needles
Created in NX8.5.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayNeedlestoldisplayneedles
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayPoints ( bool  tolDisplayPoints)

Sets the option to display points in position for a tolerance
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayPointstoldisplaypoints
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolDisplayReconstruct ( bool  tolDisplayReconstruct)

Sets the option to display the reconstructed features of a tolerance
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolDisplayReconstructtoldisplayreconstruct
void NXOpen::CAM::InspectionMeasDataBuilder::SetTolHighlightNominal ( bool  tolHighlightNominal)

Sets the option to highlight nominal faces for a tolerance
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tolHighlightNominaltolhighlightnominal
bool NXOpen::CAM::InspectionMeasDataBuilder::SpecifyPointDistance ( )

Returns the option to specify the point distance tolerance
Created in NX11.0.1.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayActDRF ( )

Returns the option to display the tolerance actual DRF (datum reference frame)
Created in NX8.5.1.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayDesDRF ( )

Returns the option to display the tolerance design DRF (datum reference frame)
Created in NX8.5.1.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayDesPoints ( )

Returns the option to display design points for the features of a tolerance
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayGauge ( )

Returns the option to display the gauge in position for a tolerance
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayMeaPoints ( )

Returns the option to display measured points for the features of a tolerance
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayNeedles ( )

Returns the option to display tolerance deviation needles
Created in NX8.5.1.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayPoints ( )

Returns the option to display points in position for a tolerance
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolDisplayReconstruct ( )

Returns the option to display the reconstructed features of a tolerance
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::InspectionMeasDataBuilder::TolHighlightNominal ( )

Returns the option to highlight nominal faces for a tolerance
Created in NX8.5.0.



License requirements : None

void NXOpen::CAM::InspectionMeasDataBuilder::UnloadMea ( )

Unload measured data file
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")


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