Bitbybit Docs
    Preparing search index...

    Class ChamferCornerByPointDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    shape: T

    Shell or solid whose corner(s) will be beveled

    undefined
    
    points: Point3[]

    Points near the corners to chamfer (the nearest vertex to each is used)

    []
    
    distance: number

    Chamfer setback distance

    1
    

    0.1

    angle: number

    Chamfer angle in degrees (used by the planar 2D chamfer)

    45
    

    1

    snapTolerance: number

    Maximum point-to-vertex distance to accept; 0 or less snaps to the nearest vertex unconditionally

    0
    

    0.1

    auto: planar corners are corner-only, 3D corners use a local plane cut; planarOnly: 3D corners are skipped

    auto