Skip to main content

Cylinder

WLJS
Wolfram Kernel
Execution environment
Supports dynamics
Cylinder[{i_List, f_List}]

represents a cylinder with a radius 1

Cylinder[{i_List, f_List}, r_]

represents a cylinder with a radius r

Graphics3D[ Table[{Hue[RandomReal[], 1., 0.5], Cylinder[RandomReal[10, {2, 3}]]}, {20}]]

Parameters

RGBColor

Methods

Volume and centroid

Volume

accepts symbolic values as well

Volume[Cylinder[{{Subscript[x, 1], Subscript[y, 1], Subscript[z, 1]}, {Subscript[x, 2], Subscript[y, 2], Subscript[z, 2]}}, r]]

RegionCentroid

RegionCentroid[ Cylinder[{{Subscript[x, 1], Subscript[y, 1], Subscript[z, 1]}, {Subscript[x, 2], Subscript[y, 2], Subscript[z, 2]}}, r]]

Dynamic updates

It does support dynamics for coordinates. Radius changes are not implemented!