Function Syntax: RotateUCS Chatgbt+https://autolisps.blogspot.com/p/rotateucs_70.html Description: This command allows the user to rotate the UCS (User Coordinate System) around the Z-axis by a specified angle and optionally save the rotated UCS with a name. Rotate User Coordinate System (UCS) to the user defined angle and prompt to save the UCS. Functionalities: • Resets the UCS to the World Coordinate System to start fresh. • Resets the snap angle to 0 to avoid snapping interference. • Prompts the user to specify a rotation angle (in radians), then converts it to degrees. • Rotates the UCS around the Z-axis by the specified angle. • Displays the rotated UCS angle to the user. • Prompts the user to optionally save the new UCS with a custom name. Highlights: • Uses AutoCAD commands programmatically to manipulate UCS and snap settings. • Converts angle units from radians to degrees internally for command compatibility. • Provides flexibility to save or skip saving the rotated UCS.