Skip to main content

mesh:mesh cutter

Version: 0.0.0

Description

Extracts a skin of the mesh in triangles in a new meshed region.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldfieldField containing the values for the iso-surface computation. The mesh can be retrieved from this field's support or through pin 2.
Pin 1
Required
iso_valuedoubleiso value
Pin 2
Required
closed_surfaceint321: closed surface, 0: iso surface.
Pin 3meshmeshed_regionMesh to compute the iso-surface from. Used when not given through the support of the field in pin 0.
Pin 4
Required
slice_surfacesboolTrue: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true.

Outputs

OutputNameExpected type(s)Description
Pin 2meshmeshed_region

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: mesh

Plugin: core

Scripting name: mesh_cut

Full name: mesh.mesh_cut

Internal name: mesh_cut

License: None

Changelog

  • Version 0.0.0: Initial release.