thatopen-impl-clipping-plans
Installation
SKILL.md
ThatOpen Clipping Planes & Floor Plans
Overview
Clipping planes slice through 3D BIM geometry to reveal internal structure. Floor plan views combine clipping planes with styled edge visualization and a top-down camera. In ThatOpen v3, three components work together:
| Component | Package | Role |
|---|---|---|
Clipper |
@thatopen/components |
Creates and manages clipping planes |
ClipStyler |
@thatopen/components-front |
Adds styled edge/fill visualization to clips |
Views |
@thatopen/components |
Manages named section views with camera sync |
v2 to v3 BREAKING CHANGE: The Plans component and standalone ClipEdges
component from v2 are removed. ALWAYS use ClipStyler + Views in v3.
See the migration section at the bottom of this file.
Prerequisites
Related skills