DataProcessingBlockCollection Class¶
-
class
NXOpen.CAE.DataProcessingBlockCollection¶ Bases:
objectRepresents a collection of DPM events.
To obtain an instance of this class, refer to
NXOpen.CAE.DataProcessingNew 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: - propertyName (str) –
- dataTag (
NXOpen.NXObject) –
Returns: Return type: 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 deletedNew 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.DataProcessingBlockNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)