[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 86: htmlspecialchars(): Charset "utf8-bin" is not supported, assuming UTF-8
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 151: htmlspecialchars(): Charset "utf8-bin" is not supported, assuming UTF-8
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 152: htmlspecialchars(): Charset "utf8-bin" is not supported, assuming UTF-8
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 329: htmlspecialchars(): Charset "utf8-bin" is not supported, assuming UTF-8
DesignCAD DC Toolkit FileLinker Forum Das User Forum für DesignCAD, DC Toolkit und FileLinker Anwender 2019-05-22T10:47:54+02:00 https://dws-helpdesk.de/forum/app.php/feed/topic/155 2019-05-22T10:47:54+02:00 2019-05-22T10:47:54+02:00 https://dws-helpdesk.de/forum/viewtopic.php?t=155&p=487#p487 <![CDATA[Re: Scgraffuren]]>
10 Makros/Dateien mit der Erweiterung .d3m für die einzelnen Schraffuren anlegen. Entweder mit einem Text-Editor (z.B. Windows Notepad) - wichtig, es muss ein reiner Text-Editor sein - oder, jedes Makro mit dem Befehl Makro aufzeichnen (Menü Tools) aufzeichnen und mit einem Text-Editor nachbearbeiten.

Makro nach dem Aufzeichnen/vor der Bearbeitung:

>SetStartPoint
{
}
>HatchFill
{
<Color 0,0,0
<Layer 1
<PointXYZ 3.764081556922641e+000,-5.560575351564907e-001,0.000000000000000e+000
<SelectOnly 1
<UseScreenArea 1
<Aperture 0.000000000000000e+000
<Scale 1.000000000000000e+000
<Angle 0.000000000000000e+000
<Type 1
<Name "ANSI31"
}

Nach der Bearbeitung:

>HatchFill
{
<Scale 1.000000000000000e+000
<Angle 0.000000000000000e+000
<Name "ANSI31"
}



Danach in den DesignCAD-Optionen eine neue Toolbox anlegen und die Makros auf Schaltflächen (Buttons) zuordnen.

Anmerkung: Wie gesagt, ist nur ein Vorschlag. Kann natürlich auch sein, dass man der Meinung ist, dieser Weg ist zu umständlich.
Jeder hat da einen anderen Geschmack. Man kann das ganze auch in einem Makro realisieren, wie z.B.:

wert = 0

Input "Welche Schraffur?" wert

if wert = 0 then Goto Ende

>HatchFill
{
<Scale 1.000000000000000e+000
<Angle 0.000000000000000e+000
if wert = 1 then <Name "ANSI31"
if wert = 2 then <Name "ANSI32"
if wert = 3 then <Name "ANSI33"
}

Ende:
Stop

Statistik: Verfasst von DcUser — Mittwoch 22. Mai 2019, 10:47


]]>
2019-05-21T10:56:38+02:00 2019-05-21T10:56:38+02:00 https://dws-helpdesk.de/forum/viewtopic.php?t=155&p=484#p484 <![CDATA[Re: Scgraffuren]]>
Ich brauche höchstens 10 Schraffuren. DesignCad kann ja weit mehr als der normale Benutzer brauch.

MfG. Seppel

Statistik: Verfasst von Seppel — Dienstag 21. Mai 2019, 10:56


]]>
2019-05-20T11:06:48+02:00 2019-05-20T11:06:48+02:00 https://dws-helpdesk.de/forum/viewtopic.php?t=155&p=479#p479 <![CDATA[Re: Scgraffuren]]> Statistik: Verfasst von DcUser — Montag 20. Mai 2019, 11:06


]]>
2019-05-19T09:47:32+02:00 2019-05-19T09:47:32+02:00 https://dws-helpdesk.de/forum/viewtopic.php?t=155&p=478#p478 <![CDATA[Scgraffuren]]> Ich arbeite mit DesignCAD 2D 2018 64-bit mit WIN 7
Schraffuren. Wo finde ich die mDateien dazu.
Ich möchte einen Tei, der für mich überflüssigen Schraffurenl löschen.

MfG. Seppel

Statistik: Verfasst von Seppel — Sonntag 19. Mai 2019, 09:47


]]>