draw.Drawing

Methods

Method Reference: draw.Drawing.point

draw.Drawing: D = point (D, P)

Append a single point.

P is a 1-by-2 vector in millimetres. A point marks a location without drawing anything through it — a setting-out mark, a hole centre, the origin a coordinate table is measured from.

It reaches a DXF file as a POINT entity, which is also how one arrives from a file: without it a drawing read back would lose every point it was given.

Source Code: draw.Drawing