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¶
Creates the
NXOpen.Mechatronics.PMNavFolderObjectobject with the given name.Signature
Create(name)Parameters: name (str) – The name of the NXOpen.Mechatronics.PMNavFolderObject.Returns: NXOpen.Mechatronics.PMNavFolderObjectobject with this name.Return type: NXOpen.Mechatronics.PMNavFolderObjectNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
Delete¶
Deletes the
NXOpen.Mechatronics.PMNavFolderObjectobject.Signature
Delete(folder, isDeleteMember)Parameters: - folder (
NXOpen.Mechatronics.PMNavFolderObject) – - isDeleteMember (bool) – Delete its members or not
New in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
- folder (
FindByObject¶
Finds the
NXOpen.Mechatronics.PMNavFolderObjectobject with the given physics object.Signature
FindByObject(object)Parameters: object ( NXOpen.TaggedObject) – The physics object belonging to theNXOpen.Mechatronics.PMNavFolderObject.Returns: NXOpen.Mechatronics.PMNavFolderObjectobject with this name.Return type: NXOpen.Mechatronics.PMNavFolderObjectNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
Finds the
NXOpen.Mechatronics.PMNavFolderObjectobject with the given name.Signature
FindObject(name)Parameters: name (str) – The name of the NXOpen.Mechatronics.PMNavFolderObject.Returns: NXOpen.Mechatronics.PMNavFolderObjectobject with this name.Return type: NXOpen.Mechatronics.PMNavFolderObjectNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)