|
NX Open C++ Reference Guide
|
Inspection Measured Data dialog builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionMeasDataBuilder
Created in NX8.5.0.
More...
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 } |
| Measured Data Input File Format Types. More... | |
Public Member Functions | |
| NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransformTypes | DisplayTransform () |
| Returns the display transform Created in NX8.5.0. | |
| bool | FeatDisplayDesPoints () |
| Returns the option to display design points for a feature Created in NX8.5.0. | |
| bool | FeatDisplayMeaPoints () |
| Returns the option to display measured points for a feature Created in NX8.5.0. | |
| bool | FeatDisplayReconstruct () |
| Returns the option to display the reconstructed feature Created in NX8.5.0. | |
| bool | FeatHighlightNominal () |
| Returns the option to highlight nominal faces for a feature Created in NX8.5.0. | |
| NXOpen::CAM::InspectionMeasDataBuilder::BoundingType | HolePinMatching () |
| Returns the hole pin matching mode when adding measured data Created in NX8.5.1. | |
| NXOpen::CAM::InspectionMeasDataBuilder::InputFormatType | InputFormat () |
| Returns the measured data input file format Created in NX8.5.1. | |
| int | Layer () |
| Returns the layer to save results to Created in NX8.5.1. | |
| void | LoadMea () |
| Load measured data file Created in NX8.5.0. | |
| NXString | MeaFile () |
| Returns the measured data file Created in NX8.5.0. | |
| double | NeedleScale () |
| Returns the needles scale factor Created in NX8.5.1. | |
| double | OffsetDist () |
| Returns the offset distance when adding measured data Created in NX8.5.1. | |
| NXString | PcsName () |
| Returns the name of the PCS to use when transforming data being loaded Created in NX8.5.0. | |
| double | ProjectLimit () |
| Returns the projection limit when adding measured data Created in NX8.5.1. | |
| void | SaveToLayer () |
| Save results to layer Created in NX8.5.1. | |
| void | SetDisplayTransform (NXOpen::CAM::InspectionMeasDataBuilder::DisplayTransformTypes displayTransform) |
| Sets the display transform Created in NX8.5.0. | |
| void | SetFeatDisplayDesPoints (bool featDisplayDesPoints) |
| Sets the option to display design points for a feature Created in NX8.5.0. | |
| void | SetFeatDisplayMeaPoints (bool featDisplayMeaPoints) |
| Sets the option to display measured points for a feature Created in NX8.5.0. | |
| void | SetFeatDisplayReconstruct (bool featDisplayReconstruct) |
| Sets the option to display the reconstructed feature Created in NX8.5.0. | |
| void | SetFeatHighlightNominal (bool featHighlightNominal) |
| Sets the option to highlight nominal faces for a feature Created in NX8.5.0. | |
| void | SetHolePinMatching (NXOpen::CAM::InspectionMeasDataBuilder::BoundingType holePinMatching) |
| Sets the hole pin matching mode when adding measured data Created in NX8.5.1. | |
| void | SetInputFormat (NXOpen::CAM::InspectionMeasDataBuilder::InputFormatType inputFormat) |
| Sets the measured data input file format Created in NX8.5.1. | |
| void | SetLayer (int layer) |
| Sets the layer to save results to Created in NX8.5.1. | |
| void | SetMeaFile (const NXString &filename) |
| Sets the measured data file Created in NX8.5.0. | |
| void | SetMeaFile (const char *filename) |
| Sets the measured data file Created in NX8.5.0. | |
| void | SetNeedleScale (double needleScale) |
| Sets the needles scale factor Created in NX8.5.1. | |
| void | SetOffsetDist (double offsetDist) |
| Sets the offset distance when adding measured data Created in NX8.5.1. | |
| void | SetPcsName (const NXString &pcsName) |
| Sets the name of the PCS to use when transforming data being loaded Created in NX8.5.0. | |
| void | SetPcsName (const char *pcsName) |
| Sets the name of the PCS to use when transforming data being loaded Created in NX8.5.0. | |
| void | SetProjectLimit (double projectLimit) |
| Sets the projection limit when adding measured data Created in NX8.5.1. | |
| void | SetTolDisplayActDRF (bool tolDisplayDRF) |
| Sets the option to display the tolerance actual DRF (datum reference frame) Created in NX8.5.1. | |
| void | SetTolDisplayDesDRF (bool tolDisplayDRF) |
| Sets the option to display the tolerance design DRF (datum reference frame) Created in NX8.5.1. | |
| void | SetTolDisplayDesPoints (bool tolDisplayDesPoints) |
| Sets the option to display design points for the features of a tolerance Created in NX8.5.0. | |
| void | SetTolDisplayGauge (bool tolDisplayGauge) |
| Sets the option to display the gauge in position for a tolerance Created in NX8.5.0. | |
| void | SetTolDisplayMeaPoints (bool tolDisplayMeaPoints) |
| Sets the option to display measured points for the features of a tolerance Created in NX8.5.0. | |
| void | SetTolDisplayNeedles (bool tolDisplayNeedles) |
| Sets the option to display tolerance deviation needles Created in NX8.5.1. | |
| void | SetTolDisplayPoints (bool tolDisplayPoints) |
| Sets the option to display points in position for a tolerance Created in NX8.5.0. | |
| void | SetTolDisplayReconstruct (bool tolDisplayReconstruct) |
| Sets the option to display the reconstructed features of a tolerance Created in NX8.5.0. | |
| void | SetTolHighlightNominal (bool tolHighlightNominal) |
| Sets the option to highlight nominal faces for a tolerance Created in NX8.5.0. | |
| bool | TolDisplayActDRF () |
| Returns the option to display the tolerance actual DRF (datum reference frame) Created in NX8.5.1. | |
| bool | TolDisplayDesDRF () |
| Returns the option to display the tolerance design DRF (datum reference frame) Created in NX8.5.1. | |
| bool | TolDisplayDesPoints () |
| Returns the option to display design points for the features of a tolerance Created in NX8.5.0. | |
| bool | TolDisplayGauge () |
| Returns the option to display the gauge in position for a tolerance Created in NX8.5.0. | |
| bool | TolDisplayMeaPoints () |
| Returns the option to display measured points for the features of a tolerance Created in NX8.5.0. | |
| bool | TolDisplayNeedles () |
| Returns the option to display tolerance deviation needles Created in NX8.5.1. | |
| bool | TolDisplayPoints () |
| Returns the option to display points in position for a tolerance Created in NX8.5.0. | |
| bool | TolDisplayReconstruct () |
| Returns the option to display the reconstructed features of a tolerance Created in NX8.5.0. | |
| bool | TolHighlightNominal () |
| Returns the option to highlight nominal faces for a tolerance Created in NX8.5.0. | |
| void | UnloadMea () |
| Unload measured data file Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Inspection Measured Data dialog builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionMeasDataBuilder
Created in NX8.5.0.
Transform Display Types.
| 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
| 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
| 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::ProjectLimit | ( | ) |
Returns the projection limit when adding measured data
Created in NX8.5.1.
License requirements : None
| void NXOpen::CAM::InspectionMeasDataBuilder::SaveToLayer | ( | ) |
Save results to layer
Created in NX8.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| 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")
| displayTransform | displaytransform |
| 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")
| featDisplayDesPoints | featdisplaydespoints |
| 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")
| featDisplayMeaPoints | featdisplaymeapoints |
| 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")
| featDisplayReconstruct | featdisplayreconstruct |
| 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")
| featHighlightNominal | feathighlightnominal |
| 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
| holePinMatching | holepinmatching |
| 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")
| inputFormat | inputformat |
| 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")
| layer | layer |
| void NXOpen::CAM::InspectionMeasDataBuilder::SetMeaFile | ( | const NXString & | filename | ) |
Sets the measured data file
Created in NX8.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| filename | filename |
| void NXOpen::CAM::InspectionMeasDataBuilder::SetMeaFile | ( | const char * | filename | ) |
Sets the measured data file
Created in NX8.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| filename | filename |
| void NXOpen::CAM::InspectionMeasDataBuilder::SetNeedleScale | ( | double | needleScale | ) |
Sets the needles scale factor
Created in NX8.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| needleScale | needlescale |
| void NXOpen::CAM::InspectionMeasDataBuilder::SetOffsetDist | ( | double | offsetDist | ) |
Sets the offset distance when adding measured data
Created in NX8.5.1.
License requirements : None
| offsetDist | offsetdist |
| 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")
| pcsName | pcsname |
| 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")
| pcsName | pcsname |
| void NXOpen::CAM::InspectionMeasDataBuilder::SetProjectLimit | ( | double | projectLimit | ) |
Sets the projection limit when adding measured data
Created in NX8.5.1.
License requirements : None
| projectLimit | projectlimit |
| 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")
| tolDisplayDRF | toldisplaydrf |
| 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")
| tolDisplayDRF | toldisplaydrf |
| 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")
| tolDisplayDesPoints | toldisplaydespoints |
| 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")
| tolDisplayGauge | toldisplaygauge |
| 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")
| tolDisplayMeaPoints | toldisplaymeapoints |
| 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")
| tolDisplayNeedles | toldisplayneedles |
| 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")
| tolDisplayPoints | toldisplaypoints |
| 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")
| tolDisplayReconstruct | toldisplayreconstruct |
| 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")
| tolHighlightNominal | tolhighlightnominal |
| 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")