
An interesting request came in via a previous post followed up by a similar question came in via another post. The original problem was to rotate a rectangular polyline entity around its centre, and be able to continue rotating it afterwards. A few things were interesting to me: Rectangles are simply polylines between four points, so have no inherent concept of either a centre point or a rotation angle The obvious answer (to me, at least) being to calculate the centre and store the rotation as XData on the polyline To modify an entity graphically it makes sense to... Read more →