createGeometry

fun createGeometry(polylineVolumeGeometry: PolylineVolumeGeometry): Geometry?(source)

Computes the geometric representation of a polyline with a volume, including its vertices, indices, and a bounding sphere.

Return

The computed vertices and indices.

Parameters

polylineVolumeGeometry

A description of the polyline volume.

See also