forward_meshes_container class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Returns the input mesh or meshes container into a meshes container.
available inputs: meshes (MeshesContainer, MeshedRegion), default_label (string) (optional)
available outputs: meshes_container (MeshesContainer)
Example
op = forward_meshes_container()
op = forward_meshes_container(meshes=my_meshes,default_label=my_default_label)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
meshes
Type: LinkableInput
default_label
this default label is used if a new meshes container needs to be created (default is unknown)
Type: LinkableInput
Outputs
meshes_container
Type: LinkableOutput
Constructors
Constructor
forward_meshes_container()
Constructor
forward_meshes_container(meshes, default_label, config)
Parameters:
meshes(object)default_label(object)config(OperatorConfig)
Constructor
forward_meshes_container(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