change_cs class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.mesh
Summary
Applies a transformation (rotation and displacement) matrix on a mesh or meshes container.
available inputs: meshes (MeshedRegion, MeshesContainer), coordinate_system (Field)
available outputs: meshed_region (MeshedRegion ,MeshesContainer)
Example
op = change_cs()
op = change_cs(meshes=my_meshes,coordinate_system=my_coordinate_system)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.mesh |
| Assembly | Ans_Dpf_FEMutils_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
meshes
Type: LinkableInput
coordinate_system
3-3 rotation matrix + 3 translations (X, Y, Z)
Type: LinkableInput
Outputs
meshed_region
Type: LinkableOutput
Constructors
Constructor
change_cs()
Constructor
change_cs(meshes, coordinate_system, config)
Parameters:
meshes(object)coordinate_system(object)config(OperatorConfig)
Constructor
change_cs(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