voronoi_pattern

Generate a Voronoi-tessellated flat panel with configurable wall thickness and hole count.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Xia12121/hybrid-design-agent --skill voronoi-pattern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voronoi_pattern
Source: https://github.com/Xia12121/hybrid-design-agent/tree/main/skills/core/voronoi_pattern
Command: npx skills add https://github.com/Xia12121/hybrid-design-agent --skill voronoi-pattern

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires build123d, scipy, numpy, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of creating complex, watertight perforated panels with a Voronoi pattern, ideal for 3D printing applications.

Core Features & Use Cases

  • Voronoi Tessellation: Generates a pattern based on Voronoi diagrams, suitable for creating unique and visually interesting panels.
  • Customization: Allows users to specify the dimensions, thickness, and number of cells for the resulting panel.
  • Use Case: Use this Skill to create custom perforated panels for heat sinks, filters, or any application requiring a unique design pattern.

Quick Start

Generate a 80x120mm panel with 25 holes and a 3mm thickness using the 'voronoi_pattern' skill.

Frequently Asked Questions about voronoi_pattern

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Voronoi tessellation pattern for a 3D printed panel?

To generate a Voronoi tessellation pattern, this Skill creates a flat panel with through-holes and configurable wall thickness. It outputs a watertight part suitable for 3D printing perforated panels.

Can I customize the wall thickness and number of holes in a Voronoi perforated panel?

Yes, you can customize the Voronoi perforated panel by specifying the panel dimensions, thickness, and number of cells. This allows you to control the wall thickness and density of the tessellated holes.

Do I need build123d to create 3D printable Voronoi geometry?

Yes, you need build123d to create and export the 3D printable Voronoi geometry. The Skill also relies on scipy and numpy to calculate the tessellation patterns for the perforated panels.

What is the best way to create watertight Voronoi perforated panels for heat sinks or filters?

The best way to create watertight Voronoi perforated panels for heat sinks or filters is using this Skill. It generates complex tessellated through-holes with walls between cells, ensuring the geometry is 3D printable.

How does a Voronoi tessellation generator handle the walls between through-holes?

The Voronoi tessellation generator handles walls by calculating cell boundaries using scipy and numpy, leaving a specified wall thickness between the through-holes. This ensures the resulting panel remains structurally sound.