Skip to main content

DPF Mechanical 2026 R1

mesh_to_tetra class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

mesh_to_tetra()

mesh_to_tetra(mesh: object, config: OperatorConfig)

mesh_to_tetra(config: OperatorConfig)

Class Information

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

Inputs

mesh

Mesh with arbitrary element types.

Type: LinkableInput

Outputs

mesh

Tetrahedralized mesh.

Type: LinkableOutput

node_mapping

Node mapping.

Type: LinkableOutput

element_mapping

Element mapping.

Type: LinkableOutput

Constructors

Constructor

mesh_to_tetra()

Constructor

mesh_to_tetra(mesh, config)

Parameters:

  • mesh (object)
  • config (OperatorConfig)

Constructor

mesh_to_tetra(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