PolyLine3 constructor

PolyLine3(
  1. List<Line3> lines
)

Creates a polyline.

Implementation

PolyLine3(this.lines);