NX Open C++ Reference Guide
|
Represents SearchCriteriaDimensionBuilder
To create a new instance of this class, use Annotations::SearchModelViewCollection::CreateSearchCriteriaDimensionBuilder
Created in NX7.5.0.
More...
Public Member Functions | |
NXString | AboveText () |
Returns the above text Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | AboveTextType () |
Returns the above text enum Created in NX7.5.0. | |
NXString | AfterText () |
Returns the after text Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | AfterTextType () |
Returns the after text enum Created in NX7.5.0. | |
NXString | BeforeText () |
Returns the before text Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | BeforeTextType () |
Returns the before text enum Created in NX7.5.0. | |
NXString | BelowText () |
Returns the below text Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | BelowTextType () |
Returns the below text enum Created in NX7.5.0. | |
bool | ByAboveText () |
Returns the above text toggle Created in NX7.5.0. | |
bool | ByAfterText () |
Returns the after text toggle Created in NX7.5.0. | |
bool | ByBeforeText () |
Returns the before text toggle Created in NX7.5.0. | |
bool | ByBelowText () |
Returns the below text toggle Created in NX7.5.0. | |
bool | ByDeviation () |
Returns the deviation toggle Created in NX7.5.0. | |
bool | ByDiameterSymbol () |
Returns the diameter symbol toggle Created in NX7.5.0. | |
bool | ByDimensionType () |
Returns the dimension type toggle Created in NX7.5.0. | |
bool | ByDimensionValue () |
Returns the dimension value toggle Created in NX7.5.0. | |
bool | ByGrade () |
Returns the grade toggle Created in NX7.5.0. | |
bool | ByLowerTolerance () |
Returns the lower tolerance toggle Created in NX7.5.0. | |
bool | ByRadialSymbol () |
Returns the radial symbol toggle Created in NX7.5.0. | |
bool | ByToleranceType () |
Returns the tolerance type toggle Created in NX7.5.0. | |
bool | ByUpperTolerance () |
Returns the upper tolerance toggle Created in NX7.5.0. | |
NXOpen::Annotations::SearchCriteriaCalloutBuilder * | Callout () |
Returns the callout block Created in NX9.0.0. | |
NXString | Deviation () |
Returns the deviation Created in NX7.5.0. | |
NXOpen::Annotations::SearchCriteriaDimensionBuilder::DiameterSymbolOptions | DiameterSymbol () |
Returns the diameter symbol Created in NX7.5.0. | |
NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionTypes | DimensionType () |
Returns the dimension type Created in NX7.5.0. | |
double | DimensionValue () |
Returns the dimension value Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions | DimensionValueType () |
Returns the dimension value enum Created in NX7.5.0. | |
NXString | Grade () |
Returns the grade Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions | LowerToleranceType () |
Returns the lower tolerance enum Created in NX7.5.0. | |
double | LowerToleranceValue () |
Returns the lower tolerance value Created in NX7.5.0. | |
NXOpen::Annotations::SearchCriteriaDimensionBuilder::RadialSymbolOptions | RadialSymbol () |
Returns the radial symbol Created in NX7.5.0. | |
void | SetAboveText (const NXString &aboveText) |
Sets the above text Created in NX7.5.0. | |
void | SetAboveText (const char *aboveText) |
Sets the above text Created in NX7.5.0. | |
void | SetAboveTextType (NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions aboveTextType) |
Sets the above text enum Created in NX7.5.0. | |
void | SetAfterText (const NXString &afterText) |
Sets the after text Created in NX7.5.0. | |
void | SetAfterText (const char *afterText) |
Sets the after text Created in NX7.5.0. | |
void | SetAfterTextType (NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions afterTextType) |
Sets the after text enum Created in NX7.5.0. | |
void | SetBeforeText (const NXString &beforeText) |
Sets the before text Created in NX7.5.0. | |
void | SetBeforeText (const char *beforeText) |
Sets the before text Created in NX7.5.0. | |
void | SetBeforeTextType (NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions beforeTextType) |
Sets the before text enum Created in NX7.5.0. | |
void | SetBelowText (const NXString &belowText) |
Sets the below text Created in NX7.5.0. | |
void | SetBelowText (const char *belowText) |
Sets the below text Created in NX7.5.0. | |
void | SetBelowTextType (NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions belowTextType) |
Sets the below text enum Created in NX7.5.0. | |
void | SetByAboveText (bool aboveText) |
Sets the above text toggle Created in NX7.5.0. | |
void | SetByAfterText (bool afterText) |
Sets the after text toggle Created in NX7.5.0. | |
void | SetByBeforeText (bool beforeText) |
Sets the before text toggle Created in NX7.5.0. | |
void | SetByBelowText (bool belowText) |
Sets the below text toggle Created in NX7.5.0. | |
void | SetByDeviation (bool byDeviation) |
Sets the deviation toggle Created in NX7.5.0. | |
void | SetByDiameterSymbol (bool diameterSymbol) |
Sets the diameter symbol toggle Created in NX7.5.0. | |
void | SetByDimensionType (bool dimensionType) |
Sets the dimension type toggle Created in NX7.5.0. | |
void | SetByDimensionValue (bool dimensionValue) |
Sets the dimension value toggle Created in NX7.5.0. | |
void | SetByGrade (bool byGrade) |
Sets the grade toggle Created in NX7.5.0. | |
void | SetByLowerTolerance (bool lowerTolerance) |
Sets the lower tolerance toggle Created in NX7.5.0. | |
void | SetByRadialSymbol (bool radialSymbol) |
Sets the radial symbol toggle Created in NX7.5.0. | |
void | SetByToleranceType (bool toleranceType) |
Sets the tolerance type toggle Created in NX7.5.0. | |
void | SetByUpperTolerance (bool upperTolerance) |
Sets the upper tolerance toggle Created in NX7.5.0. | |
void | SetDeviation (const NXString &deviation) |
Sets the deviation Created in NX7.5.0. | |
void | SetDeviation (const char *deviation) |
Sets the deviation Created in NX7.5.0. | |
void | SetDiameterSymbol (NXOpen::Annotations::SearchCriteriaDimensionBuilder::DiameterSymbolOptions diameterSymbol) |
Sets the diameter symbol Created in NX7.5.0. | |
void | SetDimensionType (NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionTypes dimensionType) |
Sets the dimension type Created in NX7.5.0. | |
void | SetDimensionValue (double dimensionValue) |
Sets the dimension value Created in NX7.5.0. | |
void | SetDimensionValueType (NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions dimensionValueType) |
Sets the dimension value enum Created in NX7.5.0. | |
void | SetGrade (const NXString &grade) |
Sets the grade Created in NX7.5.0. | |
void | SetGrade (const char *grade) |
Sets the grade Created in NX7.5.0. | |
void | SetLowerToleranceType (NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions lowerToleranceType) |
Sets the lower tolerance enum Created in NX7.5.0. | |
void | SetLowerToleranceValue (double lowerToleranceValue) |
Sets the lower tolerance value Created in NX7.5.0. | |
void | SetRadialSymbol (NXOpen::Annotations::SearchCriteriaDimensionBuilder::RadialSymbolOptions radialSymbol) |
Sets the radial symbol Created in NX7.5.0. | |
void | SetToleranceType (NXOpen::Annotations::SearchCriteriaDimensionBuilder::ToleranceTypes toleranceType) |
Sets the tolerance type Created in NX7.5.0. | |
void | SetUpperToleranceType (NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions upperToleranceType) |
Sets the upper tolerance enum Created in NX7.5.0. | |
void | SetUpperToleranceValue (double upperToleranceValue) |
Sets the upper tolerance value Created in NX7.5.0. | |
NXOpen::Annotations::SearchCriteriaDimensionBuilder::ToleranceTypes | ToleranceType () |
Returns the tolerance type Created in NX7.5.0. | |
NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions | UpperToleranceType () |
Returns the upper tolerance enum Created in NX7.5.0. | |
double | UpperToleranceValue () |
Returns the upper tolerance value Created in NX7.5.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents SearchCriteriaDimensionBuilder
To create a new instance of this class, use Annotations::SearchModelViewCollection::CreateSearchCriteriaDimensionBuilder
Created in NX7.5.0.
DimensionTypes.
ToleranceTypes.
NXString NXOpen::Annotations::SearchCriteriaDimensionBuilder::AboveText | ( | ) |
Returns the above text
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::AboveTextType | ( | ) |
Returns the above text enum
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Annotations::SearchCriteriaDimensionBuilder::AfterText | ( | ) |
Returns the after text
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::AfterTextType | ( | ) |
Returns the after text enum
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Annotations::SearchCriteriaDimensionBuilder::BeforeText | ( | ) |
Returns the before text
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::BeforeTextType | ( | ) |
Returns the before text enum
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Annotations::SearchCriteriaDimensionBuilder::BelowText | ( | ) |
Returns the below text
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::BelowTextType | ( | ) |
Returns the below text enum
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByAboveText | ( | ) |
Returns the above text toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByAfterText | ( | ) |
Returns the after text toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByBeforeText | ( | ) |
Returns the before text toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByBelowText | ( | ) |
Returns the below text toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByDeviation | ( | ) |
Returns the deviation toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByDiameterSymbol | ( | ) |
Returns the diameter symbol toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByDimensionType | ( | ) |
Returns the dimension type toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByDimensionValue | ( | ) |
Returns the dimension value toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByGrade | ( | ) |
Returns the grade toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByLowerTolerance | ( | ) |
Returns the lower tolerance toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByRadialSymbol | ( | ) |
Returns the radial symbol toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByToleranceType | ( | ) |
Returns the tolerance type toggle
Created in NX7.5.0.
License requirements : None
bool NXOpen::Annotations::SearchCriteriaDimensionBuilder::ByUpperTolerance | ( | ) |
Returns the upper tolerance toggle
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchCriteriaCalloutBuilder* NXOpen::Annotations::SearchCriteriaDimensionBuilder::Callout | ( | ) |
Returns the callout block
Created in NX9.0.0.
License requirements : None
NXString NXOpen::Annotations::SearchCriteriaDimensionBuilder::Deviation | ( | ) |
Returns the deviation
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchCriteriaDimensionBuilder::DiameterSymbolOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::DiameterSymbol | ( | ) |
Returns the diameter symbol
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionTypes NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionType | ( | ) |
Returns the dimension type
Created in NX7.5.0.
License requirements : None
double NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionValue | ( | ) |
Returns the dimension value
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionValueType | ( | ) |
Returns the dimension value enum
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Annotations::SearchCriteriaDimensionBuilder::Grade | ( | ) |
Returns the grade
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::LowerToleranceType | ( | ) |
Returns the lower tolerance enum
Created in NX7.5.0.
License requirements : None
double NXOpen::Annotations::SearchCriteriaDimensionBuilder::LowerToleranceValue | ( | ) |
Returns the lower tolerance value
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchCriteriaDimensionBuilder::RadialSymbolOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::RadialSymbol | ( | ) |
Returns the radial symbol
Created in NX7.5.0.
License requirements : None
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetAboveText | ( | const NXString & | aboveText | ) |
Sets the above text
Created in NX7.5.0.
License requirements : None
aboveText | abovetext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetAboveText | ( | const char * | aboveText | ) |
Sets the above text
Created in NX7.5.0.
License requirements : None
aboveText | abovetext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetAboveTextType | ( | NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | aboveTextType | ) |
Sets the above text enum
Created in NX7.5.0.
License requirements : None
aboveTextType | abovetexttype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetAfterText | ( | const NXString & | afterText | ) |
Sets the after text
Created in NX7.5.0.
License requirements : None
afterText | aftertext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetAfterText | ( | const char * | afterText | ) |
Sets the after text
Created in NX7.5.0.
License requirements : None
afterText | aftertext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetAfterTextType | ( | NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | afterTextType | ) |
Sets the after text enum
Created in NX7.5.0.
License requirements : None
afterTextType | aftertexttype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetBeforeText | ( | const NXString & | beforeText | ) |
Sets the before text
Created in NX7.5.0.
License requirements : None
beforeText | beforetext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetBeforeText | ( | const char * | beforeText | ) |
Sets the before text
Created in NX7.5.0.
License requirements : None
beforeText | beforetext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetBeforeTextType | ( | NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | beforeTextType | ) |
Sets the before text enum
Created in NX7.5.0.
License requirements : None
beforeTextType | beforetexttype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetBelowText | ( | const NXString & | belowText | ) |
Sets the below text
Created in NX7.5.0.
License requirements : None
belowText | belowtext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetBelowText | ( | const char * | belowText | ) |
Sets the below text
Created in NX7.5.0.
License requirements : None
belowText | belowtext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetBelowTextType | ( | NXOpen::Annotations::SearchModelViewBuilder::TextComparisionOptions | belowTextType | ) |
Sets the below text enum
Created in NX7.5.0.
License requirements : None
belowTextType | belowtexttype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByAboveText | ( | bool | aboveText | ) |
Sets the above text toggle
Created in NX7.5.0.
License requirements : None
aboveText | abovetext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByAfterText | ( | bool | afterText | ) |
Sets the after text toggle
Created in NX7.5.0.
License requirements : None
afterText | aftertext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByBeforeText | ( | bool | beforeText | ) |
Sets the before text toggle
Created in NX7.5.0.
License requirements : None
beforeText | beforetext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByBelowText | ( | bool | belowText | ) |
Sets the below text toggle
Created in NX7.5.0.
License requirements : None
belowText | belowtext |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByDeviation | ( | bool | byDeviation | ) |
Sets the deviation toggle
Created in NX7.5.0.
License requirements : None
byDeviation | bydeviation |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByDiameterSymbol | ( | bool | diameterSymbol | ) |
Sets the diameter symbol toggle
Created in NX7.5.0.
License requirements : None
diameterSymbol | diametersymbol |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByDimensionType | ( | bool | dimensionType | ) |
Sets the dimension type toggle
Created in NX7.5.0.
License requirements : None
dimensionType | dimensiontype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByDimensionValue | ( | bool | dimensionValue | ) |
Sets the dimension value toggle
Created in NX7.5.0.
License requirements : None
dimensionValue | dimensionvalue |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByGrade | ( | bool | byGrade | ) |
Sets the grade toggle
Created in NX7.5.0.
License requirements : None
byGrade | bygrade |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByLowerTolerance | ( | bool | lowerTolerance | ) |
Sets the lower tolerance toggle
Created in NX7.5.0.
License requirements : None
lowerTolerance | lowertolerance |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByRadialSymbol | ( | bool | radialSymbol | ) |
Sets the radial symbol toggle
Created in NX7.5.0.
License requirements : None
radialSymbol | radialsymbol |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByToleranceType | ( | bool | toleranceType | ) |
Sets the tolerance type toggle
Created in NX7.5.0.
License requirements : None
toleranceType | tolerancetype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetByUpperTolerance | ( | bool | upperTolerance | ) |
Sets the upper tolerance toggle
Created in NX7.5.0.
License requirements : None
upperTolerance | uppertolerance |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetDeviation | ( | const NXString & | deviation | ) |
Sets the deviation
Created in NX7.5.0.
License requirements : None
deviation | deviation |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetDeviation | ( | const char * | deviation | ) |
Sets the deviation
Created in NX7.5.0.
License requirements : None
deviation | deviation |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetDiameterSymbol | ( | NXOpen::Annotations::SearchCriteriaDimensionBuilder::DiameterSymbolOptions | diameterSymbol | ) |
Sets the diameter symbol
Created in NX7.5.0.
License requirements : None
diameterSymbol | diametersymbol |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetDimensionType | ( | NXOpen::Annotations::SearchCriteriaDimensionBuilder::DimensionTypes | dimensionType | ) |
Sets the dimension type
Created in NX7.5.0.
License requirements : None
dimensionType | dimensiontype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetDimensionValue | ( | double | dimensionValue | ) |
Sets the dimension value
Created in NX7.5.0.
License requirements : None
dimensionValue | dimensionvalue |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetDimensionValueType | ( | NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions | dimensionValueType | ) |
Sets the dimension value enum
Created in NX7.5.0.
License requirements : None
dimensionValueType | dimensionvaluetype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetGrade | ( | const NXString & | grade | ) |
Sets the grade
Created in NX7.5.0.
License requirements : None
grade | grade |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetGrade | ( | const char * | grade | ) |
Sets the grade
Created in NX7.5.0.
License requirements : None
grade | grade |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetLowerToleranceType | ( | NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions | lowerToleranceType | ) |
Sets the lower tolerance enum
Created in NX7.5.0.
License requirements : None
lowerToleranceType | lowertolerancetype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetLowerToleranceValue | ( | double | lowerToleranceValue | ) |
Sets the lower tolerance value
Created in NX7.5.0.
License requirements : None
lowerToleranceValue | lowertolerancevalue |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetRadialSymbol | ( | NXOpen::Annotations::SearchCriteriaDimensionBuilder::RadialSymbolOptions | radialSymbol | ) |
Sets the radial symbol
Created in NX7.5.0.
License requirements : None
radialSymbol | radialsymbol |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetToleranceType | ( | NXOpen::Annotations::SearchCriteriaDimensionBuilder::ToleranceTypes | toleranceType | ) |
Sets the tolerance type
Created in NX7.5.0.
License requirements : None
toleranceType | tolerancetype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetUpperToleranceType | ( | NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions | upperToleranceType | ) |
Sets the upper tolerance enum
Created in NX7.5.0.
License requirements : None
upperToleranceType | uppertolerancetype |
void NXOpen::Annotations::SearchCriteriaDimensionBuilder::SetUpperToleranceValue | ( | double | upperToleranceValue | ) |
Sets the upper tolerance value
Created in NX7.5.0.
License requirements : None
upperToleranceValue | uppertolerancevalue |
NXOpen::Annotations::SearchCriteriaDimensionBuilder::ToleranceTypes NXOpen::Annotations::SearchCriteriaDimensionBuilder::ToleranceType | ( | ) |
Returns the tolerance type
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::ValueComparisionOptions NXOpen::Annotations::SearchCriteriaDimensionBuilder::UpperToleranceType | ( | ) |
Returns the upper tolerance enum
Created in NX7.5.0.
License requirements : None
double NXOpen::Annotations::SearchCriteriaDimensionBuilder::UpperToleranceValue | ( | ) |
Returns the upper tolerance value
Created in NX7.5.0.
License requirements : None