Constructors
constructor
- new Tolerance(cosTol?, distTol?, numTol?): Tolerance
Parameters
Optional cosTol: number
Optional distTol: number
Optional numTol: number
Properties
Static COS_TOL
COS_TOL: number = 1e-6
Static DIST_TOL
DIST_TOL: number = 1e-6
Static NUM_TOL
NUM_TOL: number = 1e-6
Methods
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