Skip to main content

Interface: PolyDataPointConfiguration

Properties

dimensions?

optional dimensions: number

The dimensionality of the points

Defined in

packages/core/src/types/IPointsManager.ts:7


growSize?

optional growSize: number

The incremental size to grow by when required

Defined in

packages/core/src/types/IPointsManager.ts:11


initialSize?

optional initialSize: number

The initial size of the backing array, not containing any data initially

Defined in

packages/core/src/types/IPointsManager.ts:9