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

Incomplete part return data. More...

List of all members.

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.

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

Part has incomplete children.

Part has components pending.

Parts structure is incomplete.


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