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

Provides methods for managing loads CAE::SimLoad in a sim part. More...

Inheritance diagram for NXOpen::CAE::SimLoadCollection:
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::SimLoadCreateLoad (const NXString &descriptorName, const NXString &name)
 Creates a load for the load descriptor passed.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::CAE::SimLoadFindObject (const NXString &journalIdentifier)
 Finds the CAE::SimLoad with the given identifier as recorded in a journal.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Provides methods for managing loads CAE::SimLoad in a sim part.


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

Created in NX4.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

NXOpen::CAE::SimLoad* NXOpen::CAE::SimLoadCollection::CreateLoad ( const NXString descriptorName,
const NXString name 
)

Creates a load for the load descriptor passed.

Returns:
load created
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
descriptorNamename of the load descriptor
NOTE: The full Unicode character set is not supported for this parameter.
namename of the load to be created

Returns an iterator addressing one past the last element.

Finds the CAE::SimLoad 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 found
Created in NX4.0.0.

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

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.