FastFiber

veranderen 'standaard' arcering (opgelost by HofCAD)

Gestart door Manu, vr 21 05 2010, 08:46:35

Vorige topic - Volgende topic

Manu

In een ver verleden is mijn 'standard' hatch gewijzigd van ANSI32 naar ANGLE.. :?
Weet iemand hoe/waar dat blijvend kan worden gewijzigd? (Acad 2008)

groeten,

Manu
AutoCad 2000 - 2007 - 2008
Sketchup 4-5-6

HofCAD

#1
Citaat van: Manu op vr 21 05 2010, 08:46:35
In een ver verleden is mijn 'standard' hatch gewijzigd van ANSI32 naar ANGLE.. :?
Weet iemand hoe/waar dat blijvend kan worden gewijzigd? (Acad 2008)

groeten,

Manu
Beste Manu,

Kijk eens naar de AutoCAD variabele HPNAME.
Omdat de waarde van deze variabele niet bewaard wordt,
moet je de waarde veranderen in een opstartLisp.

Met vriendelijke groet, HofCAD CSI.

HPNAME
Type: String
Saved in: Not-saved
Initial value: ANSI31 (imperial) or ANGLE (metric)

Sets a default hatch pattern name of up to 34 characters without spaces.

Returns "" if there is no default. Enter a period (.) to reset HPNAME to the default value.
ACADcadabra

Manu

Goeiemorgen HofCAD,

Badankt voor de tip maar helaas is dit geen permanente oplossing..
De wijziging is er destijds gekomen door het expirimenteren met een add-on voor arceerpatronen.. die ik weggebonjourd heb.. alleen blijf ik dus zitten met die vervelende ANGLE als standaard arcering..
Die bepaling van de standaard moet toch ergens te wijzigen zijn.. want blijkbaar heeft die Add-on daarvoor gezorgd.. :(

Manu

AutoCad 2000 - 2007 - 2008
Sketchup 4-5-6

HofCAD

#3
Citaat van: Manu op vr 21 05 2010, 09:15:21
Goeiemorgen HofCAD,

Badankt voor de tip maar helaas is dit geen permanente oplossing..
De wijziging is er destijds gekomen door het expirimenteren met een add-on voor arceerpatronen.. die ik weggebonjourd heb.. alleen blijf ik dus zitten met die vervelende ANGLE als standaard arcering..
Die bepaling van de standaard moet toch ergens te wijzigen zijn.. want blijkbaar heeft die Add-on daarvoor gezorgd.. :(

Manu


Beste Manu,

Lees nog eens de help van HPNAME
HPNAME
Type: String
Saved in: Not-saved
Initial value: ANSI31 (imperial) or ANGLE (metric)

Sets a default hatch pattern name of up to 34 characters without spaces.

Returns "" if there is no default. Enter a period (.) to reset HPNAME to the default value.

Waarom is een opstartLisp geen permanente oplossing.
Zet bijv. in ACADDOC.lsp:
(setvar "HPNAME" "ANSI32")

Met vriendelijke groet, HofCAD CSI.

PS Je kan ook in de dialoogbox van het commando CUI bij 'LISP Files'
een opstartLisp (bijv. Opstart.lsp) opgeven.
ACADcadabra

Manu

Hey HofCAD,

Via Google vond ik net dezelfde oplossing als die van jou.. werken met acaddoc.lsp ..  :D werkt prima!
Maar, het is en blijft een 'workaround'.. ik blijf benieuwd waar AutoCad die standaard instelling precies opslaat..


fijne vrijdag!

Manu
AutoCad 2000 - 2007 - 2008
Sketchup 4-5-6

HofCAD

#5
Citaat van: Manu op vr 21 05 2010, 09:51:41
Hey HofCAD,

Via Google vond ik net dezelfde oplossing als die van jou.. werken met acaddoc.lsp ..  :D werkt prima!
Maar, het is en blijft een 'workaround'.. ik blijf benieuwd waar AutoCad die standaard instelling precies opslaat..


fijne vrijdag!

Manu

Beste Manu,

Ik denk in een EXE, ARX of DLL.

Met vriendelijke groet, HofCAD CSI.

PS Je kan ook in de dialoogbox van het commando CUI bij 'LISP Files'
een opstartLisp (bijv. Opstart.lsp) opgeven.
ACADcadabra

Joop

Citaat van: Manu op vr 21 05 2010, 09:51:41
Hey HofCAD,

Via Google vond ik net dezelfde oplossing als die van jou.. werken met acaddoc.lsp ..  :D werkt prima!
Maar, het is en blijft een 'workaround'.. ik blijf benieuwd waar AutoCad die standaard instelling precies opslaat..


fijne vrijdag!

Manu
Type:  Integer
Saved in:  Registry
Initial value:  Varies by country/region

Controls whether a drawing you start from scratch uses imperial or metric default settings. Specifically, MEASUREINIT controls which hatch pattern and linetype files are used. The Drawing1.dwg that opens when you start the program is a drawing that is started from scratch.

0  Imperial; uses the hatch pattern file and linetype file designated by the ANSIHatch and ANSILinetype registry settings

1 Metric; uses the hatch pattern file and linetype file designated by the ISOHatch and ISOLinetype registry settings

Je kunt proberen om deze variabele te zetten.
Ik weet echter niet of dit ook in de tekening wordt bewaart
Een gelovig volger van
"de Sacrale Kunst van Luiheid",
zijn leider "Lisp" en acoliet "Script".

HofCAD

#7
Beste Joop,

Uit de AutoCAD help:
MEASUREINIT

Type: Integer
Saved in: Registry
Initial value: Varies by country/region

Controls whether a drawing you start from scratch uses imperial or metric default settings.

Specifically, MEASUREINIT controls which hatch pattern and linetype files are used. The Drawing1.dwg that opens when you start the program is a drawing that is started from scratch.

0 Imperial; uses the hatch pattern file and linetype file designated by the ANSIHatch and ANSILinetype registry settings

1 Metric; uses the hatch pattern file and linetype file designated by the ISOHatch and ISOLinetype registry settings

Geeft MEASUREINIT  op 0 niet nog meer problemen via ANSIHatch en ANSILinetype?

Met vriendelijke groet, HofCAD CSI.

PS 1
(GETENV "ISOHatch") geeft "acadiso.pat"
(GETENV "ISOLinetype") geeft "acadiso.lin"
(GETENV "ANSIHatch") geeft "acad.pat"
(GETENV "ANSILinetype") geeft "acad.lin"

PS2
Inplaats van een opstartLispfile kun je ook in de dialoogbox van het commando CUI
bij de knop Hatch inplaats van ^C^C_bhatch
het volgende zetten ^C^C(setvar "Hpname" "ANSI31");_bhatch
ACADcadabra