Tim Edwards
04/16/2021, 1:20 AMsplitpaint
(example: splitpaint se m1
. The inverse is spliterase
). However, if you want to draw a wire at an angle, you probably want the wire segment
command (example: wire segment m1 0.5um 0 0 50um 50um
) and if you want to draw an arbitrary shape, you may want the polygon
command (example: polygon m1 0 0 10um 0 15um 5um 5um 5um
).LUCAS HERALDO DUARTE
04/16/2021, 1:52 PM