NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::QualityAudit::Manager Class Reference

The Quality Audit Manager class offers means to check for errors at assembly level. More...

Public Types

enum  ActionType { ActionTypeGlobal, ActionTypeConnection }
 Action type to be used in the quality audit process. More...
 

Public Member Functions

NXOpen::CAE::QualityAudit::ActionListActionList ()
 Returns the quality audit action list. More...
 
NXOpen::CAE::QualityAudit::Manager::ActionType CurrentActionType ()
 Returns the current quality audit action type. More...
 
NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::INXObject with the given identifier as recorded in a journal. More...
 
NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXOpen::INXObject with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::QualityAudit::InputListInputList ()
 Returns the quality audit input list. More...
 
void PerformActions (const std::vector< NXOpen::CAE::QualityAudit::Action * > &inputActions, const std::vector< NXOpen::NXObject * > &pObjects)
 This method performs checks on the selected objects. More...
 
void SetCurrentActionType (NXOpen::CAE::QualityAudit::Manager::ActionType actionType)
 Sets the current quality audit action type. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

The Quality Audit Manager class offers means to check for errors at assembly level.


To obtain an instance of this class use NXOpen::CAE::CaeSession::QualityAuditManager .

Created in NX12.0.0.

Member Enumeration Documentation

Action type to be used in the quality audit process.

Based on this action type the input and action list changes.

Enumerator
ActionTypeGlobal 

Global action types.

ActionTypeConnection 

Connection related actions.

Member Function Documentation

NXOpen::CAE::QualityAudit::ActionList* NXOpen::CAE::QualityAudit::Manager::ActionList ( )

Returns the quality audit action list.


Created in NX12.0.0.

License requirements : None

NXOpen::CAE::QualityAudit::Manager::ActionType NXOpen::CAE::QualityAudit::Manager::CurrentActionType ( )

Returns the current quality audit action type.


Created in NX12.0.0.

License requirements : None

NXOpen::INXObject* NXOpen::CAE::QualityAudit::Manager::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::INXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
An object matching the journal identifier
Created in NX12.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object
NXOpen::INXObject* NXOpen::CAE::QualityAudit::Manager::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::INXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
An object matching the journal identifier
Created in NX12.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object
NXOpen::CAE::QualityAudit::InputList* NXOpen::CAE::QualityAudit::Manager::InputList ( )

Returns the quality audit input list.


Created in NX12.0.0.

License requirements : None

void NXOpen::CAE::QualityAudit::Manager::PerformActions ( const std::vector< NXOpen::CAE::QualityAudit::Action * > &  inputActions,
const std::vector< NXOpen::NXObject * > &  pObjects 
)

This method performs checks on the selected objects.


Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
inputActionsThe CAE::QualityAudit::Action array of actions to be performed.
pObjectsThe objects to be used by the actions.
void NXOpen::CAE::QualityAudit::Manager::SetCurrentActionType ( NXOpen::CAE::QualityAudit::Manager::ActionType  actionType)

Sets the current quality audit action type.


Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
actionTypeactiontype
tag_t NXOpen::CAE::QualityAudit::Manager::Tag ( ) const

Returns the tag of this object.


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