PackagingCollection Class¶
-
class
NXOpen.Motion.PackagingCollection¶ Bases:
objectRepresents a collection of Packaging objects
To obtain an instance of this class, refer to
NXOpen.PartNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateInterferenceBuilder | Creates an NXOpen.Motion.PackagingInterferenceBuilder. |
| CreateMeasureBuilder | Creates a NXOpen.Motion.PackagingMeasureBuilder. |
| CreateTraceBuilder | Creates a NXOpen.Motion.PackagingTraceBuilder. |
| FindObject | Finds the NXOpen.Motion.Packaging object with the given name. |
Method Detail¶
CreateInterferenceBuilder¶
-
PackagingCollection.CreateInterferenceBuilder¶ Creates an
NXOpen.Motion.PackagingInterferenceBuilder.This class is used to construct an
NXOpen.Motion.PackagingInterferenceobject.Signature
CreateInterferenceBuilder(interference)Parameters: interference ( NXOpen.Motion.PackagingInterference) –NXOpen.Motion.PackagingInterferenceobject to edit. None indicates that a newNXOpen.Motion.PackagingInterferenceobject is being created.Returns: NXOpen.Motion.PackagingInterferenceBuilderobjectReturn type: NXOpen.Motion.PackagingInterferenceBuilderNew in version NX4.0.0.
License requirements: mechanisms (“MECHANISMS”)
CreateMeasureBuilder¶
-
PackagingCollection.CreateMeasureBuilder¶ Creates a
NXOpen.Motion.PackagingMeasureBuilder.This class is used to construct a
NXOpen.Measureobject.Signature
CreateMeasureBuilder(measure)Parameters: measure ( NXOpen.Motion.PackagingMeasure) –NXOpen.Measureobject to edit. None indicates that a newNXOpen.Measureobject is being created.Returns: NXOpen.Motion.PackagingMeasureBuilderobjectReturn type: NXOpen.Motion.PackagingMeasureBuilderNew in version NX4.0.0.
License requirements: mechanisms (“MECHANISMS”)
CreateTraceBuilder¶
-
PackagingCollection.CreateTraceBuilder¶ Creates a
NXOpen.Motion.PackagingTraceBuilder.This class is used to construct a
NXOpen.Motion.PackagingTraceobject.Signature
CreateTraceBuilder(trace)Parameters: trace ( NXOpen.Motion.PackagingTrace) –NXOpen.Motion.PackagingTraceobject to edit. None indicates that a newNXOpen.Motion.PackagingTraceobject is being created.Returns: NXOpen.Motion.PackagingTraceBuilderobjectReturn type: NXOpen.Motion.PackagingTraceBuilderNew in version NX4.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
PackagingCollection.FindObject¶ Finds the
NXOpen.Motion.Packagingobject with the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – Name of the Packaging object. Returns: NXOpen.Motion.Packagingobject with this name.Return type: NXOpen.Motion.PackagingNew in version NX4.0.0.
License requirements: mechanisms (“MECHANISMS”)