The minimal shape packSectionPlanes needs from a section plane: its enabled flag, world-space normal, and the precomputed plane constant dist = -dot(normal, pos). Matches viewing!viewer.SectionPlane.
dist = -dot(normal, pos)
Readonly
The minimal shape packSectionPlanes needs from a section plane: its enabled flag, world-space normal, and the precomputed plane constant
dist = -dot(normal, pos). Matches viewing!viewer.SectionPlane.