CylinderGeometry

A description of a cylinder.

// create cylinder geometry
const cylinder = new CylinderGeometry({
length: 200000,
topRadius: 80000,
bottomRadius: 200000,
});
const geometry = CylinderGeometry.createGeometry(cylinder);

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions