Vor 4 Stunden
Hallo ihr schlauen da draussen an den Systemen
Da ich meine Wurzeln im CAD habe arbeite ich halt ohne CAD System sehr gerne mit COREL. Wenn ich die Superkünstliche Intelligenz nach grafischen Zeichnungen frage schickt sie mir irgendeinen Code mit dem ich nichts anfangen kann.
Frage: Wie kann ich einen solchen Code in COREL als Linien sichtbar machen?
Habe so etwas noch nie gemacht.
Hier ein Beispiel:
<svg width="900" height="1200" xmlns="http://www.w3.org/2000/svg">
<!-- Titel -->
<text x="20" y="40" font-size="28" font-family="Arial">Stgw 57 – Explosionszeichnung Abzugsvorrichtung</text>
<!-- Verschluss / Steuerkurve -->
<rect x="300" y="80" width="300" height="60" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="110" font-size="18" font-family="Arial">[6] Verschluss / Steuerkurve</text>
<!-- Seriefeuersperre -->
<rect x="280" y="180" width="340" height="60" fill="none" stroke="black" stroke-width="2"/>
<circle cx="300" cy="210" r="10" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="210" font-size="18" font-family="Arial">[3] Seriefeuersperre (Schwenkhebel)</text>
<!-- Abzugstange -->
<rect x="260" y="280" width="380" height="60" fill="none" stroke="black" stroke-width="2"/>
<rect x="260" y="280" width="40" height="60" fill="none" stroke="black" stroke-width="2"/> <!-- Gabel -->
<text x="310" y="310" font-size="18" font-family="Arial">[2] Abzugstange</text>
<!-- Abzug -->
<rect x="300" y="380" width="300" height="60" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="410" font-size="18" font-family="Arial">[1] Abzug</text>
<!-- Schlagbolzenfang -->
<rect x="300" y="480" width="300" height="60" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="510" font-size="18" font-family="Arial">[5] Schlagbolzenfang / Abzugklinke</text>
<!-- Unterbrecher -->
<rect x="650" y="480" width="120" height="120" fill="none" stroke="black" stroke-width="2"/>
<text x="660" y="510" font-size="18" font-family="Arial">[4] Unterbrecher</text>
<!-- Verbindungspfeile -->
<line x1="450" y1="140" x2="450" y2="180" stroke="black" stroke-width="2"/>
<line x1="450" y1="240" x2="450" y2="280" stroke="black" stroke-width="2"/>
<line x1="450" y1="340" x2="450" y2="380" stroke="black" stroke-width="2"/>
<line x1="450" y1="440" x2="450" y2="480" stroke="black" stroke-width="2"/>
<!-- Legende -->
<text x="20" y="600" font-size="24" font-family="Arial">Legende:</text>
<text x="40" y="640" font-size="18" font-family="Arial">[1] Abzug</text>
<text x="40" y="670" font-size="18" font-family="Arial">[2] Abzugstange</text>
<text x="40" y="700" font-size="18" font-family="Arial">[3] Seriefeuersperre</text>
<text x="40" y="730" font-size="18" font-family="Arial">[4] Unterbrecher</text>
<text x="40" y="760" font-size="18" font-family="Arial">[5] Schlagbolzenfang</text>
<text x="40" y="790" font-size="18" font-family="Arial">[6] Verschluss / Steuerkurve</text>
</svg>
Vielen Dank für weiterführende Tips
Einen kühleren Abend
Gruss aus der Schweiz
Da ich meine Wurzeln im CAD habe arbeite ich halt ohne CAD System sehr gerne mit COREL. Wenn ich die Superkünstliche Intelligenz nach grafischen Zeichnungen frage schickt sie mir irgendeinen Code mit dem ich nichts anfangen kann.
Frage: Wie kann ich einen solchen Code in COREL als Linien sichtbar machen?
Habe so etwas noch nie gemacht.
Hier ein Beispiel:
<svg width="900" height="1200" xmlns="http://www.w3.org/2000/svg">
<!-- Titel -->
<text x="20" y="40" font-size="28" font-family="Arial">Stgw 57 – Explosionszeichnung Abzugsvorrichtung</text>
<!-- Verschluss / Steuerkurve -->
<rect x="300" y="80" width="300" height="60" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="110" font-size="18" font-family="Arial">[6] Verschluss / Steuerkurve</text>
<!-- Seriefeuersperre -->
<rect x="280" y="180" width="340" height="60" fill="none" stroke="black" stroke-width="2"/>
<circle cx="300" cy="210" r="10" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="210" font-size="18" font-family="Arial">[3] Seriefeuersperre (Schwenkhebel)</text>
<!-- Abzugstange -->
<rect x="260" y="280" width="380" height="60" fill="none" stroke="black" stroke-width="2"/>
<rect x="260" y="280" width="40" height="60" fill="none" stroke="black" stroke-width="2"/> <!-- Gabel -->
<text x="310" y="310" font-size="18" font-family="Arial">[2] Abzugstange</text>
<!-- Abzug -->
<rect x="300" y="380" width="300" height="60" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="410" font-size="18" font-family="Arial">[1] Abzug</text>
<!-- Schlagbolzenfang -->
<rect x="300" y="480" width="300" height="60" fill="none" stroke="black" stroke-width="2"/>
<text x="310" y="510" font-size="18" font-family="Arial">[5] Schlagbolzenfang / Abzugklinke</text>
<!-- Unterbrecher -->
<rect x="650" y="480" width="120" height="120" fill="none" stroke="black" stroke-width="2"/>
<text x="660" y="510" font-size="18" font-family="Arial">[4] Unterbrecher</text>
<!-- Verbindungspfeile -->
<line x1="450" y1="140" x2="450" y2="180" stroke="black" stroke-width="2"/>
<line x1="450" y1="240" x2="450" y2="280" stroke="black" stroke-width="2"/>
<line x1="450" y1="340" x2="450" y2="380" stroke="black" stroke-width="2"/>
<line x1="450" y1="440" x2="450" y2="480" stroke="black" stroke-width="2"/>
<!-- Legende -->
<text x="20" y="600" font-size="24" font-family="Arial">Legende:</text>
<text x="40" y="640" font-size="18" font-family="Arial">[1] Abzug</text>
<text x="40" y="670" font-size="18" font-family="Arial">[2] Abzugstange</text>
<text x="40" y="700" font-size="18" font-family="Arial">[3] Seriefeuersperre</text>
<text x="40" y="730" font-size="18" font-family="Arial">[4] Unterbrecher</text>
<text x="40" y="760" font-size="18" font-family="Arial">[5] Schlagbolzenfang</text>
<text x="40" y="790" font-size="18" font-family="Arial">[6] Verschluss / Steuerkurve</text>
</svg>
Vielen Dank für weiterführende Tips
Einen kühleren Abend
Gruss aus der Schweiz
Betriebssystem / Grafik-Software: Windows 11 / COREL X6 + Corel 2019
![[-]](https://forum.juergens-workshops.de/images/collapse.png)