<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: programming challenge: how to draw outlines ? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11646069#M36521</link>
    <description>&lt;P&gt;Like the idea Bpoly maybe allow for a square or polygon shape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pick pick pick is pretty fast around 0.5 second per pick not sure answer is that fast but even 1 second that is like 35 seconds.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 02:53:37 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2022-12-29T02:53:37Z</dc:date>
    <item>
      <title>programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644442#M36512</link>
      <description>&lt;P&gt;hi,every one.&lt;/P&gt;&lt;P&gt;here is the problem,&lt;/P&gt;&lt;P&gt;i have several lines (the colorful lines in 2nd pic) which are supposed to be offsetted both sides and chamfered,&lt;/P&gt;&lt;P&gt;how can i solve this prolem ?&lt;/P&gt;&lt;P&gt;is there any algrithm to solve this kind of problems ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信截图_20221228111029.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1156583iC72E4DA030A25A52/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信截图_20221228111029.png" alt="微信截图_20221228111029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信截图_20221228121508.png" style="width: 762px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1156599i4BB5E2E2B4F0443B/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信截图_20221228121508.png" alt="微信截图_20221228121508.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 10:31:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644442#M36512</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2022-12-28T10:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644469#M36513</link>
      <description>&lt;P&gt;Could be done there is lots of chamfer / fillet stuff out there. Before jumping in with code need a couple of questions to be answered, do you start with the c/l as per image and offset them ? The tricky part is where you have multiple crossing intersections that need to be done in one go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A sample dwg would help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 03:47:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644469#M36513</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-12-28T03:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644480#M36514</link>
      <description>&lt;P&gt;i start with lines which are in one single dwg.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 03:51:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644480#M36514</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2022-12-28T03:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644501#M36515</link>
      <description>&lt;P&gt;Post a sample dwg please.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 04:09:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644501#M36515</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-12-28T04:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644514#M36516</link>
      <description>ok.&lt;BR /&gt;i've add a pic and a dwg.&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 28 Dec 2022 04:17:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644514#M36516</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2022-12-28T04:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644554#M36517</link>
      <description>&lt;P&gt;Will have a look at it.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 05:02:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644554#M36517</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-12-28T05:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644879#M36518</link>
      <description>&lt;P&gt;hello,everyone, i need your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;any thought is good.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 10:27:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11644879#M36518</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2022-12-28T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11645560#M36519</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10543079"&gt;@ivanovsky&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can stomach using the BOUNDARY (BPOLY) command to make one pick inside each of the triangular/multilateral cells, then the rest (offset &amp;amp; chamfer &amp;amp; cleanup) can be programmed.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 18:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11645560#M36519</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2022-12-28T18:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11645611#M36520</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10543079"&gt;@ivanovsky&lt;/a&gt;&amp;nbsp;, so this is the before&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devitg_0-1672255295299.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1156751i2588709003F636A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="devitg_0-1672255295299.png" alt="devitg_0-1672255295299.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Shall it be the inside lines the same color or any one . ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 19:22:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11645611#M36520</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2022-12-28T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11646069#M36521</link>
      <description>&lt;P&gt;Like the idea Bpoly maybe allow for a square or polygon shape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pick pick pick is pretty fast around 0.5 second per pick not sure answer is that fast but even 1 second that is like 35 seconds.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 02:53:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11646069#M36521</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-12-29T02:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11651365#M36522</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;&lt;LI-CODE lang="general"&gt;; https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/td-p/11644442

; off 500 chamfer 500
(defun c:wow (/ oldsnap oldlay off cham ent1 ent2 co-ord x pt plst)
  (setq oldsnap (getvar 'osmode))
  (setvar 'osmode 0)
  (setq oldlay (getvar 'clayer))
  (setq off (getdist "\nEnter offset "))
  (setq cham (getdist "\nEnter chamfer distance "))
  (setvar 'clayer "BSC_R_EDGE")
  (setvar 'chamferA cham)
  (setvar 'chamferB cham)
  (while (setq pt (getpoint "\nPick point inside Enter to exit "))
    (command "bpoly" pt "")
    (setq ent1 (entlast))
    (command "offset" off ent1 pt "")
    (setq ent2 (entlast))
    (setq co-ord (mapcar 'cdr (vl-remove-if-not '(lambda (x) (= (car x) 10)) (entget ent2))))
    (setq co-ord (cons (last co-ord) co-ord))
    (command "erase" ent1 "")
    (setq x 0)
    (setq plst '())
    (repeat (- (length co-ord) 1)
      (setq plst (cons (mapcar '* (mapcar '+ (nth X co-ord) (nth (setq x (1+ x)) co-ord)) '(0.5 0.5)) plst))
    )
    (setq plst (cons (last plst) plst))
    (setq x 0)
    (repeat (- (length plst) 1)
      (command "Chamfer" (nth x plst) (nth (1+ x) plst))
      (setq x (1+ x))
    )
    (setvar 'osmode oldsnap)
  )
  (princ)
)
(c:wow)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 01 Jan 2023 23:55:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11651365#M36522</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-01-01T23:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11653963#M36523</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10543079"&gt;@ivanovsky&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my solution to your request!&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun c:pips ( / *error* take pointlist2dm mappend mklist flatten adoc od cd de do coords i p newcoords)
	;posted at
	;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/td-p/11644442
	(defun *error* ( msg )
		(if (not (member msg '("Function cancelled" "quit / exit abort")))
			(princ)
		)
		(if (and adoc) (vla-endundomark adoc))
		(setvar 'cmdecho 1)
		(princ "\nDone!")
		(princ)
	)
	(defun take (amount lst / ret)(repeat amount (setq ret (cons (car lst) (take (1- amount) (cdr lst))))))
	(defun pointlist2d (lst / ret) (while lst (setq	ret (cons (take 2 lst) ret) lst (cddr lst))) (reverse ret))
	(defun mappend (fn lst)(apply 'append (mapcar fn lst)))
	(defun mklist (x) (if (listp x) x (list x)))
	(defun flatten (exp)(mappend 'mklist exp))
	(setq adoc (vla-get-activedocument (vlax-get-acad-object))) 
	(setvar 'cmdecho 0)
	(vla-endundomark adoc)
	(vla-startundomark adoc)
	(setq od (getreal "\nEnter offset distance &amp;gt;"))
	(setq cd (getreal "\nEnter chamfer distance &amp;gt;"))
		(while (setq pt (getpoint "\nPick internal point &amp;gt;"))
			
			
			(command "-boundary" pt "")
			(setq de (entlast))
			(vla-offset (vlax-ename-&amp;gt;vla-object de)(* -1 od))
			(entdel de)
			(setq do (vlax-ename-&amp;gt;vla-object (entlast)))
			(setq coords (pointlist2d(vlax-get do 'coordinates)))
			(setq coords (append coords (list (car coords))))
			(setq coords (append coords (list (cadr coords))))
			(setq i 0 p (1- (length coords)) newcoords (list))
				(while (&amp;lt; (setq i (1+ i)) p)
					(setq newcoords (append newcoords (list (polar (nth i coords) (angle (nth i coords) (nth (1- i) coords)) cd))))
					(setq newcoords (append newcoords (list (polar (nth i coords) (angle (nth i coords) (nth (1+ i) coords)) cd))))
				)
			(vlax-put do 'Coordinates (flatten newcoords))
		)
	(vla-endundomark adoc)
	(setvar 'cmdecho 1)
	(princ "\nDone!")
	(princ)
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 03 Jan 2023 12:15:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11653963#M36523</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2023-01-03T12:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11655789#M36524</link>
      <description>&lt;P&gt;Hak_vz thought about doing a work out new points for the chamfer, just went down the lazy way. Nice job. The vlax-put is very fast.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jut need Ivannovski to reply now.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 04:43:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11655789#M36524</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-01-04T04:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11665549#M36525</link>
      <description>&lt;P&gt;thanks, i like your code. it works, but there is a little bug, some edge has wrong shape.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_20230109144138.png" style="width: 802px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1160176iA686618E750F3F7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="_20230109144138.png" alt="_20230109144138.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 06:46:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11665549#M36525</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2023-01-09T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11665553#M36526</link>
      <description>&lt;P&gt;they can have any color.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 06:50:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11665553#M36526</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2023-01-09T06:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11665559#M36527</link>
      <description>thanks for your code, it works properly.&lt;BR /&gt;i wonder a routine which could generate the outlines automaticly,&lt;BR /&gt;i wanna know related algrithms,&lt;BR /&gt;would you give me any advice?</description>
      <pubDate>Mon, 09 Jan 2023 06:54:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11665559#M36527</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2023-01-09T06:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11667898#M36528</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you notice that the large, um, polygon has a vertex pointing internally that doesn't want to get chamfered?&lt;/P&gt;
&lt;P&gt;I haven't tried out your code or studied it enough to see if it handles that.&amp;nbsp; Does it?&amp;nbsp; If not then the challenge gets more complicated as each vertex will have to be analyzed to see if it's internal or external as only the external vertices should be chamfered.&lt;/P&gt;
&lt;P&gt;At least I think I've found that an AutoCAD BOUNDARY (BPOLY) command always creates a CCW polyline (in the positive angular direction).&amp;nbsp; That can save a lot of coding.&amp;nbsp; I think you did because you multiplied the offset distance by -1 (to the left) which would be to the inside of a CCW polyline.&amp;nbsp; Good thinking!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 02:03:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11667898#M36528</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-01-10T02:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11673305#M36529</link>
      <description>thank you for your advice.&lt;BR /&gt;i need a solution which could generate outlines automaticly, so i need some suggestion about algorithms.</description>
      <pubDate>Thu, 12 Jan 2023 01:58:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11673305#M36529</guid>
      <dc:creator>ivanovsky</dc:creator>
      <dc:date>2023-01-12T01:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: programming challenge: how to draw outlines ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11679104#M36530</link>
      <description>&lt;P&gt;My advice is to fully automate task may takes hours of a programmers time versus the 30 seconds to do like 30 objects. Given your hourly rate of pay is 30 seconds to long v's say 4+ hours at my charge out rate. Or maybe it will be like 2 days. $0.0275 per 30.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 10:52:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/programming-challenge-how-to-draw-outlines/m-p/11679104#M36530</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-01-14T10:52:23Z</dc:date>
    </item>
  </channel>
</rss>

