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

Represents a collection of laminate extrusion setups
To obtain an instance of this class, refer to NXOpen::CAE::LaminateGlobalLayupMgr

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::CAE::LaminateExtrudeSetupCollection:
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...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::LaminateExtrudeSetupFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::CAE::LaminateExtrudeSetup with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::LaminateExtrudeSetupFindObject (const char *journalIdentifier)
 Finds the NXOpen::CAE::LaminateExtrudeSetup with the given identifier as recorded in a journal. More...
 
void RemoveExtrudeSetup (NXOpen::CAE::LaminateExtrudeSetup *setup)
 Remove and delete an NXOpen::CAE::LaminateExtrudeSetup from the model
Created in NX8.5.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of laminate extrusion setups
To obtain an instance of this class, refer to NXOpen::CAE::LaminateGlobalLayupMgr

Created in NX7.5.0.


Member Function Documentation

iterator NXOpen::CAE::LaminateExtrudeSetupCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::LaminateExtrudeSetupCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::LaminateExtrudeSetup* NXOpen::CAE::LaminateExtrudeSetupCollection::FindObject ( const NXString journalIdentifier)

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

Returns
Corresponding extrusion setup found
Created in NX7.5.0.

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

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

Returns
Corresponding extrusion setup found
Created in NX7.5.0.

License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
Parameters
journalIdentifierIdentifier to be found
void NXOpen::CAE::LaminateExtrudeSetupCollection::RemoveExtrudeSetup ( NXOpen::CAE::LaminateExtrudeSetup setup)

Remove and delete an NXOpen::CAE::LaminateExtrudeSetup from the model
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
setupThe extrusion setup to remove
tag_t NXOpen::CAE::LaminateExtrudeSetupCollection::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.