Last updated

API / geotoolkit3d / data / surface / ContourLineData / ContourLineData

Class: ContourLineData

surface.ContourLineData.ContourLineData

A Surface data made of contour isolines that can be triangulated.

Throws

if the Surface Data is not compliant and compromise the creation of the surface.

Throws

SurfaceData is empty after triangulation

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new ContourLineData(options)

new ContourLineData(options)

Parameters

Name Type
optionsTriangulateOptions

Overrides

AbstractSurfaceData.constructor

Methods

dispose

dispose(): void

Dispose this surface data to allow for garbage collection.

Returns

void

Inherited from

AbstractSurfaceData.dispose


getAttributes

getAttributes(): Attributes

Returns the vertex/index attributes, and any other defined attributes of this surface as BufferAttribute.

Returns

Attributes

Inherited from

AbstractSurfaceData.getAttributes


getClassName

getClassName(): string

Returns

string

Inherited from

AbstractSurfaceData.getClassName


getClassName

Static getClassName(): string

Returns

string

Inherited from

AbstractSurfaceData.getClassName