NX Open C++ Reference Guide
|
Represents the collection of all CAE::BeamSection in a fem part. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::CAE::BeamSection * | CloneSection (NXOpen::CAE::BeamSection *sourceSection) |
Clones a section. | |
NXOpen::CAE::GeneralGeometryBeamSection * | CopyAsGeneralGeometrySection (NXOpen::CAE::BeamSection *sourceSection) |
Copies a section to a new general geometry section. | |
NXOpen::CAE::GeneralGeometryBeamSectionBuilder * | CreateGeneralGeometryBeamSectionBuilder (NXOpen::CAE::GeneralGeometryBeamSection *section) |
Creates a general geometry section builder. | |
NXOpen::CAE::StandardBeamSectionBuilder * | CreateStandardBeamSectionBuilder (NXOpen::CAE::StandardBeamSection *section) |
Creates a standard section builder. | |
NXOpen::CAE::UserDefinedSolidBeamSectionBuilder * | CreateUserDefinedSolidBeamSectionBuilder (NXOpen::CAE::UserDefinedSolidBeamSection *section) |
Creates a user-defined solid section builder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
void | ExportSections (const NXString &exportedFileName, const std::vector< NXOpen::CAE::BeamSection * > §ions) |
Exports sections to a file. | |
void | ExportSections (const char *exportedFileName, const std::vector< NXOpen::CAE::BeamSection * > §ions) |
Exports sections to a file. | |
NXOpen::CAE::BeamSection * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::BeamSection with the given identifier as recorded in a journal. | |
NXOpen::CAE::BeamSection * | FindObject (const char *journalIdentifier) |
Finds the CAE::BeamSection with the given identifier as recorded in a journal. | |
void | ImportSections (const NXString &importFileName) |
Imports sections from an imported file. | |
void | ImportSections (const char *importFileName) |
Imports sections from an imported file. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the collection of all CAE::BeamSection in a fem part.
To obtain an instance of this class, refer to CAE::BaseFEModel
Created in NX5.0.0.
iterator NXOpen::CAE::BeamSectionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::BeamSection* NXOpen::CAE::BeamSectionCollection::CloneSection | ( | NXOpen::CAE::BeamSection * | sourceSection | ) |
Clones a section.
This method has not been implemented and will be deprecated
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
sourceSection | Section to be copied |
NXOpen::CAE::GeneralGeometryBeamSection* NXOpen::CAE::BeamSectionCollection::CopyAsGeneralGeometrySection | ( | NXOpen::CAE::BeamSection * | sourceSection | ) |
Copies a section to a new general geometry section.
sourceSection | Section to be copied |
NXOpen::CAE::GeneralGeometryBeamSectionBuilder* NXOpen::CAE::BeamSectionCollection::CreateGeneralGeometryBeamSectionBuilder | ( | NXOpen::CAE::GeneralGeometryBeamSection * | section | ) |
Creates a general geometry section builder.
section | CAE::GeneralGeometryBeamSection to be edited |
NXOpen::CAE::StandardBeamSectionBuilder* NXOpen::CAE::BeamSectionCollection::CreateStandardBeamSectionBuilder | ( | NXOpen::CAE::StandardBeamSection * | section | ) |
Creates a standard section builder.
section | CAE::StandardBeamSection to be edited |
NXOpen::CAE::UserDefinedSolidBeamSectionBuilder* NXOpen::CAE::BeamSectionCollection::CreateUserDefinedSolidBeamSectionBuilder | ( | NXOpen::CAE::UserDefinedSolidBeamSection * | section | ) |
Creates a user-defined solid section builder.
section | CAE::UserDefinedSolidBeamSection to be edited |
iterator NXOpen::CAE::BeamSectionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
void NXOpen::CAE::BeamSectionCollection::ExportSections | ( | const NXString & | exportedFileName, |
const std::vector< NXOpen::CAE::BeamSection * > & | sections | ||
) |
Exports sections to a file.
This method has not been implemented and will be deprecated
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
exportedFileName | Exported file name NOTE: The full Unicode character set is not supported for this parameter. |
sections | Sections to be exported |
void NXOpen::CAE::BeamSectionCollection::ExportSections | ( | const char * | exportedFileName, |
const std::vector< NXOpen::CAE::BeamSection * > & | sections | ||
) |
Exports sections to a file.
This method has not been implemented and will be deprecated
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
exportedFileName | Exported file name NOTE: The full Unicode character set is not supported for this parameter. |
sections | Sections to be exported |
NXOpen::CAE::BeamSection* NXOpen::CAE::BeamSectionCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::BeamSection with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier. @return Beam Section with this identifier
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
journalIdentifier | Beam Section name |
NXOpen::CAE::BeamSection* NXOpen::CAE::BeamSectionCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::BeamSection with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier. @return Beam Section with this identifier
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
journalIdentifier | Beam Section name |
void NXOpen::CAE::BeamSectionCollection::ImportSections | ( | const NXString & | importFileName | ) |
Imports sections from an imported file.
This method has not been implemented and will be deprecated
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
importFileName | Imported file name containing section definition NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::BeamSectionCollection::ImportSections | ( | const char * | importFileName | ) |
Imports sections from an imported file.
This method has not been implemented and will be deprecated
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
importFileName | Imported file name containing section definition NOTE: The full Unicode character set is not supported for this parameter. |
tag_t NXOpen::CAE::BeamSectionCollection::Tag | ( | ) | const |
Returns the tag of this object.