make_plane_levelset class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.mesh
Summary
Computes the level set for a plane using coordinates.
available inputs: coordinates (MeshedRegion, Field), normal (Field), origin (Field)
available outputs: field (Field)
Example
op = make_plane_levelset()
op = make_plane_levelset(coordinates=my_coordinates,normal=my_normal,origin=my_origin)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.mesh |
| Assembly | meshOperatorsCore_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
coordinates
Type: LinkableInput
normal
An overall 3D vector that gives the normal direction of the plane.
Type: LinkableInput
origin
An overall 3d vector that gives a point of the plane.
Type: LinkableInput
Outputs
field
Type: LinkableOutput
Constructors
Constructor
make_plane_levelset()
Constructor
make_plane_levelset(coordinates, normal, origin, config)
Parameters:
coordinates(object)normal(object)origin(object)config(OperatorConfig)
Constructor
make_plane_levelset(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