Constructors
constructor
- new Tolerance(cosTol?, distTol?, numTol?): Tolerance
Parameters
Optional
cosTol: number
Optional
distTol: number
Optional
numTol: number
Properties
cosTol
cosTol: number
distTol
distTol: number
numTol
numTol: number
Static
COS_TOL
COS_TOL: number
Static
DIST_TOL
DIST_TOL: number
Static
NUM_TOL
NUM_TOL: number
Static
global
Methods
clone
- clone(): Tolerance
setCosTolByAngle
- setCosTolByAngle(angle, isRadian): void
Parameters
angle: number
isRadian: boolean
Returns void
Static
setGlobal
- setGlobal(cosTol, distTol, numTol): void
Parameters
cosTol: number
distTol: number
numTol: number
Returns void
set cosTol by given angle