mesh_module command
Purpose
Command to define a mesh module.
Warning
GPU support for this command has not been tested and may not work as expected.Syntax
mesh_module module_style keyword value
Available module styles: motion, 6dof, 6dofexternal, servo, heattransfer, liquidtransfer, wear, deform, stress_average, cutting, binning, contact, contactdeletion
Keywords |
Description |
|---|---|
id |
obligatory, user-defined name for the mesh module |
mesh |
ID of a mesh command to which the mesh_module is to be applied;
only applicable for module_style = motion
|
Every mesh_module can have several style-dependent keywords, please check the respective documentation for mre information.
Examples
mesh_module motion id move rotate origin (0.65, 0.3, 0.55) axis (0, 0, 1) period 20
mesh_module wear id wear_model model finnie
Description
This command allows to define a mesh module to be used via the mesh command.
Additional information
To disable a mesh module, it is sufficient to use the disable_command command as follows
disable_command id module-ID
A list of mesh modules can be found in the command index.
Restrictions
none