Bitbybit Docs
    Preparing search index...

    Class FilletCornerByPointDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalpoints: Point3[]
      • Optionalradius: number
      • OptionaltaperFactor: number
      • OptionalsnapTolerance: number
      • Optionalmode: cornerModeEnum

      Returns FilletCornerByPointDto<T>

    Properties

    shape: T

    Shell or solid whose corner(s) will be rounded

    undefined
    
    points: Point3[]

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

    []
    
    radius: number

    Fillet radius

    1
    

    0.1

    taperFactor: number

    3D corners only: taper reach along the incident edges, 0 = tightest (near spherical corner), 1 = up to the edge neutral point

    1
    

    0

    1

    0.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 are taper-filleted; planarOnly: 3D corners are skipped

    auto