PMNavFolderObjectCollection Class

class NXOpen.Mechatronics.PMNavFolderObjectCollection

Bases: object

Represents a NXOpen.Mechatronics.PMNavFolderObjectCollection

To obtain an instance of this class, refer to NXOpen.Mechatronics.PhysicsManager

New in version NX9.0.0.

Methods

Method Description
Create Creates the NXOpen.Mechatronics.PMNavFolderObject object with the given name.
Delete Deletes the NXOpen.Mechatronics.PMNavFolderObject object.
FindByObject Finds the NXOpen.Mechatronics.PMNavFolderObject object with the given physics object.
FindObject Finds the NXOpen.Mechatronics.PMNavFolderObject object with the given name.

Method Detail

Create

PMNavFolderObjectCollection.Create

Creates the NXOpen.Mechatronics.PMNavFolderObject object with the given name.

Signature Create(name)

Parameters:name (str) – The name of the NXOpen.Mechatronics.PMNavFolderObject.
Returns:NXOpen.Mechatronics.PMNavFolderObject object with this name.
Return type:NXOpen.Mechatronics.PMNavFolderObject

New in version NX9.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

Delete

PMNavFolderObjectCollection.Delete

Deletes the NXOpen.Mechatronics.PMNavFolderObject object.

Signature Delete(folder, isDeleteMember)

Parameters:

New in version NX9.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindByObject

PMNavFolderObjectCollection.FindByObject

Finds the NXOpen.Mechatronics.PMNavFolderObject object with the given physics object.

Signature FindByObject(object)

Parameters:object (NXOpen.TaggedObject) – The physics object belonging to the NXOpen.Mechatronics.PMNavFolderObject.
Returns:NXOpen.Mechatronics.PMNavFolderObject object with this name.
Return type:NXOpen.Mechatronics.PMNavFolderObject

New in version NX9.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

PMNavFolderObjectCollection.FindObject

Finds the NXOpen.Mechatronics.PMNavFolderObject object with the given name.

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Mechatronics.PMNavFolderObject.
Returns:NXOpen.Mechatronics.PMNavFolderObject object with this name.
Return type:NXOpen.Mechatronics.PMNavFolderObject

New in version NX9.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)