NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.BasePart.IncompleteStatus Struct Reference

Incomplete part return data More...

Public Member Functions

 IncompleteStatus (bool StructIncomplete, bool PendIncomplete, bool IncompleteChildren)
 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  StructIncomplete,
bool  PendIncomplete,
bool  IncompleteChildren 
)
inline

Constructor for the IncompleteStatus struct.

Parameters
StructIncompleteParts structure is incomplete
PendIncompletePart has components pending
IncompleteChildrenPart 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.