NX Open C++ Reference Guide
Public Member Functions
NXOpen::Validate::CheckerNode Class Reference

Represents a checker that validator will use to check against part node. More...

Inheritance diagram for NXOpen::Validate::CheckerNode:
NXOpen::TransientObject

List of all members.

Public Member Functions

NXString AttributeCustomizedFormulas ()
 Returns the customized formula lines of checker.
NXString ClassName ()
 Returns the checker class name
Created in NX7.5.0.
bool GetChildCheckerEnabledFlag (const NXString &childCheckerInstance)
 Gets enable flag of child checker instance in a profile checker.
std::vector< bool > GetChildCheckerEnabledFlags (std::vector< NXString > &childCheckerInstances)
 Gets child checker instance names and enable flags in a profile checker.
std::vector< NXStringGetChildCheckerInstanceNames ()
 Gets child checker instance names in a profile checker.
void SetAttributeCustomizedFormulas (const NXString &formulaLines)
 Sets the customized formula lines of checker.
void SetChildCheckerEnabledFlag (const NXString &childCheckerInstance, bool enableFlag)
 Sets enable flag of child checker instance in a profile checker.
void SetChildCheckerEnabledFlags (std::vector< NXString > &childCheckerInstances, const std::vector< bool > &enableFlags)
 Sets child checker enable flags in a profile checker.
void SetClassName (const NXString &className)
 Sets the checker class name
Created in NX7.5.0.
virtual ~CheckerNode ()
 Frees the object from memory.

Detailed Description

Represents a checker that validator will use to check against part node.


Checker node contains the information of checker class name and checker parameter attribute values. If the checker class is a profile which contains child checker instances, you can set the enable flags to the child checker instances in the profile checker class to turn on or off the child checker instances.


Created in NX7.5.0.


Constructor & Destructor Documentation

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX7.5.0.

License requirements : None


Member Function Documentation

Returns the customized formula lines of checker.


For example:

"Disabled?;False;save_log_in_part;True"

For more information, see the Knowledge Fusion and NX Open section of the Knowledge Fusion Help.


Created in NX7.5.0.

License requirements : None

Returns the checker class name
Created in NX7.5.0.



License requirements : None

Gets enable flag of child checker instance in a profile checker.

Returns:
The enable flag of child checker in the profile checker.
Created in NX7.5.0.

License requirements : None
Parameters:
childCheckerInstanceThe instance name of child checker in the profile checker
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<bool> NXOpen::Validate::CheckerNode::GetChildCheckerEnabledFlags ( std::vector< NXString > &  childCheckerInstances)

Gets child checker instance names and enable flags in a profile checker.

Returns:
The enable flags of child checkers in the profile checker
Created in NX7.5.0.

License requirements : None
Parameters:
childCheckerInstancesThe instance names of child checkers in the profile checker

Gets child checker instance names in a profile checker.

Returns:
The instance names of child checkers in the profile checker
Created in NX7.5.0.

License requirements : None

Sets the customized formula lines of checker.


For example:

"Disabled?;False;save_log_in_part;True"

For more information, see the Knowledge Fusion and NX Open section of the Knowledge Fusion Help.


Created in NX7.5.0.

License requirements : None

Parameters:
formulaLinesThe formula lines of checker
void NXOpen::Validate::CheckerNode::SetChildCheckerEnabledFlag ( const NXString childCheckerInstance,
bool  enableFlag 
)

Sets enable flag of child checker instance in a profile checker.


Created in NX7.5.0.

License requirements : None

Parameters:
childCheckerInstanceThe instance name of child checker in the profile checker
NOTE: The full Unicode character set is not supported for this parameter.
enableFlagThe enable flag of child checker in the profile checker.
void NXOpen::Validate::CheckerNode::SetChildCheckerEnabledFlags ( std::vector< NXString > &  childCheckerInstances,
const std::vector< bool > &  enableFlags 
)

Sets child checker enable flags in a profile checker.


Created in NX7.5.0.

License requirements : None

Parameters:
childCheckerInstancesThe instance names of child checkers in the profile checker
NOTE: The full Unicode character set is not supported for this parameter.
enableFlagsThe enable flags of child checkers in the profile checker

Sets the checker class name
Created in NX7.5.0.



License requirements : None

Parameters:
classNamechecker class name

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