Skip to main content

DPF Mechanical 2026 R1

mesh_info_provider class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.metadata

Summary

Reads the mesh information, such as number of elements (common property), number of faces (Cff plugins) or scoping of parts (LSDYNA plugins) on files contained in the streams or data sources.

available inputs: time_scoping (Int32) (optional), streams_container (StreamsContainer) (optional), data_sources (DataSources)

available outputs: mesh_info (GenericDataContainer)

Example

op = mesh_info_provider()

op = mesh_info_provider(time_scoping=my_time_scoping,streams_container=my_streams_container,data_sources=my_data_sources)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.metadata
Assembly Ans_Dpf_Native_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

time_scoping

Optional time/frequency set ID of the mesh.

Type: LinkableInput

streams_container

streams (mesh file container) (optional)

Type: LinkableInput

data_sources

If the stream is null, retrieves the file path from the data sources.

Type: LinkableInput

Outputs

mesh_info

Type: LinkableOutput

Constructors

Constructor

mesh_info_provider()

Constructor

mesh_info_provider(time_scoping, streams_container, data_sources, config)

Parameters:

  • time_scoping (object)
  • streams_container (object)
  • data_sources (object)
  • config (OperatorConfig)

Constructor

mesh_info_provider(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys