DataProcessingBlockCollection Class

class NXOpen.CAE.DataProcessingBlockCollection

Bases: object

Represents a collection of DPM events.

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

New in version NX7.5.0.

Methods

Method Description
CreateBuilder Creates the builder object of the DPM Block.
DeleteBlock Delete a durability event.
FindObject Finds a block with a specified name.

Method Detail

CreateBuilder

DataProcessingBlockCollection.CreateBuilder

Creates the builder object of the DPM Block.

Signature CreateBuilder(propertyName, dataTag)

Parameters:
Returns:

Return type:

NXOpen.CAE.DataProcessingBlockBuilder

New in version NX12.0.0.

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

DeleteBlock

DataProcessingBlockCollection.DeleteBlock

Delete a durability event.

Signature DeleteBlock(blockTag)

Parameters:blockTag (NXOpen.CAE.DataProcessingBlock) – The block to be deleted

New in version NX12.0.0.

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

FindObject

DataProcessingBlockCollection.FindObject

Finds a block with a specified name.

Signature FindObject(name)

Parameters:name (str) – name of the block
Returns:The data processing block
Return type:NXOpen.CAE.DataProcessingBlock

New in version NX12.0.0.

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