brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
2d
BSpline2dOptions
Interface BSpline2dOptions
Options for B-spline construction.
interface
BSpline2dOptions
{
continuity
?:
"C0"
|
"C1"
|
"C2"
|
"C3"
;
degMax
?:
number
;
degMin
?:
number
;
smoothing
?:
[
number
,
number
,
number
]
|
null
;
tolerance
?:
number
;
}
Index
Properties
continuity?
deg
Max?
deg
Min?
smoothing?
tolerance?
Properties
Optional
Readonly
continuity
continuity
?:
"C0"
|
"C1"
|
"C2"
|
"C3"
Optional
Readonly
deg
Max
degMax
?:
number
Optional
Readonly
deg
Min
degMin
?:
number
Optional
Readonly
smoothing
smoothing
?:
[
number
,
number
,
number
]
|
null
Optional
Readonly
tolerance
tolerance
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
continuity
deg
Max
deg
Min
smoothing
tolerance
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Options for B-spline construction.