CylinderOutlineGeometry
open external class CylinderOutlineGeometry(options: CylinderOutlineGeometry.ConstructorOptions)(source)
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);Content copied to clipboard