NX Open C++ Reference Guide
|
Represents a Tooling::CaeReuseLibrary
To obtain an instance of this class, refer to CAE::BaseFEModel
Created in NX7.5.2.
More...
Public Member Functions | |
NXOpen::Tooling::ReusableObject * | CreateReusableObject () |
Creates a Tooling::ReusableObject . | |
void | ExportBeamSectionToLibrary (const NXString &reuseLibraryName, NXOpen::Tooling::ReusableObject *reusableObject) |
Exports a beam section to created reuse library Created in NX7.5.2. | |
void | ExportBeamSectionToLibrary (const char *reuseLibraryName, NXOpen::Tooling::ReusableObject *reusableObject) |
Exports a beam section to created reuse library Created in NX7.5.2. | |
NXOpen::CAE::BeamSection * | ImportBeamSectionFromLibrary (const NXString &reuseLibraryName) |
Copies a beam section from library to current part. | |
NXOpen::CAE::BeamSection * | ImportBeamSectionFromLibrary (const char *reuseLibraryName) |
Copies a beam section from library to current part. | |
tag_t | Tag () const |
Returns the tag of this object. | |
void | UpdateDescription (const NXString &descriptiveName, const NXString &reuseLibraryName, const NXString &previewImageFile) |
Renames and updates preview image for reusable object Created in NX7.5.2. | |
void | UpdateDescription (const char *descriptiveName, const char *reuseLibraryName, const char *previewImageFile) |
Renames and updates preview image for reusable object Created in NX7.5.2. | |
Represents a Tooling::CaeReuseLibrary
To obtain an instance of this class, refer to CAE::BaseFEModel
Created in NX7.5.2.
NXOpen::Tooling::ReusableObject* NXOpen::Tooling::CaeReuseLibrary::CreateReusableObject | ( | ) |
Creates a Tooling::ReusableObject .
void NXOpen::Tooling::CaeReuseLibrary::ExportBeamSectionToLibrary | ( | const NXString & | reuseLibraryName, |
NXOpen::Tooling::ReusableObject * | reusableObject | ||
) |
Exports a beam section to created reuse library
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
reuseLibraryName | Library to which beam-section is exported NOTE: The full Unicode character set is not supported for this parameter. |
reusableObject | Tooling::ReusableObject |
void NXOpen::Tooling::CaeReuseLibrary::ExportBeamSectionToLibrary | ( | const char * | reuseLibraryName, |
NXOpen::Tooling::ReusableObject * | reusableObject | ||
) |
Exports a beam section to created reuse library
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
reuseLibraryName | Library to which beam-section is exported NOTE: The full Unicode character set is not supported for this parameter. |
reusableObject | Tooling::ReusableObject |
NXOpen::CAE::BeamSection* NXOpen::Tooling::CaeReuseLibrary::ImportBeamSectionFromLibrary | ( | const NXString & | reuseLibraryName | ) |
Copies a beam section from library to current part.
reuseLibraryName | Library from where beam-section is imported NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::CAE::BeamSection* NXOpen::Tooling::CaeReuseLibrary::ImportBeamSectionFromLibrary | ( | const char * | reuseLibraryName | ) |
Copies a beam section from library to current part.
reuseLibraryName | Library from where beam-section is imported NOTE: The full Unicode character set is not supported for this parameter. |
tag_t NXOpen::Tooling::CaeReuseLibrary::Tag | ( | ) | const |
Returns the tag of this object.
void NXOpen::Tooling::CaeReuseLibrary::UpdateDescription | ( | const NXString & | descriptiveName, |
const NXString & | reuseLibraryName, | ||
const NXString & | previewImageFile | ||
) |
Renames and updates preview image for reusable object
Created in NX7.5.2.
License requirements : None
descriptiveName | New descriptive name |
reuseLibraryName | Library to update NOTE: The full Unicode character set is not supported for this parameter. |
previewImageFile | New preview image file name including the path NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Tooling::CaeReuseLibrary::UpdateDescription | ( | const char * | descriptiveName, |
const char * | reuseLibraryName, | ||
const char * | previewImageFile | ||
) |
Renames and updates preview image for reusable object
Created in NX7.5.2.
License requirements : None
descriptiveName | New descriptive name |
reuseLibraryName | Library to update NOTE: The full Unicode character set is not supported for this parameter. |
previewImageFile | New preview image file name including the path NOTE: The full Unicode character set is not supported for this parameter. |