NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::CAE::BeamSectionCollection Class Reference

Represents the collection of all CAE::BeamSection in a fem part. More...

Inheritance diagram for NXOpen::CAE::BeamSectionCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::BeamSectionCloneSection (NXOpen::CAE::BeamSection *sourceSection)
 Clones a section.
NXOpen::CAE::GeneralGeometryBeamSectionCopyAsGeneralGeometrySection (NXOpen::CAE::BeamSection *sourceSection)
 Copies a section to a new general geometry section.
NXOpen::CAE::GeneralGeometryBeamSectionBuilderCreateGeneralGeometryBeamSectionBuilder (NXOpen::CAE::GeneralGeometryBeamSection *section)
 Creates a general geometry section builder.
NXOpen::CAE::StandardBeamSectionBuilderCreateStandardBeamSectionBuilder (NXOpen::CAE::StandardBeamSection *section)
 Creates a standard section builder.
NXOpen::CAE::UserDefinedSolidBeamSectionBuilderCreateUserDefinedSolidBeamSectionBuilder (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 * > &sections)
 Exports sections to a file
Created in NX7.5.0.
NXOpen::CAE::BeamSectionFind (const NXString &journalIdentifier)
 Finds the CAE::BeamSection with the given identifier as recorded in a journal.
NXOpen::CAE::BeamSectionFindObject (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.

Detailed Description

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.


Member Function Documentation

Returns an iterator addressing the first element.

Clones a section.

Returns:
Copied section
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
sourceSectionSection to be copied

Copies a section to a new general geometry section.

Returns:
Copied general geometry section
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
sourceSectionSection to be copied

Creates a general geometry section builder.

Returns:
General geometry beam section builder
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
sectionCAE::GeneralGeometryBeamSection to be edited

Creates a standard section builder.

Returns:
Standard beam section builder
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
sectionCAE::StandardBeamSection to be edited

Creates a user-defined solid section builder.

Returns:
User-defined solid beam section builder
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
sectionCAE::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")

Parameters:
exportedFileNameExported file name
NOTE: The full Unicode character set is not supported for this parameter.
sectionsSections to be exported

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.

Returns:
Beam Section with this identifier
Deprecated:
Deprecated in NX7.5.0.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
journalIdentifierBeam Section name

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.

Returns:
Beam Section with this identifier
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
journalIdentifierBeam Section name

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")

Parameters:
importFileNameImported file name containing section definition
NOTE: The full Unicode character set is not supported for this parameter.

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.