bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class FilterSolidPointsDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalpoints: Point3[]
      • Optionaltolerance: number
      • OptionalkeepIn: boolean
      • OptionalkeepOn: boolean
      • OptionalkeepOut: boolean
      • OptionalkeepUnknown: boolean

      Returns FilterSolidPointsDto<T>

    Properties

    shape: T

    Face that will be used to filter points

    undefined
    
    points: Point3[]

    Points to filter

    undefined
    
    tolerance: number

    Tolerance used for filter

    1.0e-4
    

    0

    Infinity

    0.000001

    keepIn: boolean

    Return points that are inside the face

    true
    
    keepOn: boolean

    Return points that are on the border of the face

    true
    
    keepOut: boolean

    Return points that are outside the borders of the face

    false
    
    keepUnknown: boolean

    Return points that are classified as unknown

    false