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

Represents a collection of DPM events. More...

Inheritance diagram for NXOpen::CAE::DataProcessingBlockCollection:
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::DataProcessingBlockBuilderCreateBuilder (const NXString &propertyName, NXOpen::NXObject *dataTag)
 Creates the builder object of the DPM Block. More...
 
NXOpen::CAE::DataProcessingBlockBuilderCreateBuilder (const char *propertyName, NXOpen::NXObject *dataTag)
 Creates the builder object of the DPM Block. More...
 
void DeleteBlock (NXOpen::CAE::DataProcessingBlock *blockTag)
 Delete a durability event. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::DataProcessingBlockFindObject (const NXString &name)
 Finds a block with a specified name. More...
 
NXOpen::CAE::DataProcessingBlockFindObject (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 DPM events.


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

Created in NX7.5.0.

Member Function Documentation

iterator NXOpen::CAE::DataProcessingBlockCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::DataProcessingBlockBuilder* NXOpen::CAE::DataProcessingBlockCollection::CreateBuilder ( const NXString propertyName,
NXOpen::NXObject dataTag 
)

Creates the builder object of the DPM Block.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
propertyNameproperty name
dataTagdatatag
NXOpen::CAE::DataProcessingBlockBuilder* NXOpen::CAE::DataProcessingBlockCollection::CreateBuilder ( const char *  propertyName,
NXOpen::NXObject dataTag 
)

Creates the builder object of the DPM Block.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
propertyNameproperty name
dataTagdatatag
void NXOpen::CAE::DataProcessingBlockCollection::DeleteBlock ( NXOpen::CAE::DataProcessingBlock blockTag)

Delete a durability event.


Created in NX12.0.0.

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

Parameters
blockTagThe block to be deleted
iterator NXOpen::CAE::DataProcessingBlockCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::DataProcessingBlock* NXOpen::CAE::DataProcessingBlockCollection::FindObject ( const NXString name)

Finds a block with a specified name.

Returns
The data processing block
Created in NX12.0.0.

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

Finds a block with a specified name.

Returns
The data processing block
Created in NX12.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::DataProcessingBlockCollection::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.