Preparing search index...
The search index is not available
MLightCAD LibreDwg-Web API Docs
MLightCAD LibreDwg-Web API Docs
database/entities/hatch
DwgSplineEdge
Interface DwgSplineEdge
interface
DwgSplineEdge
{
controlPoints
:
(
DwgPoint2D
&
{
weight
?:
number
}
)
[]
;
degree
:
number
;
endTangent
:
DwgPoint2D
;
fitDatum
:
DwgPoint2D
[]
;
isPeriodic
?:
boolean
;
knots
:
number
[]
;
numberOfControlPoints
:
number
;
numberOfFitData
:
number
;
numberOfKnots
:
number
;
startTangent
:
DwgPoint2D
;
type
:
DwgBoundaryPathEdgeType
;
}
Hierarchy
DwgBoundaryPathEdgeCommon
DwgSplineEdge
Index
Properties
control
Points
degree
end
Tangent
fit
Datum
is
Periodic?
knots
number
Of
Control
Points
number
Of
Fit
Data
number
Of
Knots
start
Tangent
type
Properties
control
Points
controlPoints
:
(
DwgPoint2D
&
{
weight
?:
number
}
)
[]
degree
degree
:
number
end
Tangent
endTangent
:
DwgPoint2D
fit
Datum
fitDatum
:
DwgPoint2D
[]
Optional
is
Periodic
isPeriodic
?:
boolean
knots
knots
:
number
[]
number
Of
Control
Points
numberOfControlPoints
:
number
number
Of
Fit
Data
numberOfFitData
:
number
number
Of
Knots
numberOfKnots
:
number
start
Tangent
startTangent
:
DwgPoint2D
type
type
:
DwgBoundaryPathEdgeType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
control
Points
degree
end
Tangent
fit
Datum
is
Periodic
knots
number
Of
Control
Points
number
Of
Fit
Data
number
Of
Knots
start
Tangent
type
MLightCAD LibreDwg-Web API Docs
Loading...