NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Member Functions | List of all members
NXOpen::CAE::ModelAndLoadPreProcessOperations Class Reference

Represents a collection of MLPP events. More...

Inheritance diagram for NXOpen::CAE::ModelAndLoadPreProcessOperations:
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::ModelAndLoadPreProcessOperationBuilderCreateBuilder (const NXString &operationTypeString)
 Creates the builder object of the MLPP Block. More...
 
NXOpen::CAE::ModelAndLoadPreProcessOperationBuilderCreateBuilder (const char *operationTypeString)
 Creates the builder object of the MLPP Block. More...
 
void DeleteOperation (NXOpen::CAE::ModelAndLoadPreProcessOperation *blockTag)
 Delete a durability event. More...
 
NXOpen::CAE::ModelAndLoadPreProcessOperationBuilderEditBuilder (NXOpen::CAE::ModelAndLoadPreProcessOperation *baseOp)
 Creates the builder object of the MLPP Block. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::ModelAndLoadPreProcessOperationFindObject (const NXString &name)
 Finds a block with a specified name. More...
 
NXOpen::CAE::ModelAndLoadPreProcessOperationFindObject (const char *name)
 Finds a block with a specified name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of MLPP events.


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

Created in NX1847.0.0.

Member Function Documentation

iterator NXOpen::CAE::ModelAndLoadPreProcessOperations::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::ModelAndLoadPreProcessOperationBuilder* NXOpen::CAE::ModelAndLoadPreProcessOperations::CreateBuilder ( const NXString operationTypeString)

Creates the builder object of the MLPP Block.

Returns

Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
operationTypeStringoperationtypestring
NXOpen::CAE::ModelAndLoadPreProcessOperationBuilder* NXOpen::CAE::ModelAndLoadPreProcessOperations::CreateBuilder ( const char *  operationTypeString)

Creates the builder object of the MLPP Block.

Returns

Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
operationTypeStringoperationtypestring
void NXOpen::CAE::ModelAndLoadPreProcessOperations::DeleteOperation ( NXOpen::CAE::ModelAndLoadPreProcessOperation blockTag)

Delete a durability event.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
blockTagThe mlpp operation to be deleted
NXOpen::CAE::ModelAndLoadPreProcessOperationBuilder* NXOpen::CAE::ModelAndLoadPreProcessOperations::EditBuilder ( NXOpen::CAE::ModelAndLoadPreProcessOperation baseOp)

Creates the builder object of the MLPP Block.

Returns

Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
baseOpbaseop
iterator NXOpen::CAE::ModelAndLoadPreProcessOperations::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::ModelAndLoadPreProcessOperation* NXOpen::CAE::ModelAndLoadPreProcessOperations::FindObject ( const NXString name)

Finds a block with a specified name.

Returns
The mlpp operation
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename of the block
NXOpen::CAE::ModelAndLoadPreProcessOperation* NXOpen::CAE::ModelAndLoadPreProcessOperations::FindObject ( const char *  name)

Finds a block with a specified name.

Returns
The mlpp operation
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename of the block
tag_t NXOpen::CAE::ModelAndLoadPreProcessOperations::Tag ( ) const

Returns the tag of this object.


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