NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.Tooling.StandardPartBatchData Class Reference

Represents the standard part batch data. More...

Inheritance diagram for NXOpen.Tooling.StandardPartBatchData:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void DeleteRecord (int recordIndex)
 Deletes a standard part record More...
 
unsafe void Initialize ()
 Initialize the StandardPartBatchData object More...
 
unsafe void SetCurrentSymbolOwningPart (NXOpen.Part owningPart)
 JA Mutator of m_currentSymbolOwningPart More...
 
unsafe void SetIncludeChildComponents (bool includeChildren)
 JA Mutator of m_includeChildComponents More...
 
unsafe void UpdateRecordValues (int recordIndex, NXOpen.NXObject conceptObject, NXOpen.NXObject[] instanceObjects)
 Updates standard part record with values read from concept object and its instances More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 Dispose the StandardPartBatchData object More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the standard part batch data.

This object does not need a creator.

Created in NX12.0.2

Member Function Documentation

unsafe void NXOpen.Tooling.StandardPartBatchData.DeleteRecord ( int  recordIndex)
inline

Deletes a standard part record

Created in NX12.0.2

License requirements: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard") OR ug_die_design ("Die Design")

Parameters
recordIndexThe index of the standard part record to delete
override void NXOpen.Tooling.StandardPartBatchData.FreeResource ( )
inlineprotectedvirtual

Dispose the StandardPartBatchData object

Created in NX12.0.2

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.Tooling.StandardPartBatchData.Initialize ( )
inline

Initialize the StandardPartBatchData object

Created in NX12.0.2

License requirements: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard") OR ug_die_design ("Die Design")

unsafe void NXOpen.Tooling.StandardPartBatchData.SetCurrentSymbolOwningPart ( NXOpen.Part  owningPart)
inline

JA Mutator of m_currentSymbolOwningPart

Created in NX12.0.2

License requirements: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard") OR ug_die_design ("Die Design")

Parameters
owningPartThe owning part of the current selected symbol
unsafe void NXOpen.Tooling.StandardPartBatchData.SetIncludeChildComponents ( bool  includeChildren)
inline

JA Mutator of m_includeChildComponents

Created in NX12.0.2

License requirements: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard") OR ug_die_design ("Die Design")

Parameters
includeChildrenWhether to search symbols in children of the specified component
unsafe void NXOpen.Tooling.StandardPartBatchData.UpdateRecordValues ( int  recordIndex,
NXOpen.NXObject  conceptObject,
NXOpen.NXObject[]  instanceObjects 
)
inline

Updates standard part record with values read from concept object and its instances

Created in NX12.0.2

License requirements: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard") OR ug_die_design ("Die Design")

Parameters
recordIndexThe index of the standard part record to update
conceptObjectThe concept object which saves values to update the record
instanceObjectsInstances of the specified concept object

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