Brlcad/How to mged/primitive/rcc
The rcc (right circular cylinder) primitive is used for creating cylinders.
Parameters
editThe following parameters are required:
Draw a cylinder
edit# Create a cylinder names cyl.s of radius 5 with one end centred at the origin # with a vector of 10 in the x direction. in cyl.s rcc 0 0 0 10 0 0 5