CylinderOutlineGeometry

A description of the outline of a cylinder.

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

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard