Skip to main content

DPF Mechanical 2026 R1

mesh_to_graphics_edges class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

Summary

Generate edges of surface elements for input mesh

available inputs: mesh_scoping (Scoping) (optional), include_mid_nodes (bool) (optional), mesh (MeshedRegion)

available outputs: nodes (Field), connectivity (PropertyField)

Example

op = mesh_to_graphics_edges()

op = mesh_to_graphics_edges(mesh_scoping=my_mesh_scoping,include_mid_nodes=my_include_mid_nodes,mesh=my_mesh)

Class Information

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

Inputs

mesh_scoping

Type: LinkableInput

include_mid_nodes

Type: LinkableInput

mesh

Type: LinkableInput

Outputs

nodes

node coordinates

Type: LinkableOutput

connectivity

Type: LinkableOutput

Constructors

Constructor

mesh_to_graphics_edges()

Constructor

mesh_to_graphics_edges(mesh_scoping, include_mid_nodes, mesh, config)

Parameters:

  • mesh_scoping (object)
  • include_mid_nodes (object)
  • mesh (object)
  • config (OperatorConfig)

Constructor

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