Manim 3Blue1Brown Version

A cylindrical surface of radius radius 4 and axis on the xz-plane and at a distance of 1.5 units from the xy-plane. The thickness of the cylinder is 4 units and the curvilinear length is half the circle.

3Blue1Brown Version
Head of .py file: from manim import *
Rendering video via command line
python directory_path_to_manim_libraries directory_path_to_python_file.py

ManimCE Version
Head of .py file: from manim import *
Rendering video via command line
manim directory_path_to_python_file.py