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