NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::Connections::ElementCollection Class Reference

Element collection provides methods to manage CAE::Connections::Element objects. More...

Inheritance diagram for NXOpen::CAE::Connections::ElementCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::Connections::ElementCreate (NXOpen::CAE::Connections::ElementType elementType, const NXString &name, const std::vector< NXOpen::CAE::Connections::IConnection * > &connections)
 Creates a NXOpen::CAE::Connections::Element. More...
 
NXOpen::CAE::Connections::ElementCreate (NXOpen::CAE::Connections::ElementType elementType, const char *name, const std::vector< NXOpen::CAE::Connections::IConnection * > &connections)
 Creates a NXOpen::CAE::Connections::Element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Element collection provides methods to manage CAE::Connections::Element objects.


To obtain an instance of this class, refer to NXOpen::CAE::BaseFEModel

Created in NX11.0.0.

Member Function Documentation

iterator NXOpen::CAE::Connections::ElementCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::Connections::Element* NXOpen::CAE::Connections::ElementCollection::Create ( NXOpen::CAE::Connections::ElementType  elementType,
const NXString name,
const std::vector< NXOpen::CAE::Connections::IConnection * > &  connections 
)

Creates a NXOpen::CAE::Connections::Element.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
elementTypeelementtype
namename
connectionsconnections
NXOpen::CAE::Connections::Element* NXOpen::CAE::Connections::ElementCollection::Create ( NXOpen::CAE::Connections::ElementType  elementType,
const char *  name,
const std::vector< NXOpen::CAE::Connections::IConnection * > &  connections 
)

Creates a NXOpen::CAE::Connections::Element.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
elementTypeelementtype
namename
connectionsconnections
iterator NXOpen::CAE::Connections::ElementCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::CAE::Connections::ElementCollection::Tag ( ) const

Returns the tag of this object.


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