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 Created in NX7.5.0. | |
NXOpen::CAE::BeamSection * | Find (const NXString &journalIdentifier) |
Finds the CAE::BeamSection with the given identifier as recorded in a journal. | |
NXOpen::CAE::BeamSection * | FindObject (const NXString &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 Created in NX7.5.0. | |
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.
Returns an iterator addressing the first element.
NXOpen::CAE::BeamSection* NXOpen::CAE::BeamSectionCollection::CloneSection | ( | NXOpen::CAE::BeamSection * | sourceSection | ) |
Clones a section.
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 |
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
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::Find | ( | 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.
This method has beeen deprecated. Please use CAE::BeamSectionCollection::FindObject instead.
Created in NX5.0.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 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. Replaces CAE::BeamSectionCollection::Find .
An exception will be thrown if no object can be found with the given journal identifier.
journalIdentifier | Beam Section name |
void NXOpen::CAE::BeamSectionCollection::ImportSections | ( | const NXString & | importFileName | ) |
Imports sections from an imported file
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.