Copyright © 2021 by K4.org
  (v.0.48.124)

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.

Index

Rules

Rules

segments

segments: Array

Array of segments, each being an array of two Points, such as [ [p0, p1], [p2, p3] ].

Flags : Cached, Parameter (Note this is uncached)

Expression : []