Section

wvc.Section

Represents a cutting section containing multiple cutting planes.

A section groups related cutting planes together and can be activated/deactivated as a unit to control the cutting operation.

Examples

const section: Section = {
  cuttingPlanes: [plane1, plane2],
  active: true,
  hideReferenceGeometry: false
};

Properties

wvc.Section.active
active: boolean

Whether this cutting section is currently active (performing cuts).

wvc.Section.cuttingPlanes
cuttingPlanes: CuttingPlane[]

Array of cutting planes contained in this section.

wvc.Section.hideReferenceGeometry

optional

hideReferenceGeometry: boolean

Optional flag to hide reference geometry for all planes in this section.