Skip to main content

DPF Mechanical 2026 R1

acmo_mesh_provider class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

Summary

Converts an Assembly Mesh into a DPF Meshes container

available inputs: assembly_mesh (AnsDispatchHolder), unit (string) (optional)

available outputs: meshes_container (MeshesContainer)

Example

op = acmo_mesh_provider()

op = acmo_mesh_provider(assembly_mesh=my_assembly_mesh)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.mesh
Assembly Ans_Dpf_Mechanical_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

assembly_mesh

Type: LinkableInput

unit

Type: LinkableInput

Outputs

meshes_container

Type: LinkableOutput

Constructors

Constructor

acmo_mesh_provider()

Constructor

acmo_mesh_provider(assembly_mesh, config)

Parameters:

  • assembly_mesh (object)
  • config (OperatorConfig)

Constructor

acmo_mesh_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