API / geotoolkit3d / data / surface / SurfaceData / SurfaceData
surface.SurfaceData.SurfaceData
A Surface data class created from raw vertices (non-indexed set of 3D points).
This class triangulate the given vertices using Delaunay algorithms, to produce a valid Surface.
Throws
if the Surface Data is not compliant and compromise the creation of the surface.
Throws
SurfaceData is empty after triangulation
↳
SurfaceData
Constructors
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