the signals and their derived score are provisional and subject to change.
validate manually before sharing.
3d097a0328e71b826377d4814ab05ec3c3d23871none
.github/copilot-instructions.mdTool: github-copilot# OCCT AI Assistant Guidelines
This document provides comprehensive guidance for AI assistants (GitHub Copilot, Claude, ChatGPT, and others) working with the Open CASCADE Technology (OCCT) C++17+ 3D CAD/CAM/CAE library.
---
## 1. Core Directives
> **IMPORTANT:** These are the most critical rules. Follow them strictly.
1. **Memory Management is Paramount:**
- **ALWAYS** use `occ::handle<ClassName>` for any class inheriting from `Standard_Transient` (e.g., `Geom_*`, `Poly_*`, `AIS_*`, `V3d_*`). Thisnone