|
NX Open C++ Reference Guide
|
Incomplete part return data. More...
Public Member Functions | |
| IncompleteStatus (bool structIncompleteInitial, bool pendIncompleteInitial, bool incompleteChildrenInitial) | |
| Constructor for the IncompleteStatus struct. | |
Public Attributes | |
| bool | IncompleteChildren |
| Part has incomplete children. | |
| bool | PendIncomplete |
| Part has components pending. | |
| bool | StructIncomplete |
| Parts structure is incomplete. | |
Incomplete part return data.
| NXOpen::BasePart::IncompleteStatus::IncompleteStatus | ( | bool | structIncompleteInitial, |
| bool | pendIncompleteInitial, | ||
| bool | incompleteChildrenInitial | ||
| ) |
Constructor for the IncompleteStatus struct.
| bool NXOpen::BasePart::IncompleteStatus::IncompleteChildren |
Part has incomplete children.
| bool NXOpen::BasePart::IncompleteStatus::PendIncomplete |
Part has components pending.
| bool NXOpen::BasePart::IncompleteStatus::StructIncomplete |
Parts structure is incomplete.