Skip to main content

DPF Mechanical 2026 R1

mesh_clip class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

mesh_clip()

mesh_clip(field: object, iso_value: object, closed_surface: object, mesh: object, slice_surfaces: object, config: OperatorConfig)

mesh_clip(config: OperatorConfig)

Class Information

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

Inputs

field

Type: LinkableInput

iso_value

iso value

Type: LinkableInput

closed_surface

1: closed surface, 0: iso surface.

Type: LinkableInput

mesh

Type: LinkableInput

slice_surfaces

True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true.

Type: LinkableInput

Outputs

field

Type: LinkableOutput

mesh

Type: LinkableOutput

Constructors

Constructor

mesh_clip()

Constructor

mesh_clip(field, iso_value, closed_surface, mesh, slice_surfaces, config)

Parameters:

  • field (object)
  • iso_value (object)
  • closed_surface (object)
  • mesh (object)
  • slice_surfaces (object)
  • config (OperatorConfig)

Constructor

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