|
NX Open C++ Reference Guide
|
Represents a builder@link Assemblies::LoadInterpartDataBuilder Assemblies::LoadInterpartDataBuilder@endlink <br> To create a new instance of this class, use @link Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder @endlink <br>
Default values. More...
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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a builder@link Assemblies::LoadInterpartDataBuilder Assemblies::LoadInterpartDataBuilder@endlink <br> To create a new instance of this class, use @link Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
OpenUnloadedParents |
None |
|
SelectionScope |
AllPartsInDisplayedAssembly |
Created in NX6.0.0.
Represents the load interpart parent level types.
| std::vector<NXOpen::BasePart *> NXOpen::Assemblies::LoadInterpartDataBuilder::GetFailedParts | ( | ) |
Returns an array of the parts that failed to load and update.
| 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
| part | Failed part tag |
| loadStatus | Part load status for the failed part |
| delayedUpdateStatus | Delayed 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")
| openUnloadedParents | openunloadedparents |
| 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")
| selectionScope | selectionscope |