NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Assemblies.LoadInterpartDataBuilder Class Reference

Represents a builderNXOpen.Assemblies.LoadInterpartDataBuilder More...

Inheritance diagram for NXOpen.Assemblies.LoadInterpartDataBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OpenUnloadedParentsType { None, ImmediateLevel, AllLevels }
 Represents the load interpart parent level types More...
 
enum  SelectionScopeType { AllPartsInDisplayedAssembly, AllPartsInSession }
 Represents the load interpart selection scope types More...
 

Public Member Functions

unsafe NXOpen.BasePart[] GetFailedParts ()
 Returns an array of the parts that failed to load and update More...
 
unsafe void GetLoadInterpartDataStatus (NXOpen.BasePart part, out NXOpen.PartLoadStatus loadStatus, out NXOpen.PartDelayedUpdateStatus delayedUpdateStatus)
 Returns part load status and delayed update status for the part which failed to load and update More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Assemblies.LoadInterpartDataBuilder.OpenUnloadedParentsType 
OpenUnloadedParents [get, set]
 Returns or sets the open unloaded parents level type More...
 
unsafe
NXOpen.Assemblies.LoadInterpartDataBuilder.SelectionScopeType 
SelectionScope [get, set]
 Returns or sets the selection scope type More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
None 

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

ImmediateLevel 

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

AllLevels 

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
AllPartsInDisplayedAssembly 

Load interpart data for all parts in displayed assembly

AllPartsInSession 

Load interpart data for all parts in session

Member Function Documentation

unsafe NXOpen.BasePart [] NXOpen.Assemblies.LoadInterpartDataBuilder.GetFailedParts ( )
inline

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

Created in NX6.0.0

License requirements: None.

Returns
Array of the part tags failed to load and update
unsafe void NXOpen.Assemblies.LoadInterpartDataBuilder.GetLoadInterpartDataStatus ( NXOpen.BasePart  part,
out NXOpen.PartLoadStatus  loadStatus,
out NXOpen.PartDelayedUpdateStatus  delayedUpdateStatus 
)
inline

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

Property Documentation

unsafe NXOpen.Assemblies.LoadInterpartDataBuilder.OpenUnloadedParentsType NXOpen.Assemblies.LoadInterpartDataBuilder.OpenUnloadedParents
getset

Returns or sets the open unloaded parents level type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: wave ("WAVE FUNCTIONALITY")

unsafe NXOpen.Assemblies.LoadInterpartDataBuilder.SelectionScopeType NXOpen.Assemblies.LoadInterpartDataBuilder.SelectionScope
getset

Returns or sets the selection scope type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: wave ("WAVE FUNCTIONALITY")


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