Preparing search index...
The search index is not available
MLightCAD LibreDwg-Web API Docs
MLightCAD LibreDwg-Web API Docs
database/entities/hatch
DwgPolylineBoundaryPath
Interface DwgPolylineBoundaryPath
interface
DwgPolylineBoundaryPath
{
boundaryPathTypeFlag
:
number
;
hasBulge
:
boolean
;
isClosed
:
boolean
;
numberOfVertices
:
number
;
vertices
:
(
DwgPoint2D
&
{
bulge
:
number
}
)
[]
;
}
Hierarchy
DwgBoundaryPathBase
DwgPolylineBoundaryPath
Index
Properties
boundary
Path
Type
Flag
has
Bulge
is
Closed
number
Of
Vertices
vertices
Properties
boundary
Path
Type
Flag
boundaryPathTypeFlag
:
number
has
Bulge
hasBulge
:
boolean
is
Closed
isClosed
:
boolean
number
Of
Vertices
numberOfVertices
:
number
vertices
vertices
:
(
DwgPoint2D
&
{
bulge
:
number
}
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
boundary
Path
Type
Flag
has
Bulge
is
Closed
number
Of
Vertices
vertices
MLightCAD LibreDwg-Web API Docs
Loading...