跳到主要内容

flywave-mapview.indexedbufferedgeometrylineaccessor

Home > @flywave/flywave-mapview > IndexedBufferedGeometryLineAccessor

IndexedBufferedGeometryLineAccessor class

Accessor for lines in an indexed geometry.

Signature:

export declare class IndexedBufferedGeometryLineAccessor extends IndexedBufferedGeometryAccessor implements ILineAccessor 

Extends: IndexedBufferedGeometryAccessor

Implements: ILineAccessor

Constructors

Constructor

Modifiers

Description

(constructor)(object, geometryType, bufferGeometry)

Constructs a new instance of the IndexedBufferedGeometryLineAccessor class

Properties

Property

Modifiers

Type

Description

bufferGeometry

readonly

THREE.BufferGeometry

geometryType

readonly

GeometryType

object

readonly

THREE.Mesh

width

readonly

number | undefined

Reconstructs line width from triangulated geometry.

Methods

Method

Modifiers

Description

clear()

getVertices()

isLineAccessor()