NX Open C++ Reference Guide
|
Represents a @link Annotations::QueryPmiBuilder Annotations::QueryPmiBuilder@endlink <br> To create a new instance of this class, use @link Annotations::AnnotationManager::CreateQueryPmiBuilder Annotations::AnnotationManager::CreateQueryPmiBuilder @endlink <br>
Default values. More...
Public Member Functions | |
bool | AreAllOccurrencesIncluded () |
Returns an all occurrences of selected component to be included toggle Created in NX8.5.1. | |
bool | AreAttachedPmiIncluded () |
Returns an attached pmi to selected geometry to be included toggle Created in NX8.5.1. | |
bool | AreReferencingMemberObjectsIncluded () |
Returns a referencing member objects of selected geometry to be included toggle Created in NX8.5.1. | |
bool | CreateQueryResultsView () |
Returns the create query results view Created in NX8.5.0. | |
NXOpen::SelectObjectList * | Geometry () |
Returns the geometry Created in NX5.0.0. | |
void | SetAreAllOccurrencesIncluded (bool areOccurrencesIncluded) |
Sets an all occurrences of selected component to be included toggle Created in NX8.5.1. | |
void | SetAreAttachedPmiIncluded (bool areAttachedPMIIncluded) |
Sets an attached pmi to selected geometry to be included toggle Created in NX8.5.1. | |
void | SetAreReferencingMemberObjectsIncluded (bool areReferencingMemberObjectsIncluded) |
Sets a referencing member objects of selected geometry to be included toggle Created in NX8.5.1. | |
void | SetCreateQueryResultsView (bool createQueryResultsView) |
Sets the create query results view Created in NX8.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 a @link Annotations::QueryPmiBuilder Annotations::QueryPmiBuilder@endlink <br> To create a new instance of this class, use @link Annotations::AnnotationManager::CreateQueryPmiBuilder Annotations::AnnotationManager::CreateQueryPmiBuilder @endlink <br>
Default values.
Property | Value |
---|---|
CreateQueryResultsView |
true |
Created in NX5.0.0.
bool NXOpen::Annotations::QueryPmiBuilder::AreAllOccurrencesIncluded | ( | ) |
Returns an all occurrences of selected component to be included toggle
Created in NX8.5.1.
License requirements : None
bool NXOpen::Annotations::QueryPmiBuilder::AreAttachedPmiIncluded | ( | ) |
Returns an attached pmi to selected geometry to be included toggle
Created in NX8.5.1.
License requirements : None
bool NXOpen::Annotations::QueryPmiBuilder::AreReferencingMemberObjectsIncluded | ( | ) |
Returns a referencing member objects of selected geometry to be included toggle
Created in NX8.5.1.
License requirements : None
bool NXOpen::Annotations::QueryPmiBuilder::CreateQueryResultsView | ( | ) |
Returns the create query results view
Created in NX8.5.0.
License requirements : None
NXOpen::SelectObjectList* NXOpen::Annotations::QueryPmiBuilder::Geometry | ( | ) |
Returns the geometry
Created in NX5.0.0.
License requirements : None
void NXOpen::Annotations::QueryPmiBuilder::SetAreAllOccurrencesIncluded | ( | bool | areOccurrencesIncluded | ) |
Sets an all occurrences of selected component to be included toggle
Created in NX8.5.1.
License requirements : None
areOccurrencesIncluded | areoccurrencesincluded |
void NXOpen::Annotations::QueryPmiBuilder::SetAreAttachedPmiIncluded | ( | bool | areAttachedPMIIncluded | ) |
Sets an attached pmi to selected geometry to be included toggle
Created in NX8.5.1.
License requirements : None
areAttachedPMIIncluded | areattachedpmiincluded |
void NXOpen::Annotations::QueryPmiBuilder::SetAreReferencingMemberObjectsIncluded | ( | bool | areReferencingMemberObjectsIncluded | ) |
Sets a referencing member objects of selected geometry to be included toggle
Created in NX8.5.1.
License requirements : None
areReferencingMemberObjectsIncluded | arereferencingmemberobjectsincluded |
void NXOpen::Annotations::QueryPmiBuilder::SetCreateQueryResultsView | ( | bool | createQueryResultsView | ) |
Sets the create query results view
Created in NX8.5.0.
License requirements : None
createQueryResultsView | createqueryresultsview |