Part Class¶
-
class
NXOpen.Part¶ Bases:
NXOpen.BasePartRepresents an NX part of type .prt.
Use the
NXOpen.PartCollectionclass to load or create a part.New in version NX3.0.0.
Properties¶
| Property | Description |
|---|---|
| CAMSetup | Returns the CAM setup of the work part |
| ComponentAssembly | Returns the component assembly. |
| CurrentFeature | Returns the current feature. |
| Displayed | Returns true if the part represents a displayed part. |
| FieldManager | Returns the field main. |
| FullPath | Returns the full path of the part. |
| HasReuseTemplate | Returns the indicator that the part contains a reuse template. |
| HasWriteAccess | Returns the write-access status of a part independent of the load state. |
| InspectionSetup | Returns the CMM Inspection setup of the work part |
| IsBookletPart | Returns the status on whether input part is bookletPart or not a bookletPart. |
| IsFullyLoaded | Returns the load status of a part. |
| IsOccurrence | Returns whether this object is an occurrence or not. |
| IsReadOnly | Returns the read-only status of a part. |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| KinematicConfigurator | Returns the NXOpen.SIM.KinematicConfigurator instance of the work part |
| Leaf | Returns the leaf name of the part. |
| Name | Returns the custom name of the object. |
| OwningComponent | Returns the owning component, if this object is an occurrence. |
| OwningPart | Returns the owning part of this object |
| PartPreviewMode | Returns or sets the preview mode |
| PartUnits | Returns the units of the part file. |
| Prototype | Returns the prototype of this object if it is an occurrence. |
| SaveDisplayFacets | Returns or sets whether display quality facets are saved in the part file |
| Tag | Returns the Tag for this object. |
| UniqueIdentifier | Returns or sets the unique identifier for this part used to determine whether parts can be quietly substituted during part open. |
| Bodies | Returns the BodyCollection instance belonging to this part |
| CutViews | Returns the CutViewCollection instance belonging to this part |
| Dimensions | Returns the DimensionCollection instance belonging to this part |
| DraftingViews | Returns the DraftingViewCollection instance belonging to this part |
| DrawingSheets | Returns the DrawingSheetCollection instance belonging to this part |
| DraftingDrawingSheets | Returns the DraftingDrawingSheetCollection instance belonging to this part |
| ScRuleFactory | Returns the ScRuleFactory instance belonging to this part |
| Notes | Returns a collection of notes |
| Labels | Returns a collection of labels |
| Gdts | Returns a collection of GDTs |
| Markers | Return a collection of Markers |
| RouteManager | Returns the RouteManager for this part |
| SegmentManager | Returns the SegmentManager for this part |
| Sketches | Returns the SketchCollection instance belonging to this part |
| Tracelines | Returns a collection of tracelines |
| FaceSetOffsets | Returns the FaceSetOffsets instance belonging to this part |
| PackagingCollection | Returns the PackagingCollection for this part |
| MotionManager | Returns the MotionManager for this part |
| PhysicsManager | Returns the PhysicsManager for this part |
| PenetrationManager | Returns the PenetrationManager for this part |
| DraftPointData | Returns the collection of DraftPointData |
| Relinkers | Returns the RelinkerCollection instance belonging to this part |
| OnestepUnforms | Returns the BodyDes.OnestepUnformCollection instance belonging to this part |
| ReusableParts | Returns the AddReusablePartCollection instance belonging to this part |
| ToolingManager | Returns the ToolingManager instance belonging to this part |
| SketchEvaluators | Returns the collection of SketchEvaluator |
| Drafting | Returns the DraftingManager for part |
| DraftingManager | Returns the DraftingApplicationManager for part |
| ComponentGroups | Returns the collection of ComponentGroups for this part |
| ImportManager | Returns the import manager for this part |
| FacetedBodies | Returns the FacetedBodyCollection instance belonging to this part |
| ProductInterface | Returns the ProductInterface Collection |
| ClipboardOperationsManager | Returns the ClipboardOperations manager for this part |
| ViewPreferences | Returns the ViewPreferences Collection |
| SpinePointData | Returns the SpinePointDataCollection instance belonging to this part |
| PmiManager | Returns the PmiManager for this part |
| BlendStopshortBuilder | Returns the BlendStopshortBuilderCollection instance belonging to this part |
| CAMDataPrepManager | Returns the CAMDataPrepManager instance belonging to this part |
| FaceSetData | Returns the FaceSetDataCollection instance belonging to this part |
| GeometryLocationData | Returns the GeometryLocationDataCollection instance belonging to this part |
| DieSimData | Returns the Die.DieSimCollection instance belonging to this part |
| FacePlaneSelectionBuilderData | Returns the FacePlaneSelectionBuilderCollection instance belonging to this part |
| DrawingCompare | Returns the DraftingManager for part |
| MechatronicsManager | Returns the MechatronicsManager instance belonging to this part |
| GanttCollection | Returns the GanttCollection instance belonging to this part |
| GanttLinkerCollection | Returns the GanttLinkerCollection instance belonging to this part |
| ProxyObjectCollection | Returns the ProxyObjectCollection instance belonging to this part |
| ProxyOverrideObjectCollection | Returns the ProxyOverrideObjectCollection instance belonging to this part |
| SettingsManager | Returns the SettingsManager for part |
| DisplayedConstraints | Returns the DisplayedConstraintCollection belonging to this part |
| ViewAlignments | Returns the ViewAlignmentCollection belonging to this part |
| CAMDataManager | Returns the Tooling.CAMDataManager for this part |
| SubdivisionBodies | Returns the SubdivisionBodyCollection instance belonging to this part |
| Component2dCollection | Returns the ComponentCollection instance belonging to this part |
| ComponentDefinitions | Returns the ComponentDefinitionCollection instance belonging to this part |
| LocalDefinitionFolders | Returns the LocalDefinitionFolderCollection instance belonging to this part |
| LayoutDrawingSheets | Returns the LayoutDrawingSheetCollection instance belonging to this part |
| ShipDimensions | Returns the ShipDimensionCollection instance belonging to this part |
| DiagrammingManager | Returns the DiagrammingManager instance belonging to this part |
| PlasManager | Returns the PlasManager instance belonging to this part |
| UserDefinedTemplates | Returns the UserDefinedTemplate.Collection instance belonging to this part |
| DBEntityProxies | Returns the DBEntityProxyCollection instance belonging to this part |
| FacetSelectionRuleFactory | Returns the FacetSelectionRuleFactory instance belonging to this part |
| FacetCollectorCollection | Returns the FacetCollectorCollection instance belonging to this part |
| LocalUntrimManager | Obtains the LocalUntrimManager instance belonging to this part |
| OmnicadManager | Obtains the OmnicadManager instance belonging to this part |
Methods¶
| Method | Description |
|---|---|
| AssignPermanentName | Saves a temporary part with the given name. |
| CanBeDisplayPart | Returns true if the part can be displayed and false if not displayed. |
| Close | Closes an open part. |
| CompleteStructure | Make additions necessary to complete the incomplete assembly structure of the input part |
| ConvertPreNX9CompoundWelds | Convert any existing pre-NX9 Compound Weld User Defined Objects to NX features. |
| CreateAttributeIterator | Create an attribute iterator |
| CreateBoundingObjectBuilder | Creates an NXOpen.GeometricUtilities.BoundingObjectBuilder object. |
| CreateCamSetup | Creates CAM setup |
| CreateDynamicSectionBuilder | Creates a NXOpen.Display.DynamicSectionBuilder The base part must be a displayable part, otherwise an exception will be thrown. |
| CreateEffectivityConditionBuilder | Creates a NXOpen.EffectivityConditionBuilder |
| CreateEmptyBlendSetbackBuilder | Creates a NXOpen.GeometricUtilities.BlendSetbackBuilder object |
| CreateEmptyBoundaryDefinitionBuilder | Creates boundary definition builder object |
| CreateEmptyExpressionCollectorSet | Creates an empty ExpressionCollectorSet item |
| CreateEmptyExpressionSectionSet | Creates an empty ExpressionSectionSet item |
| CreateEmptyRegionPoint | Creates an empty item that contains a point and its corresponding body context for a region |
| CreateEmptySelectionList | Creates empty NXOpen.GeometricUtilities.SelectionList object. |
| CreateEmptySpinePlaneBuilder | Creates spine plane builder object |
| CreateEmptyTransitionCurveBuilder | Creates a NXOpen.GeometricUtilities.TransitionCurveBuilder object |
| CreateEmptyTwoExpressionsCollectorSet | Creates an empty TwoExpressionCollectorSet item that contains a NXOpen.ScCollector collection and two corresponding expressions |
| CreateEmptyTwoExpressionsSectionSet | Creates an empty TwoExpressionSectionSet item that contains a NXOpen.Section section and two corresponding expressions |
| CreateExpressionCollectorSet | Creates an ExpressionCollectorSet item that contains a NXOpen.ScCollector collection and a corresponding expression |
| CreateExpressionSectionSet | Creates an ExpressionSectionSet item that contains a NXOpen.Section collection and a corresponding expression |
| CreateFacetSettingsBuilder | Creates a builder for the Facet Settings dialog |
| CreateGatewayGroupBuilder | Creates a Groups builder |
| CreateInspectionSetup | Creates CMM Inspection setup |
| CreateKinematicConfigurator | Create an instance of NXOpen.SIM.KinematicConfigurator class that will be used to manage all Machine tool Builder and Configurator objects |
| CreateObjectList | Creates an empty list that can be populated with any NXObject |
| CreatePartFamily | Create a part family of the part. |
| CreatePerspectiveOptionsBuilder | Creates a builder for the Perspective Options dialog |
| CreatePointSetAlignmentBuilder | Creates point set alignment builder object |
| CreatePointsFromFileBuilder | Creates a NXOpen.GeometricUtilities.PointsFromFileBuilder object |
| CreateReferenceSet | Creates a NXOpen.ReferenceSet object |
| CreateRegionPoint | Creates an item that contains a point and its corresponding body context for a region |
| CreateSelectionList | Creates a NXOpen.GeometricUtilities.SelectionList object with embeded NXOpen.Section. |
| CreateTwoExpressionsCollectorSet | Creates an TwoExpressionCollectorSet item that contains a NXOpen.ScCollector collection and two corresponding expressions |
| CreateTwoExpressionsSectionSet | Creates an TwoExpressionSectionSet item that contains a NXOpen.Section section and two corresponding expressions |
| CreateWavelinkRepository | Create the link repository to handle interpart selection |
| DeleteAllAttributesByType | Deletes all attributes of a specific type. |
| DeleteAttributeByTypeAndTitle | Deletes an attribute by type and title. |
| DeleteCamSetup | Delete CAM setup |
| DeleteInspectionSetup | Delete CMM Inspection setup |
| DeleteReferenceSet | Deletes a NXOpen.ReferenceSet object |
| DeleteRetainedDraftingObjectsInCurrentLayout | Deletes all retained drafting objects in the current layout of part that are currently in the retained state. |
| DeleteUserAttribute | Deletes the first attribute encountered with the given Type, Title. |
| DeleteUserAttributes | Deletes the attributes on the object, if any, that satisfy the given iterator |
| FindObject | Finds the NXOpen.NXObject with the given identifier as recorded in a journal. |
| GetAllReferenceSets | Get all the NXOpen.ReferenceSet objects in this part. |
| GetArrangements | Outputs the NXOpen.Assemblies.Arrangement objects within the given part. |
| GetAttributeTitlesByType | Gets all the attribute titles of a specific type. |
| GetBooleanUserAttribute | Gets a boolean attribute by Title and array Index. |
| GetCollaborativeContentType | The collaborative content type of this part. |
| GetComputationalTimeUserAttribute | Gets a time attribute by Title and array Index. |
| GetFamilyInstance | Obtains the NXOpen.PartFamily.Instance from part. |
| GetHistoryInformation | Get history of part |
| GetIncompleteStatus | Inquire whether the provided part is flagged as being incomplete |
| GetIntegerAttribute | Gets an integer attribute by title. |
| GetIntegerUserAttribute | Gets an integer attribute by Title and array Index. |
| GetInterpartChildren | Returns a list of child parts in the current session that contain interpart geometry. |
| GetInterpartParents | Returns a list of parts in the current session that contain the defining geometry for linked geometry in this part. |
| GetMakeUniqueName | Gets the Unique name on a part for the Make Unique operation |
| GetNextUserAttribute | Gets the next attribute encountered on the object, if any, that satisfies the given iterator. |
| GetPartFamilyManager | Create an instance of a NXOpen.PartFamilyManager class that will be used to edit part family of the part. |
| GetPdmReferenceAttributeValue | Gets the value of PDM Reference attribute for given object. |
| GetPreviewImage | Get the preview image This will return the graphic preview image of the part (when available). |
| GetRealAttribute | Gets a real attribute by title. |
| GetRealUserAttribute | Gets a real attribute by Title and array Index. |
| GetReferenceAttribute | Gets the reference string (not the calculated value) of a string attribute that uses a reference string. |
| GetStringAttribute | Gets a string attribute value by title. |
| GetStringUserAttribute | Gets a string attribute by Title and array Index. |
| GetTimeAttribute | Gets a time attribute by title. |
| GetTimeUserAttribute | Gets a time attribute by Title and array Index. |
| GetTransientStatus | Inquire whether the provided part is flagged as being transient |
| GetUpdateStatusReport | Get feature update status report |
| GetUserAttribute | Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. |
| GetUserAttributeAsString | Gets the first attribute encountered on the object, if any, with a given title, type and array index. |
| GetUserAttributeCount | Gets the count of set attributes on the object, if any, that satisfy the given iterator. |
| GetUserAttributeLock | Determine the lock of the given attribute. |
| GetUserAttributeSize | Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. |
| GetUserAttributeSourceObjects | Returns an array of objects from which this object presents attributes. |
| GetUserAttributes | Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. |
| GetUserAttributesAsStrings | Gets all the attributes that have been set on the given object. |
| HasUserAttribute | Determines if an attribute exists on the object, that satisfies the given iterator |
| LoadFeatureDataForSelection | Ensure that feature data is loaded for a part. |
| LoadFully | Ensures that this part is fully loaded. |
| LoadThisPartFully | Ensures that this part is fully loaded. |
| LoadThisPartPartially | Ensures that this part is at least partially loaded. |
| MakeAllFeaturesInactive | Makes all the features of the part inactive |
| MakeNoPartModuleActive | Deactivates any part module that is active in the given part. |
| NewPartFamilyMemberData | Create an instance of a NXOpen.PartFamilyMemberData class that will be used to store the member count and member values of each member. |
| NewPartFamilyMemberValues | Create an instance of a NXOpen.PartFamilyMemberValues class that will be used to store the attribute values of a member. |
| NewPartFamilyTemplateManager | Creates an instance of a NXOpen.PartFamily.TemplateManager class that will be used to manage part family associated with this part |
| Prints a representation of this object to the system log file. | |
| RegenerateDisplayFacets | Regenerates display specific transient cached facets in the part. |
| ReinstateTransience | Reinstate the transient status to the formerly transient input part |
| RemoveMissingParentsFromEdgeBlend | Removes missing parent edges from all edge blend features in the part |
| RemoveTransience | Remove the transient status from the input part |
| Reopen | Reopens a loaded part. |
| ReopenAs | Reopens a loaded part. |
| ResetTimestampToLatestFeature | Sets the timestamp for the part to the timestamp of the latest feature in the part. |
| ReverseBlankAll | Reverse blank all the objects in the part. |
| Save | Saves the part whether it is modified or not. |
| SaveAs | Creates copy of target part. |
| SaveBookmark | Saves a bookmark file. |
| SetAttribute | Creates or modifies an integer attribute. |
| SetBooleanUserAttribute | Creates or modifies a boolean attribute with the option to update or not. |
| SetMakeUniqueName | Sets the unique name on part for the Make Unique operation |
| SetName | Sets the custom name of the object. |
| SetPdmReferenceAttribute | Sets the value of PDM Reference attribute on the object. |
| SetReferenceAttribute | Creates or modifies a string attribute which uses a reference string. |
| SetTimeAttribute | Creates or modifies a time attribute. |
| SetTimeUserAttribute | Creates or modifies a time attribute with the option to update or not. |
| SetUserAttribute | Creates or modifies an attribute with the option to update or not. |
| SetUserAttributeLock | Lock or unlock the given attribute. |
| Undisplay | Undisplays the part, if it is currently a displayed part. |
Enumerations¶
| PartPartFamilyAttrType Enumeration | The part family attribute types. |
| PartRelations Enumeration | The relations of the part file. |
| PartUnits Enumeration | The units of the part file. |
Structs¶
| PartFeatureUpdateStatus_Struct Struct | Contains feature update status report |
| PartPartFamilyAttributeData_Struct Struct | Contains part family attributes information |
Property Detail¶
CAMSetup¶
-
Part.CAMSetup¶ Returns the CAM setup of the work part
-------------------------------------Getter Method
Signature
CAMSetupReturns: the cam setup of the part Return type: NXOpen.CAM.CAMSetupNew in version NX4.0.0.
License requirements: cam_base (“CAM BASE”)
CurrentFeature¶
-
Part.CurrentFeature¶ Returns the current feature.
-------------------------------------Getter Method
Signature
CurrentFeatureReturns: Return type: NXOpen.Features.FeatureNew in version NX3.0.0.
License requirements: None.
HasReuseTemplate¶
-
Part.HasReuseTemplate¶ Returns the indicator that the part contains a reuse template.
-------------------------------------Getter Method
Signature
HasReuseTemplateReturns: Return type: bool New in version NX6.0.0.
License requirements: None.
InspectionSetup¶
-
Part.InspectionSetup¶ Returns the CMM Inspection setup of the work part
-------------------------------------Getter Method
Signature
InspectionSetupReturns: the CMM Inspection setup of the part Return type: NXOpen.CAM.InspectionSetupNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
IsBookletPart¶
-
Part.IsBookletPart¶ Returns the status on whether input part is bookletPart or not a bookletPart.
-------------------------------------Getter Method
Signature
IsBookletPartReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
IsOccurrence¶
-
Part.IsOccurrence¶ Returns whether this object is an occurrence or not.
-------------------------------------Getter Method
Signature
IsOccurrenceReturns: This object is an occurrence Return type: bool New in version NX3.0.0.
License requirements: None.
JournalIdentifier¶
-
Part.JournalIdentifier¶ Returns the identifier that would be recorded in a journal for this object.
This may not be the same across different releases of the software.
-------------------------------------Getter Method
Signature
JournalIdentifierReturns: Return type: str New in version NX3.0.0.
License requirements: None.
KinematicConfigurator¶
-
Part.KinematicConfigurator¶ Returns the
NXOpen.SIM.KinematicConfiguratorinstance of the work part-------------------------------------Getter Method
Signature
KinematicConfiguratorReturns: The Machine Tool Configurator of the work part Return type: NXOpen.SIM.KinematicConfiguratorNew in version NX7.5.0.
License requirements: None.
Name¶
-
Part.Name¶ Returns the custom name of the object.
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX3.0.0.
License requirements: None.
OwningComponent¶
-
Part.OwningComponent¶ Returns the owning component, if this object is an occurrence.
-------------------------------------Getter Method
Signature
OwningComponentReturns: Return type: NXOpen.Assemblies.ComponentNew in version NX3.0.0.
License requirements: None.
OwningPart¶
-
Part.OwningPart¶ Returns the owning part of this object
-------------------------------------Getter Method
Signature
OwningPartReturns: The owning part of this object or null if it does not have an owner Return type: NXOpen.BasePartNew in version NX3.0.0.
License requirements: None.
Prototype¶
-
Part.Prototype¶ Returns the prototype of this object if it is an occurrence.
-------------------------------------Getter Method
Signature
PrototypeReturns: The prototype of this object or null if this object is not an occurrence Return type: NXOpen.INXObjectNew in version NX3.0.0.
License requirements: None.
Bodies¶
-
Part.Bodies¶ Returns the BodyCollection instance belonging to this part
Signature
BodiesNew in version NX3.0.0.
Returns: Return type: NXOpen.BodyCollection
CutViews¶
-
Part.CutViews¶ Returns the CutViewCollection instance belonging to this part
Signature
CutViewsNew in version NX3.0.0.
Returns: Return type: NXOpen.CutViewCollection
Dimensions¶
-
Part.Dimensions¶ Returns the DimensionCollection instance belonging to this part
Signature
DimensionsNew in version NX3.0.0.
Returns: Return type: NXOpen.Annotations.DimensionCollection
DraftingViews¶
-
Part.DraftingViews¶ Returns the DraftingViewCollection instance belonging to this part
Signature
DraftingViewsNew in version NX3.0.0.
Returns: Return type: NXOpen.Drawings.DraftingViewCollection
DrawingSheets¶
-
Part.DrawingSheets¶ Returns the DrawingSheetCollection instance belonging to this part
Signature
DrawingSheetsNew in version NX3.0.0.
Returns: Return type: NXOpen.Drawings.DrawingSheetCollection
DraftingDrawingSheets¶
-
Part.DraftingDrawingSheets¶ Returns the DraftingDrawingSheetCollection instance belonging to this part
Signature
DraftingDrawingSheetsNew in version NX12.0.0.
Returns: Return type: NXOpen.Drawings.DraftingDrawingSheetCollection
ScRuleFactory¶
-
Part.ScRuleFactory¶ Returns the ScRuleFactory instance belonging to this part
Signature
ScRuleFactoryNew in version NX3.0.0.
Returns: Return type: NXOpen.ScRuleFactory
Notes¶
-
Part.Notes¶ Returns a collection of notes
Signature
NotesNew in version NX3.0.0.
Returns: Return type: NXOpen.Annotations.NoteCollection
Labels¶
-
Part.Labels¶ Returns a collection of labels
Signature
LabelsNew in version NX3.0.0.
Returns: Return type: NXOpen.Annotations.LabelCollection
Gdts¶
-
Part.Gdts¶ Returns a collection of GDTs
Signature
GdtsNew in version NX3.0.0.
Returns: Return type: NXOpen.Annotations.GdtCollection
Markers¶
-
Part.Markers¶ Return a collection of Markers
Signature
MarkersNew in version NX3.0.0.
Returns: Return type: NXOpen.Motion.MarkerCollection
RouteManager¶
-
Part.RouteManager¶ Returns the RouteManager for this part
Signature
RouteManagerNew in version NX3.0.0.
Returns: Return type: NXOpen.Routing.RouteManager
SegmentManager¶
-
Part.SegmentManager¶ Returns the SegmentManager for this part
Signature
SegmentManagerNew in version NX3.0.0.
Returns: Return type: NXOpen.Routing.SegmentManager
Sketches¶
-
Part.Sketches¶ Returns the SketchCollection instance belonging to this part
Signature
SketchesNew in version NX3.0.0.
Returns: Return type: NXOpen.SketchCollection
Tracelines¶
-
Part.Tracelines¶ Returns a collection of tracelines
Signature
TracelinesNew in version NX3.0.0.
Returns: Return type: NXOpen.TracelineCollection
FaceSetOffsets¶
-
Part.FaceSetOffsets¶ Returns the FaceSetOffsets instance belonging to this part
Signature
FaceSetOffsetsNew in version NX3.0.0.
Returns: Return type: NXOpen.GeometricUtilities.FaceSetOffsetCollection
PackagingCollection¶
-
Part.PackagingCollection¶ Returns the PackagingCollection for this part
Signature
PackagingCollectionNew in version NX3.0.0.
Returns: Return type: NXOpen.Motion.PackagingCollection
MotionManager¶
-
Part.MotionManager¶ Returns the MotionManager for this part
Signature
MotionManagerNew in version NX3.0.0.
Returns: Return type: NXOpen.Motion.MotionManager
PhysicsManager¶
-
Part.PhysicsManager¶ Returns the PhysicsManager for this part
Signature
PhysicsManagerNew in version NX7.5.1.
Returns: Return type: NXOpen.Mechatronics.PhysicsManager
PenetrationManager¶
-
Part.PenetrationManager¶ Returns the PenetrationManager for this part
Signature
PenetrationManagerNew in version NX8.0.0.
Returns: Return type: NXOpen.Features.ShipDesign.PenetrationManager
DraftPointData¶
-
Part.DraftPointData¶ Returns the collection of DraftPointData
Signature
DraftPointDataNew in version NX3.0.0.
Returns: Return type: NXOpen.DraftPointDataCollection
Relinkers¶
-
Part.Relinkers¶ Returns the RelinkerCollection instance belonging to this part
Signature
RelinkersNew in version NX3.0.0.
Returns: Return type: NXOpen.Assemblies.RelinkerCollection
OnestepUnforms¶
-
Part.OnestepUnforms¶ Returns the BodyDes.
OnestepUnformCollection instance belonging to this part
Signature
OnestepUnformsNew in version NX3.0.0.
Returns: Return type: NXOpen.BodyDes.OnestepUnformCollection
ReusableParts¶
-
Part.ReusableParts¶ Returns the AddReusablePartCollection instance belonging to this part
Signature
ReusablePartsNew in version NX3.0.0.
Returns: Return type: NXOpen.Tooling.AddReusablePartCollection
ToolingManager¶
-
Part.ToolingManager¶ Returns the ToolingManager instance belonging to this part
Signature
ToolingManagerNew in version NX3.0.0.
Returns: Return type: NXOpen.Tooling.ToolingManager
SketchEvaluators¶
-
Part.SketchEvaluators¶ Returns the collection of SketchEvaluator
Signature
SketchEvaluatorsNew in version NX3.0.0.
Returns: Return type: NXOpen.SketchEvaluatorCollection
Drafting¶
-
Part.Drafting¶ Returns the DraftingManager for part
Signature
DraftingNew in version NX3.0.0.
Returns: Return type: NXOpen.DraftingManager
DraftingManager¶
-
Part.DraftingManager¶ Returns the DraftingApplicationManager for part
Signature
DraftingManagerNew in version NX7.5.0.
Returns: Return type: NXOpen.Drafting.DraftingApplicationManager
ComponentGroups¶
-
Part.ComponentGroups¶ Returns the collection of ComponentGroups for this part
Signature
ComponentGroupsNew in version NX5.0.0.
Returns: Return type: NXOpen.Assemblies.ComponentGroupCollection
ImportManager¶
-
Part.ImportManager¶ Returns the import manager for this part
Signature
ImportManagerNew in version NX5.0.0.
Returns: Return type: NXOpen.ImportManager
FacetedBodies¶
-
Part.FacetedBodies¶ Returns the FacetedBodyCollection instance belonging to this part
Signature
FacetedBodiesNew in version NX5.0.0.
Returns: Return type: NXOpen.Facet.FacetedBodyCollection
ProductInterface¶
-
Part.ProductInterface¶ Returns the ProductInterface Collection
Signature
ProductInterfaceNew in version NX5.0.0.
Returns: Return type: NXOpen.Assemblies.ProductInterface.Collection
ClipboardOperationsManager¶
-
Part.ClipboardOperationsManager¶ Returns the ClipboardOperations manager for this part
Signature
ClipboardOperationsManagerNew in version NX5.0.0.
Returns: Return type: NXOpen.ClipboardOperationsManager
ViewPreferences¶
-
Part.ViewPreferences¶ Returns the ViewPreferences Collection
Signature
ViewPreferencesNew in version NX5.0.0.
Returns: Return type: NXOpen.Preferences.ViewPreferences
SpinePointData¶
-
Part.SpinePointData¶ Returns the SpinePointDataCollection instance belonging to this part
Signature
SpinePointDataNew in version NX5.0.0.
Returns: Return type: NXOpen.GeometricUtilities.SpinePointDataCollection
PmiManager¶
-
Part.PmiManager¶ Returns the PmiManager for this part
Signature
PmiManagerNew in version NX3.0.0.
Returns: Return type: NXOpen.Annotations.PmiManager
BlendStopshortBuilder¶
-
Part.BlendStopshortBuilder¶ Returns the BlendStopshortBuilderCollection instance belonging to this part
Signature
BlendStopshortBuilderNew in version NX5.0.0.
Returns: Return type: NXOpen.GeometricUtilities.BlendStopshortBuilderCollection
CAMDataPrepManager¶
-
Part.CAMDataPrepManager¶ Returns the CAMDataPrepManager instance belonging to this part
Signature
CAMDataPrepManagerNew in version NX9.0.0.
Returns: Return type: NXOpen.GeometricUtilities.CAMDataPrepManager
FaceSetData¶
-
Part.FaceSetData¶ Returns the FaceSetDataCollection instance belonging to this part
Signature
FaceSetDataNew in version NX5.0.0.
Returns: Return type: NXOpen.GeometricUtilities.FaceSetDataCollection
GeometryLocationData¶
-
Part.GeometryLocationData¶ Returns the GeometryLocationDataCollection instance belonging to this part
Signature
GeometryLocationDataNew in version NX5.0.0.
Returns: Return type: NXOpen.GeometricUtilities.GeometryLocationDataCollection
DieSimData¶
-
Part.DieSimData¶ Returns the Die.
DieSimCollection instance belonging to this part
Signature
DieSimDataNew in version NX3.0.0.
Returns: Return type: NXOpen.Die.DieSimCollection
FacePlaneSelectionBuilderData¶
-
Part.FacePlaneSelectionBuilderData¶ Returns the FacePlaneSelectionBuilderCollection instance belonging to this part
Signature
FacePlaneSelectionBuilderDataNew in version NX6.0.0.
Returns: Return type: NXOpen.GeometricUtilities.FacePlaneSelectionBuilderCollection
DrawingCompare¶
-
Part.DrawingCompare¶ Returns the DraftingManager for part
Signature
DrawingCompareNew in version NX7.5.0.
Returns: Return type: NXOpen.DrawingCompareManager
MechatronicsManager¶
-
Part.MechatronicsManager¶ Returns the MechatronicsManager instance belonging to this part
Signature
MechatronicsManagerNew in version NX7.5.1.
Returns: Return type: NXOpen.Mechatronics.MechatronicsManager
GanttCollection¶
-
Part.GanttCollection¶ Returns the GanttCollection instance belonging to this part
Signature
GanttCollectionNew in version NX7.5.1.
Returns: Return type: NXOpen.Mechatronics.GanttCollection
GanttLinkerCollection¶
-
Part.GanttLinkerCollection¶ Returns the GanttLinkerCollection instance belonging to this part
Signature
GanttLinkerCollectionNew in version NX10.0.0.
Returns: Return type: NXOpen.Mechatronics.GanttLinkerCollection
ProxyObjectCollection¶
-
Part.ProxyObjectCollection¶ Returns the ProxyObjectCollection instance belonging to this part
Signature
ProxyObjectCollectionNew in version NX8.5.0.
Returns: Return type: NXOpen.Mechatronics.ProxyObjectCollection
ProxyOverrideObjectCollection¶
-
Part.ProxyOverrideObjectCollection¶ Returns the ProxyOverrideObjectCollection instance belonging to this part
Signature
ProxyOverrideObjectCollectionNew in version NX8.5.0.
Returns: Return type: NXOpen.Mechatronics.ProxyOverrideObjectCollection
SettingsManager¶
-
Part.SettingsManager¶ Returns the SettingsManager for part
Signature
SettingsManagerNew in version NX9.0.0.
Returns: Return type: NXOpen.Drafting.SettingsManager
DisplayedConstraints¶
-
Part.DisplayedConstraints¶ Returns the DisplayedConstraintCollection belonging to this part
Signature
DisplayedConstraintsNew in version NX7.5.0.
Returns: Return type: NXOpen.Positioning.DisplayedConstraintCollection
ViewAlignments¶
-
Part.ViewAlignments¶ Returns the ViewAlignmentCollection belonging to this part
Signature
ViewAlignmentsNew in version NX8.5.0.
Returns: Return type: NXOpen.Drawings.ViewAlignmentCollection
CAMDataManager¶
-
Part.CAMDataManager¶ Returns the Tooling.
CAMDataManager for this part
Signature
CAMDataManagerNew in version NX9.0.0.
Returns: Return type: NXOpen.Tooling.CAMDataManager
SubdivisionBodies¶
-
Part.SubdivisionBodies¶ Returns the SubdivisionBodyCollection instance belonging to this part
Signature
SubdivisionBodiesNew in version NX9.0.0.
Returns: Return type: NXOpen.Features.Subdivision.SubdivisionBodyCollection
Component2dCollection¶
-
Part.Component2dCollection¶ Returns the ComponentCollection instance belonging to this part
Signature
Component2dCollectionNew in version NX9.0.0.
Returns: Return type: NXOpen.Layout2d.ComponentCollection
ComponentDefinitions¶
-
Part.ComponentDefinitions¶ Returns the ComponentDefinitionCollection instance belonging to this part
Signature
ComponentDefinitionsNew in version NX9.0.0.
Returns: Return type: NXOpen.Layout2d.ComponentDefinitionCollection
LocalDefinitionFolders¶
-
Part.LocalDefinitionFolders¶ Returns the LocalDefinitionFolderCollection instance belonging to this part
Signature
LocalDefinitionFoldersNew in version NX9.0.0.
Returns: Return type: NXOpen.Layout2d.LocalDefinitionFolderCollection
LayoutDrawingSheets¶
-
Part.LayoutDrawingSheets¶ Returns the LayoutDrawingSheetCollection instance belonging to this part
Signature
LayoutDrawingSheetsNew in version NX12.0.0.
Returns: Return type: NXOpen.Layout2d.LayoutDrawingSheetCollection
ShipDimensions¶
-
Part.ShipDimensions¶ Returns the ShipDimensionCollection instance belonging to this part
Signature
ShipDimensionsNew in version NX9.0.0.
Returns: Return type: NXOpen.Annotations.ShipDimensionCollection
DiagrammingManager¶
-
Part.DiagrammingManager¶ Returns the DiagrammingManager instance belonging to this part
Signature
DiagrammingManagerNew in version NX10.0.0.
Returns: Return type: NXOpen.Diagramming.DiagrammingManager
PlasManager¶
-
Part.PlasManager¶ Returns the PlasManager instance belonging to this part
Signature
PlasManagerNew in version NX11.0.0.
Returns: Return type: NXOpen.PLAS.PlasManager
UserDefinedTemplates¶
-
Part.UserDefinedTemplates¶ Returns the UserDefinedTemplate.
Collection instance belonging to this part
Signature
UserDefinedTemplatesNew in version NX10.0.0.
Returns: Return type: NXOpen.UserDefinedTemplate.Collection
DBEntityProxies¶
-
Part.DBEntityProxies¶ Returns the DBEntityProxyCollection instance belonging to this part
Signature
DBEntityProxiesNew in version NX11.0.1.
Returns: Return type: NXOpen.PDM.DBEntityProxyCollection
FacetSelectionRuleFactory¶
-
Part.FacetSelectionRuleFactory¶ Returns the FacetSelectionRuleFactory instance belonging to this part
Signature
FacetSelectionRuleFactoryNew in version NX12.0.0.
Returns: Return type: NXOpen.FacetSelectionRuleFactory
FacetCollectorCollection¶
-
Part.FacetCollectorCollection¶ Returns the FacetCollectorCollection instance belonging to this part
Signature
FacetCollectorCollectionNew in version NX12.0.0.
Returns: Return type: NXOpen.FacetCollectorCollection
LocalUntrimManager¶
-
Part.LocalUntrimManager¶ Obtains the LocalUntrimManager instance belonging to this part
Signature
LocalUntrimManagerNew in version NX9.0.0.
Returns: Return type: NXOpen.GeometricUtilities.LocalUntrimManager
OmnicadManager¶
-
Part.OmnicadManager¶ Obtains the OmnicadManager instance belonging to this part
Signature
OmnicadManagerNew in version NX10.0.0.
Returns: Return type: NXOpen.GeometricUtilities.OmnicadManager
Method Detail¶
ConvertPreNX9CompoundWelds¶
-
Part.ConvertPreNX9CompoundWelds¶ Convert any existing pre-NX9 Compound Weld User Defined Objects to NX features.
Signature
ConvertPreNX9CompoundWelds()New in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
CreateBoundingObjectBuilder¶
-
Part.CreateBoundingObjectBuilder¶ Creates an
NXOpen.GeometricUtilities.BoundingObjectBuilderobject.Signature
CreateBoundingObjectBuilder()Returns: Return type: NXOpen.GeometricUtilities.BoundingObjectBuilderNew in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
CreateCamSetup¶
-
Part.CreateCamSetup¶ Creates CAM setup
Signature
CreateCamSetup(templateName)Parameters: templateName (str) – the name of the template type Returns: the created cam setup Return type: NXOpen.CAM.CAMSetupNew in version NX4.0.0.
License requirements: cam_base (“CAM BASE”)
CreateEmptyBlendSetbackBuilder¶
-
Part.CreateEmptyBlendSetbackBuilder¶ Creates a
NXOpen.GeometricUtilities.BlendSetbackBuilderobjectSignature
CreateEmptyBlendSetbackBuilder()Returns: New empty object Return type: NXOpen.GeometricUtilities.BlendSetbackBuilderNew in version NX9.0.0.
License requirements: None.
CreateEmptyBoundaryDefinitionBuilder¶
-
Part.CreateEmptyBoundaryDefinitionBuilder¶ Creates boundary definition builder object
Signature
CreateEmptyBoundaryDefinitionBuilder()Returns: Return type: NXOpen.GeometricUtilities.BoundaryDefinitionBuilderNew in version NX7.5.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
CreateEmptyExpressionCollectorSet¶
-
Part.CreateEmptyExpressionCollectorSet¶ Creates an empty ExpressionCollectorSet item
Signature
CreateEmptyExpressionCollectorSet()Returns: New ExpressionCollectorSet object Return type: NXOpen.ExpressionCollectorSetNew in version NX5.0.0.
License requirements: None.
CreateEmptyExpressionSectionSet¶
-
Part.CreateEmptyExpressionSectionSet¶ Creates an empty ExpressionSectionSet item
Signature
CreateEmptyExpressionSectionSet()Returns: New ExpressionSectionSet object Return type: NXOpen.ExpressionSectionSetNew in version NX5.0.0.
License requirements: None.
CreateEmptyRegionPoint¶
-
Part.CreateEmptyRegionPoint¶ Creates an empty item that contains a point and its corresponding body context for a region
Signature
CreateEmptyRegionPoint()Returns: New empty Region point object Return type: NXOpen.RegionPointNew in version NX5.0.0.
License requirements: None.
CreateEmptySelectionList¶
-
Part.CreateEmptySelectionList¶ Creates empty
NXOpen.GeometricUtilities.SelectionListobject.Signature
CreateEmptySelectionList()Returns: Return type: NXOpen.GeometricUtilities.SelectionListNew in version NX12.0.0.
License requirements: None.
CreateEmptySpinePlaneBuilder¶
-
Part.CreateEmptySpinePlaneBuilder¶ Creates spine plane builder object
Signature
CreateEmptySpinePlaneBuilder()Returns: Return type: NXOpen.GeometricUtilities.SpinePlaneBuilderNew in version NX11.0.0.
License requirements: None.
CreateEmptyTransitionCurveBuilder¶
-
Part.CreateEmptyTransitionCurveBuilder¶ Creates a
NXOpen.GeometricUtilities.TransitionCurveBuilderobjectSignature
CreateEmptyTransitionCurveBuilder()Returns: New empty object Return type: NXOpen.GeometricUtilities.TransitionCurveBuilderNew in version NX9.0.0.
License requirements: None.
CreateEmptyTwoExpressionsCollectorSet¶
-
Part.CreateEmptyTwoExpressionsCollectorSet¶ Creates an empty TwoExpressionCollectorSet item that contains a
NXOpen.ScCollectorcollection and two corresponding expressionsSignature
CreateEmptyTwoExpressionsCollectorSet()Returns: New TwoExpressionsCollectorSet object Return type: NXOpen.GeometricUtilities.TwoExpressionsCollectorSetNew in version NX8.5.0.
License requirements: None.
CreateEmptyTwoExpressionsSectionSet¶
-
Part.CreateEmptyTwoExpressionsSectionSet¶ Creates an empty TwoExpressionSectionSet item that contains a
NXOpen.Sectionsection and two corresponding expressionsSignature
CreateEmptyTwoExpressionsSectionSet()Returns: New TwoExpressionsSectionSet object Return type: NXOpen.GeometricUtilities.TwoExpressionsSectionSetNew in version NX9.0.0.
License requirements: None.
CreateExpressionCollectorSet¶
-
Part.CreateExpressionCollectorSet¶ Creates an ExpressionCollectorSet item that contains a
NXOpen.ScCollectorcollection and a corresponding expressionSignature
CreateExpressionCollectorSet(collector, value, unitsType, index)Parameters: - collector (
NXOpen.ScCollector) – Selection object - value (str) – initial expression string
- unitsType (str) – units of expression
- index (int) – This parameter has no effect, and is ignored
Returns: New ExpressionCollectorSet object
Return type: New in version NX5.0.0.
License requirements: None.
- collector (
CreateExpressionSectionSet¶
-
Part.CreateExpressionSectionSet¶ Creates an ExpressionSectionSet item that contains a
NXOpen.Sectioncollection and a corresponding expressionSignature
CreateExpressionSectionSet(section, value, unitsType, index)Parameters: - section (
NXOpen.Section) – Section object - value (str) – initial expression string
- unitsType (str) – units of expression
- index (int) – This parameter has no effect, and is ignored
Returns: New ExpressionSectionSet object
Return type: New in version NX5.0.0.
License requirements: None.
- section (
CreateInspectionSetup¶
-
Part.CreateInspectionSetup¶ Creates CMM Inspection setup
Signature
CreateInspectionSetup(templateName)Parameters: templateName (str) – the name of the template type Returns: the created CMM Inspection setup Return type: NXOpen.CAM.InspectionSetupNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateKinematicConfigurator¶
-
Part.CreateKinematicConfigurator¶ Create an instance of
NXOpen.SIM.KinematicConfiguratorclass that will be used to manage all Machine tool Builder and Configurator objectsSignature
CreateKinematicConfigurator()Returns: The new Machine Tool Configurator Return type: NXOpen.SIM.KinematicConfiguratorNew in version NX7.5.0.
License requirements: ug_isv_full (“Full functionality for Integrated Simulation and Verification”) OR nx_isv_mtb (“Machine Tool Builder”) OR resource_manager_nx (“Teamcenter Resource Manager”)
CreateObjectList¶
-
Part.CreateObjectList¶ Creates an empty list that can be populated with any NXObject
Signature
CreateObjectList()Returns: ObjectList object Return type: NXOpen.ObjectListNew in version NX4.0.0.
License requirements: None.
CreatePartFamily¶
-
Part.CreatePartFamily¶ Create a part family of the part.
Signature
CreatePartFamily(attributeData, memberData)Parameters: - attributeData (list of
NXOpen.PartPartFamilyAttributeData_Struct) – the attributes data - memberData (
NXOpen.PartFamilyMemberData) – the member data
Returns: the new
NXOpen.PartFamilyManagerinstanceReturn type: New in version NX6.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.PartFamily.TemplateManager.CreatePartFamily()insteadLicense requirements: None.
- attributeData (list of
CreatePointSetAlignmentBuilder¶
-
Part.CreatePointSetAlignmentBuilder¶ Creates point set alignment builder object
Signature
CreatePointSetAlignmentBuilder()Returns: Return type: NXOpen.GeometricUtilities.PointSetAlignmentBuilderNew in version NX7.5.0.
License requirements: studio_free_form (“STUDIO FREE FORM”)
CreatePointsFromFileBuilder¶
-
Part.CreatePointsFromFileBuilder¶ Creates a
NXOpen.GeometricUtilities.PointsFromFileBuilderobjectSignature
CreatePointsFromFileBuilder()Returns: New empty object Return type: NXOpen.GeometricUtilities.PointsFromFileBuilderNew in version NX8.5.0.
License requirements: None.
CreateRegionPoint¶
-
Part.CreateRegionPoint¶ Creates an item that contains a point and its corresponding body context for a region
Signature
CreateRegionPoint(point, body)Parameters: - point (
NXOpen.Point) – Point object - body (
NXOpen.Body) – Body context object for point
Returns: Region point object
Return type: New in version NX5.0.0.
License requirements: None.
- point (
CreateSelectionList¶
-
Part.CreateSelectionList¶ Creates a
NXOpen.GeometricUtilities.SelectionListobject with embededNXOpen.Section.Use this API to create selection list enabled with selection intent.
Signature
CreateSelectionList()Returns: Return type: NXOpen.GeometricUtilities.SelectionListNew in version NX8.0.0.
License requirements: None.
CreateTwoExpressionsCollectorSet¶
-
Part.CreateTwoExpressionsCollectorSet¶ Creates an TwoExpressionCollectorSet item that contains a
NXOpen.ScCollectorcollection and two corresponding expressionsSignature
CreateTwoExpressionsCollectorSet(collector, value, valueTwo, unitsType, index)Parameters: - collector (
NXOpen.ScCollector) – Selection object - value (str) – initial expression string
- valueTwo (str) – initial expression string for second expression
- unitsType (str) – units of expression
- index (int) – This parameter has no effect, and is ignored
Returns: New TwoExpressionsCollectorSet object
Return type: New in version NX8.5.0.
License requirements: None.
- collector (
CreateTwoExpressionsSectionSet¶
-
Part.CreateTwoExpressionsSectionSet¶ Creates an TwoExpressionSectionSet item that contains a
NXOpen.Sectionsection and two corresponding expressionsSignature
CreateTwoExpressionsSectionSet(section, value, valueTwo, unitsType, index)Parameters: - section (
NXOpen.Section) – Selection object - value (str) – initial expression string for first expression
- valueTwo (str) – initial expression string for second expression
- unitsType (str) – units of expression
- index (int) – This parameter has no effect, and is ignored
Returns: New TwoExpressionsSectionSet object
Return type: New in version NX9.0.0.
License requirements: None.
- section (
CreateWavelinkRepository¶
-
Part.CreateWavelinkRepository¶ Create the link repository to handle interpart selection
Signature
CreateWavelinkRepository()Returns: Return type: NXOpen.GeometricUtilities.WaveLinkRepositoryNew in version NX6.0.0.
License requirements: None.
DeleteCamSetup¶
-
Part.DeleteCamSetup¶ Delete CAM setup
Signature
DeleteCamSetup()New in version NX4.0.0.
License requirements: cam_base (“CAM BASE”)
DeleteInspectionSetup¶
-
Part.DeleteInspectionSetup¶ Delete CMM Inspection setup
Signature
DeleteInspectionSetup()New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DeleteRetainedDraftingObjectsInCurrentLayout¶
-
Part.DeleteRetainedDraftingObjectsInCurrentLayout¶ Deletes all retained drafting objects in the current layout of part that are currently in the “retained” state.
Signature
DeleteRetainedDraftingObjectsInCurrentLayout()New in version NX3.0.0.
License requirements: None.
FindObject¶
-
Part.FindObject¶ Finds the
NXOpen.NXObjectwith the given identifier as recorded in a journal.An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.
An exception will be thrown if no object can be found with the given journal identifier.
Signature
FindObject(journalIdentifier)Parameters: journalIdentifier (str) – Journal identifier of the object Returns: Return type: NXOpen.INXObjectNew in version NX3.0.0.
License requirements: None.
GetFamilyInstance¶
-
Part.GetFamilyInstance¶ Obtains the
NXOpen.PartFamily.Instancefrom part.Signature
GetFamilyInstance()Returns: Return type: NXOpen.PartFamily.InstanceNew in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
GetInterpartChildren¶
-
Part.GetInterpartChildren¶ Returns a list of child parts in the current session that contain interpart geometry.
Signature
GetInterpartChildren()Returns: Return type: list of NXOpen.PartNew in version NX3.0.0.
License requirements: None.
GetInterpartParents¶
-
Part.GetInterpartParents¶ Returns a list of parts in the current session that contain the defining geometry for linked geometry in this part.
Signature
GetInterpartParents()Returns: Return type: list of NXOpen.PartNew in version NX3.0.0.
License requirements: None.
GetPartFamilyManager¶
-
Part.GetPartFamilyManager¶ Create an instance of a
NXOpen.PartFamilyManagerclass that will be used to edit part family of the part.Signature
GetPartFamilyManager()Returns: the new NXOpen.PartFamilyManagerinstanceReturn type: NXOpen.PartFamilyManagerNew in version NX6.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.Part.NewPartFamilyTemplateManager()insteadLicense requirements: None.
GetUpdateStatusReport¶
-
Part.GetUpdateStatusReport¶ Get feature update status report
Signature
GetUpdateStatusReport()Returns: a tuple Return type: A tuple consisting of (updateStatus, numFailed). updateStatus is a list of NXOpen.PartFeatureUpdateStatus_Struct. list of affected features numFailed is a int. number of failed featuresNew in version NX3.0.0.
License requirements: None.
MakeAllFeaturesInactive¶
-
Part.MakeAllFeaturesInactive¶ Makes all the features of the part inactive
Signature
MakeAllFeaturesInactive()New in version NX7.5.4.
License requirements: solid_modeling (“SOLIDS MODELING”)
MakeNoPartModuleActive¶
-
Part.MakeNoPartModuleActive¶ Deactivates any part module that is active in the given part.
Signature
MakeNoPartModuleActive()New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR geometric_tol (“GDT”)
NewPartFamilyMemberData¶
-
Part.NewPartFamilyMemberData¶ Create an instance of a
NXOpen.PartFamilyMemberDataclass that will be used to store the member count and member values of each member.Signature
NewPartFamilyMemberData()Returns: the new NXOpen.PartFamilyMemberDatainstanceReturn type: NXOpen.PartFamilyMemberDataNew in version NX6.0.0.
Deprecated since version NX9.0.0: Create and use
NXOpen.PartFamily.InstanceDefinitionobjects usingNXOpen.PartFamily.TemplateManager.AddInstanceDefinition()License requirements: None.
NewPartFamilyMemberValues¶
-
Part.NewPartFamilyMemberValues¶ Create an instance of a
NXOpen.PartFamilyMemberValuesclass that will be used to store the attribute values of a member.Signature
NewPartFamilyMemberValues()Returns: the new NXOpen.PartFamilyMemberValuesinstanceReturn type: NXOpen.PartFamilyMemberValuesNew in version NX6.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.PartFamily.InstanceDefinitionandNXOpen.PartFamily.InstanceDefinition.SetValueOfAttribute()License requirements: None.
NewPartFamilyTemplateManager¶
-
Part.NewPartFamilyTemplateManager¶ Creates an instance of a
NXOpen.PartFamily.TemplateManagerclass that will be used to manage part family associated with this partSignature
NewPartFamilyTemplateManager()Returns: Return type: NXOpen.PartFamily.TemplateManagerNew in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
Print¶
-
Part.Print¶ Prints a representation of this object to the system log file.
Signature
Print()New in version NX3.0.0.
License requirements: None.
RemoveMissingParentsFromEdgeBlend¶
-
Part.RemoveMissingParentsFromEdgeBlend¶ Removes missing parent edges from all edge blend features in the part
Signature
RemoveMissingParentsFromEdgeBlend()Returns: a tuple Return type: A tuple consisting of (features, removedEdgeCounts). features is a list of NXOpen.Features.EdgeBlend. the edge blend features with missing parents removedEdgeCounts is a list of int. the count of removed edges for each of the edge blend features with missing parentsNew in version NX11.0.1.
License requirements: solid_modeling (“SOLIDS MODELING”)
ResetTimestampToLatestFeature¶
-
Part.ResetTimestampToLatestFeature¶ Sets the timestamp for the part to the timestamp of the latest feature in the part.
Use this when you have deleted the latest feature and you want to reuse the timestamp assigned to that feature
Signature
ResetTimestampToLatestFeature()New in version NX3.0.0.
License requirements: None.
SetName¶
-
Part.SetName¶ Sets the custom name of the object.
NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Signature
SetName(name)Parameters: name (str) – New in version NX3.0.0.
License requirements: None.