Types - Section
API reference for ./geometry/section on @huukhanhnguyen/types.
See the Guide for the package's role.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
Section
type
type Section
// = {
/** Discriminant — presence of this field makes an entity a section plane. */
section: {
point: Point;
normal: Vector;
};
/** Display half-size of the plane gizmo (mm); cutting is unbounded. */
size?: number;
}