Expand description
Section views: cut the part, draw what the plane reveals.
A section view is a boolean wearing drawing clothes. The material on the plane’s positive side is removed (through the general cut, against a proxy box sized off the shape’s own bounds, so every downstream guarantee the boolean makes holds here too), and the faces the cut created on the plane become the section outline: the closed loops a draughtsman hatches. The rest of the drawing is the cut solid through the projection machinery, viewed straight down the plane’s normal.
A broken-out section is the same construction with the proxy box shrunk to a window: the cut reveals the interior only where the break is.
Structs§
- Section
View - A section view: the outline on the cutting plane, and the drawing of what remains behind it.
Functions§
- broken_
section - Cut only within a window of the plane: the broken-out section.
- half_
section - Cut away one quarter of the part and draw the half-section.
- hatch
- Hatch the section outline: parallel lines at
angle,spacingapart, clipped to the material by the even-odd rule. - section
- Cut
solidatplaneand draw the section.