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

Provides methods for managing NXOpen::CAE::SimLoadSet in a sim part. More...

Inheritance diagram for NXOpen::CAE::SimLoadSetCollection:
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::SimLoadSetCreateLoadSet (const NXString &descriptorName, const NXString &name, int label)
 Creates a NXOpen::CAE::SimLoadSet. More...
 
NXOpen::CAE::SimLoadSetCreateLoadSet (const char *descriptorName, const char *name, int label)
 Creates a NXOpen::CAE::SimLoadSet. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::SimLoadSetFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::CAE::SimLoadSet with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::SimLoadSetFindObject (const char *journalIdentifier)
 Finds the NXOpen::CAE::SimLoadSet with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Provides methods for managing NXOpen::CAE::SimLoadSet in a sim part.


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

Created in NX10.0.0.

Member Function Documentation

iterator NXOpen::CAE::SimLoadSetCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::SimLoadSet* NXOpen::CAE::SimLoadSetCollection::CreateLoadSet ( const NXString descriptorName,
const NXString name,
int  label 
)

Creates a NXOpen::CAE::SimLoadSet.

Returns
Load set object created
Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
descriptorNameName of the load set descriptor
nameName of the load set
labelLabel of the load set, input 0 to get next available label
NXOpen::CAE::SimLoadSet* NXOpen::CAE::SimLoadSetCollection::CreateLoadSet ( const char *  descriptorName,
const char *  name,
int  label 
)

Creates a NXOpen::CAE::SimLoadSet.

Returns
Load set object created
Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
descriptorNameName of the load set descriptor
nameName of the load set
labelLabel of the load set, input 0 to get next available label
iterator NXOpen::CAE::SimLoadSetCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::SimLoadSet* NXOpen::CAE::SimLoadSetCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::CAE::SimLoadSet with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
Load set found
Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
journalIdentifierIdentifier to be found
NXOpen::CAE::SimLoadSet* NXOpen::CAE::SimLoadSetCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::CAE::SimLoadSet with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
Load set found
Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
journalIdentifierIdentifier to be found
tag_t NXOpen::CAE::SimLoadSetCollection::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.