createGeometry

fun createGeometry(polylineVolumeOutlineGeometry: PolylineVolumeOutlineGeometry): Geometry?(source)

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

Return

The computed vertices and indices.

Parameters

polylineVolumeOutlineGeometry

A description of the polyline volume outline.

See also