Class ChamferEdgesTwoDistancesDto<T, U, F>
Hierarchy
-
ChamferEdgesTwoDistancesDto
Constructors
constructor
- new ChamferEdgesTwoDistancesDto<T, U, F>(shape?: T, edges?: U[], faces?: F[], distance1?: number, distance2?: number): ChamferEdgesTwoDistancesDto<T, U, F>
-
Type parameters
Parameters
-
Optional shape: T
-
Optional edges: U[]
-
Optional faces: F[]
-
Optional distance1: number
-
Optional distance2: number
Properties
distance1
distance1: number
distance2
distance2: number
edges
edges: U[]
faces
faces: F[]
shape
shape: T
First distance from the face for the chamfer
0.1
0
Infinity
0.01