API / geotoolkit3d / data / surface / ContourLineData / 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
↳
ContourLineData
Constructors
Constructors
• new ContourLineData(options)
| Name | Type |
|---|---|
options | TriangulateOptions |
AbstractSurfaceData.constructor
Methods
▸ dispose(): void
Dispose this surface data to allow for garbage collection.
void
▸ getAttributes(): Attributes
Returns the vertex/index attributes, and any other defined attributes of this surface as BufferAttribute.
AbstractSurfaceData.getAttributes
▸ getClassName(): string
string
AbstractSurfaceData.getClassName
▸ Static getClassName(): string
string