Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 299 Bytes

File metadata and controls

15 lines (11 loc) · 299 Bytes

Solid.chamfer()

Asynchronously applies chamfers to resolved edges and returns the resulting solid.

Usage

const chamfered = await solid.chamfer({
  distance: 1,
  edges: [edgeObj],
  direction: 'INSET'
});

Use edgeNames or resolved Edge objects to identify the target edges.