Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • FilterSolidPointsDto

Index

Constructors

constructor

  • new FilterSolidPointsDto<T>(shape?: T, points?: Point3[], tolerance?: number, keepIn?: boolean, keepOn?: boolean, keepOut?: boolean, keepUnknown?: boolean): FilterSolidPointsDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional points: Point3[]
    • Optional tolerance: number
    • Optional keepIn: boolean
    • Optional keepOn: boolean
    • Optional keepOut: boolean
    • Optional keepUnknown: boolean

    Returns FilterSolidPointsDto<T>

Properties

keepIn

keepIn: boolean

Return points that are inside the face

default

true

keepOn

keepOn: boolean

Return points that are on the border of the face

default

true

keepOut

keepOut: boolean

Return points that are outside the borders of the face

default

false

keepUnknown

keepUnknown: boolean

Return points that are classified as unknown

default

false

points

points: Point3[]

Points to filter

default

undefined

shape

shape: T

Face that will be used to filter points

default

undefined

tolerance

tolerance: number

Tolerance used for filter

default

1.0e-4

minimum

0

maximum

Infinity

step

0.000001

Generated using TypeDoc