brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
ChamferRadius
Type Alias ChamferRadius
ChamferRadius
:
|
number
|
{
distances
:
[
number
,
number
]
;
selectedFace
:
(
f
:
FaceFinderFn
)
=>
FaceFinderFn
;
}
|
{
angle
:
number
;
distance
:
number
;
selectedFace
:
(
f
:
FaceFinderFn
)
=>
FaceFinderFn
;
}
A chamfer radius specification.
A number for symmetric chamfer.
Two distances for asymmetric chamfer (first distance for the selected face).
A distance and angle for asymmetric chamfer.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
A chamfer radius specification.