Skip to main content

mesh:mesh clipper

Version: 0.0.0

Description

Clips a volume mesh along an iso value x, and construct the volume mesh defined by v < x.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldfield
Pin 1
Required
iso_valuedoubleiso value
Pin 2
Required
closed_surfaceint321: closed surface, 0: iso surface.
Pin 3meshabstract_meshed_region
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 0fieldfield
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_clip

Full name: mesh.mesh_clip

Internal name: mesh_clip

License: None

Changelog

  • Version 0.0.0: Initial release.