NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::BasePart::IncompleteStatus Struct Reference

Incomplete part return data. More...

Public Member Functions

 IncompleteStatus (bool structIncompleteInitial, bool pendIncompleteInitial, bool incompleteChildrenInitial)
 Constructor for the IncompleteStatus struct. More...
 

Public Attributes

bool IncompleteChildren
 Part has incomplete children. More...
 
bool PendIncomplete
 Part has components pending. More...
 
bool StructIncomplete
 Parts structure is incomplete. More...
 

Detailed Description

Incomplete part return data.

Constructor & Destructor Documentation

NXOpen::BasePart::IncompleteStatus::IncompleteStatus ( bool  structIncompleteInitial,
bool  pendIncompleteInitial,
bool  incompleteChildrenInitial 
)

Constructor for the IncompleteStatus struct.

Parameters
structIncompleteInitialParts structure is incomplete
pendIncompleteInitialPart has components pending
incompleteChildrenInitialPart has incomplete children

Member Data Documentation

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.


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