NX Open C++ Reference Guide
|
This class serves as a gateway to part-specific tools for NX Manager mode. More...
Public Member Functions | |
void | AssignPermanentName (const NXString &newFileName) |
Assign a permanent name to the temporary part Created in NX7.5.0. | |
void | Checkout () |
Checkout the part Created in NX6.0.0. | |
NXOpen::PDM::AlternateIdManager * | NewAlternateIdManager () |
Create an instance of a PDM::AlternateIdManager class that will be used to create alternate ID information on the part. | |
NXOpen::PDM::DatabaseAttributeManager * | NewDatabaseAttributeManager () |
Create an instance of a PDM::DatabaseAttributeManager class that will be used to modify database attributes of the part. | |
void | SetDefaultFolderForPart () |
Set default folder for the part in which it is to be saved Created in NX7.5.0. | |
tag_t | Tag () const |
Returns the tag of this object. |
This class serves as a gateway to part-specific tools for NX Manager mode.
To obtain an instance of this class, refer to BasePart
Created in NX4.0.0.
void NXOpen::PDM::PdmPart::AssignPermanentName | ( | const NXString & | newFileName | ) |
Assign a permanent name to the temporary part
Created in NX7.5.0.
License requirements : None
newFileName | name of new part file to create NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::PDM::PdmPart::Checkout | ( | ) |
Checkout the part
Created in NX6.0.0.
License requirements : None
Create an instance of a PDM::AlternateIdManager class that will be used to create alternate ID information on the part.
Create an instance of a PDM::DatabaseAttributeManager class that will be used to modify database attributes of the part.
Set default folder for the part in which it is to be saved
Created in NX7.5.0.
License requirements : None
tag_t NXOpen::PDM::PdmPart::Tag | ( | ) | const |
Returns the tag of this object.