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

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

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

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. More...
 
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. More...
 
NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParentsType OpenUnloadedParents ()
 Returns the open unloaded parents level type
Created in NX6.0.0. More...
 
NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScopeType SelectionScope ()
 Returns the selection scope type
Created in NX6.0.0. More...
 
void SetOpenUnloadedParents (NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParentsType openUnloadedParents)
 Sets the open unloaded parents level type
Created in NX6.0.0. More...
 
void SetSelectionScope (NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScopeType selectionScope)
 Sets the selection scope type
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a builderNXOpen::Assemblies::LoadInterpartDataBuilder
To create a new instance of this class, use NXOpen::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

std::vector<NXOpen::BasePart *> NXOpen::Assemblies::LoadInterpartDataBuilder::GetFailedParts ( )

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
void NXOpen::Assemblies::LoadInterpartDataBuilder::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.



License requirements : None

Parameters
partFailed part tag
loadStatusPart load status for the failed part
delayedUpdateStatusDelayed update status data status for the failed part
NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParentsType NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParents ( )

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



License requirements : None

NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScopeType NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScope ( )

Returns the selection scope type
Created in NX6.0.0.



License requirements : None

void NXOpen::Assemblies::LoadInterpartDataBuilder::SetOpenUnloadedParents ( NXOpen::Assemblies::LoadInterpartDataBuilder::OpenUnloadedParentsType  openUnloadedParents)

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



License requirements : wave ("WAVE FUNCTIONALITY")

Parameters
openUnloadedParentsopenunloadedparents
void NXOpen::Assemblies::LoadInterpartDataBuilder::SetSelectionScope ( NXOpen::Assemblies::LoadInterpartDataBuilder::SelectionScopeType  selectionScope)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.