Mixins: LineSegmentsRenderMixin, BaseAssembly
An efficient way to model many line segments. Unlike a Polyline, these segments are independent of each other. This is useful for drawing formats, title blocks, and tabular data. In model space, can be used to efficiently create grid lines.
Array of segments, each being an array of two Points, such as [ [p0, p1], [p2, p3] ].
[ [p0, p1], [p2, p3] ]
Flags : Cached, Parameter (Note this is uncached)
Expression : []
[]
LineSegments (d.1.0)
Mixins: LineSegmentsRenderMixin, BaseAssembly
An efficient way to model many line segments. Unlike a Polyline, these segments are independent of each other. This is useful for drawing formats, title blocks, and tabular data. In model space, can be used to efficiently create grid lines.