NX Open C++ Reference Guide
|
Represents a Annotations::SearchModelViewBuilder
To create a new instance of this class, use Annotations::SearchModelViewCollection::CreateSearchModelViewBuilder
Default values.
More...
Represents a Annotations::SearchModelViewBuilder
To create a new instance of this class, use Annotations::SearchModelViewCollection::CreateSearchModelViewBuilder
Default values.
Property | Value |
---|---|
PmiType |
Created in NX7.5.0.
NXOpen::NXObject* NXOpen::Annotations::SearchModelViewBuilder::CreateCriteriaObject | ( | NXOpen::Annotations::SearchModelViewBuilder::PmiTypes | searchType | ) |
Create search criteria object in search model view builder.
searchType | search type |
Returns the criteria list
Created in NX7.5.0.
License requirements : None
void NXOpen::Annotations::SearchModelViewBuilder::DeleteCriteriaObject | ( | NXOpen::NXObject * | criteriaObject | ) |
Delete search criteria object in search model view builder
Created in NX7.5.0.
License requirements : None
criteriaObject | criteria Object |
TODO: fill in a description for this
Created in NX7.5.0.
License requirements : None
std::vector<NXOpen::NXObject *> NXOpen::Annotations::SearchModelViewBuilder::GetResults | ( | ) |
All results.
Returns the name
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::PmiTypes NXOpen::Annotations::SearchModelViewBuilder::PmiType | ( | ) |
Returns the pmi type
Created in NX7.5.0.
License requirements : None
TODO: fill in a description for this
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::SearchModelViewBuilder::SearchScopeOptions NXOpen::Annotations::SearchModelViewBuilder::SearchScope | ( | ) |
Returns the search scope
Created in NX7.5.0.
License requirements : None
void NXOpen::Annotations::SearchModelViewBuilder::SetModelViewName | ( | const NXString & | modelViewName | ) |
Sets the name
Created in NX7.5.0.
License requirements : None
modelViewName | modelviewname |
void NXOpen::Annotations::SearchModelViewBuilder::SetPmiType | ( | NXOpen::Annotations::SearchModelViewBuilder::PmiTypes | pmiType | ) |
Sets the pmi type
Created in NX7.5.0.
License requirements : None
pmiType | pmitype |
void NXOpen::Annotations::SearchModelViewBuilder::SetSearchScope | ( | NXOpen::Annotations::SearchModelViewBuilder::SearchScopeOptions | searchScope | ) |
Sets the search scope
Created in NX7.5.0.
License requirements : None
searchScope | searchscope |