CAE重用库
更多...
#include <Tooling_CaeReuseLibrary.hxx>
CAE重用库
Represents a NXOpen::Tooling::CaeReuseLibrary
To obtain an instance of this class, refer to NXOpen::CAE::BaseFEModel
Created in NX7.5.2.
◆ CreateReusableObject()
◆ ExportBeamSectionToLibrary() [1/2]
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")
- 参数
-
◆ ExportBeamSectionToLibrary() [2/2]
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")
- 参数
-
◆ ImportBeamSectionFromLibrary() [1/2]
| NXOpen::CAE::BeamSection * NXOpen::Tooling::CaeReuseLibrary::ImportBeamSectionFromLibrary |
( |
const char * | reuseLibraryName | ) |
|
Copies a beam section from library to current part
- 返回
- Beam section created by the given library
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
- 参数
-
| reuseLibraryName | Library from where beam-section is imported |
◆ ImportBeamSectionFromLibrary() [2/2]
Copies a beam section from library to current part
- 返回
- Beam section created by the given library
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
- 参数
-
| reuseLibraryName | Library from where beam-section is imported |
◆ Tag()
| tag_t NXOpen::Tooling::CaeReuseLibrary::Tag |
( |
| ) |
const |
Returns the tag of this object.
◆ UpdateDescription() [1/2]
| 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 |
| previewImageFile | New preview image file name including the path |
◆ UpdateDescription() [2/2]
| 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 |
| previewImageFile | New preview image file name including the path |