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

Represents a global layup, which is defined by a sequence of NXOpen::CAE::LaminateGlobalLayup , each with a name and a list of plies. More...

Inheritance diagram for NXOpen::CAE::LaminateGlobalLayupCollection:
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::LaminateGlobalLayupCreateGlobalLayup ()
 Create a new NXOpen::CAE::LaminateGlobalLayup instance. More...
 
void DeleteGlobalLayup (NXOpen::CAE::LaminateGlobalLayup *layupToRemove)
 Delete an existing NXOpen::CAE::LaminateGlobalLayup instance
Created in NX7.5.0. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::LaminateGlobalLayupFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::CAE::LaminateGlobalLayup with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::LaminateGlobalLayupFindObject (const char *journalIdentifier)
 Finds the NXOpen::CAE::LaminateGlobalLayup with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a global layup, which is defined by a sequence of NXOpen::CAE::LaminateGlobalLayup , each with a name and a list of plies.


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

Created in NX6.0.0.

Member Function Documentation

iterator NXOpen::CAE::LaminateGlobalLayupCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::LaminateGlobalLayup* NXOpen::CAE::LaminateGlobalLayupCollection::CreateGlobalLayup ( )

Create a new NXOpen::CAE::LaminateGlobalLayup instance.

Returns

Created in NX7.5.0.

License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
void NXOpen::CAE::LaminateGlobalLayupCollection::DeleteGlobalLayup ( NXOpen::CAE::LaminateGlobalLayup layupToRemove)

Delete an existing NXOpen::CAE::LaminateGlobalLayup instance
Created in NX7.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
layupToRemovelayup to remove
iterator NXOpen::CAE::LaminateGlobalLayupCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::LaminateGlobalLayup* NXOpen::CAE::LaminateGlobalLayupCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::CAE::LaminateGlobalLayup 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
global layup found
Created in NX7.5.0.

License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
Parameters
journalIdentifierIdentifier to be found
NXOpen::CAE::LaminateGlobalLayup* NXOpen::CAE::LaminateGlobalLayupCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::CAE::LaminateGlobalLayup 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
global layup found
Created in NX7.5.0.

License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
Parameters
journalIdentifierIdentifier to be found
tag_t NXOpen::CAE::LaminateGlobalLayupCollection::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.