minemap-business-measurement

Compute 3D area, distance, and terrain-aware measurements for MineMap projects.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ming1zhou88/minemap-skills --skill minemap-business-measurement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minemap-business-measurement
Source: https://github.com/ming1zhou88/minemap-skills/tree/main/skills/minemap-business-measurement
Command: npx skills add https://github.com/ming1zhou88/minemap-skills --skill minemap-business-measurement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MineMap 3D measurement standards enable consistent area calculations, terrain-aware area measurement, and planning validation for complex scenes.

Core Features & Use Cases

  • Area measurement in 3D space for architectural planning and site assessment.
  • Terrain-constrained (clamped) measurements for accurate ground truth analysis.
  • Structured results for dashboards, reports, and QA workflows.

Quick Start

Provide a set of Vector3 points and call Measurement3D.area(), Measurement3D.distance() and Measurement3D.clampedArea() to obtain area, distance and terrain-aware results.

Frequently Asked Questions about minemap-business-measurement

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

FAQPage Schema
How do I calculate 3D area and distance in MineMap for architectural planning?

To calculate 3D area and distance in MineMap, provide a set of Vector3 points and call Measurement3D.area() or Measurement3D.distance(). This returns structured results suitable for site assessment and planning validation workflows.

What is a clamped measurement and when do I need it for terrain analysis?

A clamped measurement is a terrain-constrained calculation that provides accurate ground truth analysis for uneven surfaces. You need it when standard 3D area calculations are insufficient for complex terrain topography in site verification.

Do I need terrain data to perform clamped area measurements in MineMap?

Yes, you need terrain data to perform clamped area measurements in MineMap. The skill enforces input type validation and requires terrain data specifically for terrain-aware clamped measurements to ensure accurate ground truth analysis.

Can I use MineMap 3D measurement results directly in dashboards or QA reports?

Yes, you can use MineMap 3D measurement results directly in dashboards or QA reports. The skill outputs structured results specifically designed for dashboards, reports, and QA workflows to support planning validation.

What's the best way to measure uneven terrain surfaces accurately in a 3D scene?

The best way to measure uneven terrain surfaces accurately is using terrain-constrained clamped measurements. The Measurement3D.clampedArea() function applies sampling controls and enforces terrain data requirements to compute precise ground truth.

Why does my MineMap clamped measurement fail validation?

Your MineMap clamped measurement fails validation because the skill enforces strict input type validation and sampling controls. Ensure you provide valid Vector3 points and load the required terrain data before calling Measurement3D.clampedArea().