hi everybody,
thanx for this interesting discussion,
and yes, tig's way worls perfectly, so it is possible to immitate the mouse movement of single entities in any angle and direction.
fantastic!
new_line10 = entities31.add_line pts[1], pts[0]
tr = Geom;;Transformation.rotation(pts_senkrecht1,@vector,@angle_m.degrees)
group31.entities.transform_entities(tr, new_line10)
#MOVE 1 FACE >>>> number
distance_m_result = @carrier_w *@totaloffset_x_center/@run
vector2 = new_line10.line[1]
vector2.length = distance_m_result.abs
tr = Geom;;Transformation.translation(vector2)
group31.entities.transform_entities(tr,group31.entities[number])
stan

