# Chainmail transform 2D data(triangle and quads) to rings quads_in Unstructured grid with quads (quads_in) data_in mapped data (data_in) Chainmail circles_out circles (circles_out) data_out tubes or spheres with mapped data (data_out) ## Parameters |name|description|type| |-|-|-| |geo_mode|geometry generation mode (Circle, Spline)|Int| |radius|radius of the rings in mm|Float| |number_of_torus_segments|number of quads used to aproximate the torus in it's plane|Int| |number_of_diameter_segments|number of quads used to aproximate the torus around its axis|Int|