flywave-mapview.ilineaccessor
Home > @flywave/flywave-mapview > ILineAccessor
ILineAccessor interface
Interface to access lines. Allows read access for some important attributes.
Signature:
export interface ILineAccessor
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
THREE.Color | undefined | Array<THREE.Color | undefined> | Get the color from materials. | ||
GeometryType | Hint for the original type of geometry. | ||
number | Render order. | ||
number | undefined | Get the width. May have to be reconstructed from triangulated line mesh. |
Methods
Method | Description |
|---|---|
Clear the object from the mesh. | |
Get vertices from the object. | |
Helper for function |