export default part => { let { Point, points, macro } = part.shorthand(); points.from = new Point(10, 10); points.to = new Point(90, 40); macro("hd", { from: points.from, to: points.to, y: 25 }); return part; };