NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Assemblies::LoadInterpartDataBuilder Class Reference

Represents a builderAssemblies::LoadInterpartDataBuilder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder
Default values. More...

Inheritance diagram for NXOpen::Assemblies::LoadInterpartDataBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  OpenUnloadedParentsType { OpenUnloadedParentsTypeNone, OpenUnloadedParentsTypeImmediateLevel, OpenUnloadedParentsTypeAllLevels }
 Represents the load interpart parent level types. More...
enum  SelectionScopeType { SelectionScopeTypeAllPartsInDisplayedAssembly, SelectionScopeTypeAllPartsInSession }
 Represents the load interpart selection scope types. More...

Public Member Functions

std::vector< NXOpen::BasePart * > GetFailedParts ()
 Returns an array of the parts that failed to load and update.
void GetLoadInterpartDataStatus (NXOpen::BasePart *part, NXOpen::PartLoadStatus **loadStatus, NXOpen::PartDelayedUpdateStatus **delayedUpdateStatus)
 Returns part load status and delayed update status for the part which failed to load and update
Created in NX6.0.0.
NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParentsType OpenUnloadedParents ()
 Returns the open unloaded parents level type
Created in NX6.0.0.
NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScopeType SelectionScope ()
 Returns the selection scope type
Created in NX6.0.0.
void SetOpenUnloadedParents (NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParentsType openUnloadedParents)
 Sets the open unloaded parents level type
Created in NX6.0.0.
void SetSelectionScope (NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScopeType selectionScope)
 Sets the selection scope type
Created in NX6.0.0.

Detailed Description

Represents a builderAssemblies::LoadInterpartDataBuilder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder
Default values.

Property Value

OpenUnloadedParents

None

SelectionScope

AllPartsInDisplayedAssembly


Created in NX6.0.0.


Member Enumeration Documentation

Represents the load interpart parent level types.

Enumerator:
OpenUnloadedParentsTypeNone 

Load all partially loaded parts that contain links and all immediate level parents parts if they are partially loaded.

OpenUnloadedParentsTypeImmediateLevel 

Load all partially loaded parts that contain links and all immediate level parents parts regardless of load status.

OpenUnloadedParentsTypeAllLevels 

Load all partially loaded parts that contain links and all level parent parts regardless of load status.

Represents the load interpart selection scope types.

Enumerator:
SelectionScopeTypeAllPartsInDisplayedAssembly 

Load interpart data for all parts in displayed assembly.

SelectionScopeTypeAllPartsInSession 

Load interpart data for all parts in session.


Member Function Documentation

Returns an array of the parts that failed to load and update.

Returns:
Array of the part tags failed to load and update
Created in NX6.0.0.

License requirements : None

Returns part load status and delayed update status for the part which failed to load and update
Created in NX6.0.0.



License requirements : None

Parameters:
partFailed part tag
loadStatusPart load status for the failed part
delayedUpdateStatusDelayed update status data status for the failed part

Returns the open unloaded parents level type
Created in NX6.0.0.



License requirements : None

Returns the selection scope type
Created in NX6.0.0.



License requirements : None

Sets the open unloaded parents level type
Created in NX6.0.0.



License requirements : wave ("WAVE FUNCTIONALITY")

Parameters:
openUnloadedParentsopenunloadedparents

Sets the selection scope type
Created in NX6.0.0.



License requirements : wave ("WAVE FUNCTIONALITY")

Parameters:
selectionScopeselectionscope

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