@twinfinity/core
Preparing search index...
<internal>
ModelPolyline
Interface ModelPolyline
A single polyline with vertex data and style.
interface
ModelPolyline
{
layerIndex
:
number
;
style
:
ModelPolylineStyle
;
vertexCount
:
number
;
vertices
:
ModelPolylineVertices
;
}
Index
Properties
layer
Index
style
vertex
Count
vertices
Properties
Readonly
layer
Index
layerIndex
:
number
Readonly
style
style
:
ModelPolylineStyle
Readonly
vertex
Count
vertexCount
:
number
Readonly
vertices
vertices
:
ModelPolylineVertices
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
layer
Index
style
vertex
Count
vertices
@twinfinity/core
Loading...
A single polyline with vertex data and style.