|
NX Open C++ Reference Guide
|
Used to return debug update information for instances. More...
Public Member Functions | |
| DebugInstance (const NXString &partNameInitial, const NXString &refChainInitial, const NXString &nhaChainInitial, int nRulesInitial, int rules0Initial) | |
| Constructor for the DebugInstance struct. | |
Public Attributes | |
| NXString | NhaChain |
| nha of instance | |
| int | NRules |
| number of rules | |
| NXString | PartName |
| part of instance | |
| NXString | RefChain |
| name of instance | |
| int | Rules0 |
| index of rules[0] | |
Used to return debug update information for instances.
| NXOpen::RuleManager::DebugInstance::DebugInstance | ( | const NXString & | partNameInitial, |
| const NXString & | refChainInitial, | ||
| const NXString & | nhaChainInitial, | ||
| int | nRulesInitial, | ||
| int | rules0Initial | ||
| ) |
Constructor for the DebugInstance struct.
| partNameInitial | part of instance |
| refChainInitial | name of instance |
| nhaChainInitial | nha of instance |
| nRulesInitial | number of rules |
| rules0Initial | index of rules[0] |
| NXString NXOpen::RuleManager::DebugInstance::NhaChain |
nha of instance
| int NXOpen::RuleManager::DebugInstance::NRules |
number of rules
| NXString NXOpen::RuleManager::DebugInstance::PartName |
part of instance
| NXString NXOpen::RuleManager::DebugInstance::RefChain |
name of instance
| int NXOpen::RuleManager::DebugInstance::Rules0 |
index of rules[0]