I don’t understand exactly the kind of feature that do you require from GiD.
I will comment some things that maybe are related with it.
A GiD geometry or mesh don’t know it its shape has revolution symmetry or not.
You can create for example a segment from the coordinates (1,0) to (2,0) and create with the copy tool, by revolution of this line, a extrusion of 6 copies each 30 degrees around a center like (0,0) in 2D.
Mescape Geometry Create Line 1,0,0 2,0,0 escape
Mescape utilities Copy Lines DoExtrude Surfaces Mcopy 6 Rotation 0,0,0 TwoDim 30 1 escape
This shape is a revolution shape, but if do you generate a unstructured mesh it won’t be of revolution.
Setting structured quadrilateral t iis possible to obtain a ‘near-to-revolved’ mesh. In fact the inner nodes are interpolated with a general algorithm, its location won’t be exactly radial.
About ‘cycling conditions’ I don’t know what do you mean.
In GiD is possible to create a ‘separated contact surface’ between two ‘similar curves’ to force its mesh to be ‘similar’ (a one-to-one relationship), you can force this ‘contact surface’ to generate line elements joining pairs of related nodes.
This is used sometimes to force ‘periodicity’ of the mesh for some simulations.
You can also attach GiD conditions to mark some parts of your geometry/mesh to define your simulation.
If this don’t answer your question you must explain it a little better, e.g. with some sketch or your GiD model and what do you want to have written in the input file for your solver.