ponedeljek, 24. september 2007
petek, 6. april 2007
bljižnice za tekst
The Euro znak:
ALT key and enter 0128 on the numeric keypad.
%%nnn
Draws character number nnn.
You can use these control codes with standard AutoCAD text fonts only:
%%o nacrta tekst
%%u podcrta tekst
%%d narise stopinje
%%p Draws plus/minus tolerance symbol (±).
%%c nariše circle diameter dimensioning symbol (ý).
%%% Draws a single percent sign (%).
v sample risbi (truetype.dwg) so prikazani vsi karakterni znaki za posamezen font
The Euro SymbolYou can use the euro symbol with .shx fonts and their TrueType equivalent fonts shipped with AutoCAD 2000 and later releases. If your keyboard does not contain a euro symbol, hold down the ALT key and enter 0128 on the numeric keypad.
Autocad 2008 novosti in problemi
mTEXT film
kako je kompatibilen autocad 2008 s prejšnimi verzijami:
autocad-2008-compatibility.html
multiline attribute
četrtek, 5. april 2007
Hot tips
Solids TIPS for the week of March 29, 2007 | ||||||||||||||||||||||||||||||||||||||||||
|
sreda, 7. marec 2007
petek, 2. marec 2007
Kako naj hitreje autocad dela??
1. pojdi v raziskovalec, desni klik na dwg risbo ter klikni na enable/disable digital signiture
2. pojdi pod options ter jeziček open and save ter odstrani kljukico display digital signature information
3. vtipkaj v komandno vrstico: SSMAUTOOPEN ter daj na 0
4. vtipja v komandno vrstico: SSMSHEETSTATUS ter daj na 0
5. vtipkaj v komandno vrstico: SSMPOLLTIME ter daj na 600
resetiraj računalnik
veliko časa pri iskanju datotek, torej ko greš na file/open ter dolgo išče datoteke je tudi takrat ko imaš v tisti mapi kjer si tudi bližnjice do drugih map in če povezave ne delujejo autocad zelo dolgo išče !!!!
Če še zmeraj nagaja pojdi v printarje zbriši tiste ki so neuporabni
če še zmeraj ne dela pojdi v C:\Documents and Settings\%username%\Application Data\Autodesk\AutoCAD ter zbriši FixedProfile.aws
če še zmeraj ne dela je bolje če vzameš macolo v roke ter razbiješ računalnik
povzetki iz internetne strani:
http://cadecorner.blogspot.com/2006/10/autocad-in-networked-environment.html
AutoCAD in a Networked Environment
AutoCAD "Out of the Box" is not tuned to perform particularly well in a LAN/WAN environment. This tip is about ways to make AutoCAD respond faster in a networked environment.
--------------------------------------------------------------------------------
Autodesk's Infamous Explorer Shell Extension
Since Autodesk included the ability to add digital signatures to drawings, they've also included an Explorer shell extension that allows Explorer to display signed .DWG files with a different icon than unsigned .DWG files. When Explorer lists .DWG files in a folder, it has to examine each file to determine whether or not it is signed and then display the correct icon. This takes time. On your local workstation's folders the extra time is insignificant; however on a LAN the lag is noticeable, and across the WAN the lag can be crippling. The Explore lag occurs in AutoCAD File Dialogs as well as just plain Explorer.
By default this shell extension is installed and enabled with any Autodesk product. To disable it, right-click on any .DWG file and choose "Enable/Disable Digital Signature Icons" from the menu. In the Signature Validation Options dialog uncheck the "Validate digital signatures and display special icons" check box. Click OK. Reboot.
Any AutoCAD product install or update will re-enable this shell extension, so you may get to do this more than one time. Anytime your browser access becomes slow, check this setting.
Disabling the the digital signature icon display does not invalidate a drawing's digital signature. End users are still notified on Open that they're opening a signed drawing.
Bad Printers
AutoCAD products make use of your Windows system printers. If you have a "bad" printer, AutoCAD's PLOT and OPTIONS dialogs take a long time to display as the system tries to validate the bad printer. Use Start > Printers and Faxes to ensure that all of your printers are correct, i.e. delete the invalid ones.
Bad Links
Invalid folders in Options or bad links will also cause significant slow downs as Windows tries to follow the bad links.
--------------------------------------------------------------------------------
Sheet Set Manager
My company has come to rely heavily on the Sheet Set Manager (SSM). However, it appears to have scalability issues. This means that the more users accessing a Sheet Set Data Set (DST) at a time, the slower its overall performance becomes. So be sure to close the DST if you're not using it. Closing the SSM is not the same as closing the DST. To actually release the DST, you must right-click on the sheet set name in the SSM and select Close Sheet Set from the menu.
Sheet Set System Variables
There are some AutoCAD system variables that affect the SSM:
SSMAUTOOPEN
Saved in: User settings
Initial value: 1
Automatically opens the sheet set when a drawing associated with a sheet is opened. To prevent AutoCAD from opening a DST automatically, I recommend setting this value to 0 (zero) in a multi-user environment.
SSMSHEETSTATUS
Saved in: Registry
Initial value: 2
Controls how the status data (whether sheets are opened, missing, etc.) in a sheet set is refreshed. A value of 2 causes the sheet set display to refresh based on the interval set by SSMPOLLTIME (default 60 secs). A value of 1 causes the sheet set display to refresh when the sheet set is updated. Both of these settings will generate traffic on the network. I recommend you set this to 0 (zero, Off) and refresh the display yourself as necessary. There's a tiny little button on the SSM specifically for refresh. Alternatively, you could increase the interval specified by SSMPOLLTIME and leave SSMSHEETSTATUS at the default of 2.
iz internetne strani: http://dwf.blogs.com/beyond_the_paper/2006/08/exiting_autocad.html
Exiting AutoCAD with Markup Set Manager open leads to slow down over time
Problem
Over the course of several months, some users of the Markup Set Manager (DWF users) can experience increasing slowness in launching AutoCAD. Exiting AutoCAD 2007 (or AutoCAD 2006) with the Markup Set Manager open results in the growth of an AutoCAD profile file. When the file reaches sizes of near 90MB, users start to see a slow down. Uninstalling and re-installing AutoCAD does not fix the problem, since the slow down is caused by a file in a hidden directory that AutoCAD does not uninstall.
Solution
If you frequently use the Markup Set Manager and are experiencing a noticeably slower launch time for AutoCAD:
- Delete the ‘FixedProfile.aws’ file which is normally found at C:\Documents and Settings\%username%\Application Data\Autodesk\AutoCAD 2007\R17.0\enu\Support\Profiles. The file can safely be deleted. It contains user profile settings related dialog positions and sizes. It will be programmatically created on exit if missing.
- You can avoid the increase in the file size by closing the Markup Set Manager before closing AutoCAD. If you are not in the habit of doing so, you can periodically delete the FixedProfile.aws file. The normal size for this file is less than 100K, not 90MB.
The problem has only been experienced by a few customers; however, after using AutoCAD daily for several months, one customer reported that his AutoCAD took 10 - 20 minutes to launch and was using 1.5GB of RAM. The solution is being reported in this blog until we get a fix to address it, as it is not being incorporated into AutoCAD 2007 SP1.
ponedeljek, 5. februar 2007
Autodeskovi filmi in linki
Autocad 2007 Tips & Tricks Screencast
Autocad design review
Blogi
http://autodesk.blogs.com/between_the_lines/ - autocad
http://adt_blog.typepad.com/ - architectural desktop
sreda, 24. januar 2007
AUTOCAD 2006 nastavitve
Tukaj so zbrane vse nastavitve, ki jih uporabnik običajno rabi pri uporabi autocada:
AUTOCAD 2006
- MAPSKINMAP - vklopi ali izklopi novo podobo okna
- menu -zažene menu ukaz, da dodaš menuje
- DTEXTED - popravljanje teksta z DDEDIT (ALI HOČEŠ okenček ali ne da se pojavi) To get the dialog box using ddedit you need to change DTEXTED system variable to 1, this will bring up the dialog box.
- options/selections/associative hatch - če je vklopljen se hatch za eno stopnjo premika več, če je izklopljen dela normalno
- FILEDIA - se okna normalno ne odpre (open file), temveč hoče celotno pot do fila
- TEXTFILL - Controls the filling of TrueType fonts while plotting and rendering - zapolni ariel črke
- QTEXTMODE - Controls how text is displayed
- LWDISPLAY - Controls whether the lineweight is displayed
- FILLMODE - Specifies whether hatches and fills, two-dimensional solids, and wide polylines are filled in
- REGEN - Regenerates the entire drawing from the current viewport
- LWEIGHT - Sets the current lineweight, lineweight display options, and lineweight units
- FILL - Controls the filling of objects such as hatches, two-dimensional solids, and wide polylines
- DSETTINGS - Specifies settings for Snap mode, grid, polar and object snap tracking, and Dynamic Input
- inputhistorymode - desni klik na miški
0. No history of recent input is displayed.
1. History of recent input is displayed at the command line with access through Up and Down Arrow
2. History of recent input for the current command is displayed in the shortcut menu.
4. History of recent input for all commands in the current session is displayed in the shortcut menu.
8. Markers for recent input of point locations are displayed in the drawing.
The default value is 15. 3. (Optional) At the Command prompt, enter cmdinputhistorymax.
- BATTMAN - sinhronizira popravljeni blok
- IMAGEFRAME - na 2 - ne plota okvirje in se jih vidi
- VISRETAIN - sinhronizira layerje z xrefom
1 – ostanejo nastavitve iz risbe, čeprav si xref spremenil
- XCLIPFRAME - vidnost clipanega območja (0 - ne viden rob, 1 - viden)
- ZOOMFACTOR - faktor koraka miške
- \U+2030 - promil v true type fontih
- %%Utext - podčrta tekst
- LIST-li - lastnosti objekta
- ALIGN - skaniranje objekta glede na drug objekt (stičišče)
- SPLFRAME - prikaže bloke, pol uporabi REGEN
- FULLSCREEN - on ali off
- MIRRTEXT - kako naj zrcali tekst
- PLINEGEN -
kratke crtice For polylines, you can specify whether a linetype pattern is centered on each segment or is continuous across vertices throughout the entire length of the polyline. You do this by setting thePLINEGEN system variable
0 -.-.-.- 1 - - če ni placa
qTEXT - pravokotniki namesto texta
- MBUTTONPAN - če češ imet sredjni gumb na miški zoom ali ne
- LINETYPES_PSLTSCALE - Setting the scale of linetypes in layouts
- FILEDIA - 1 so bo okno Open odprlo, če je 0 bo v commandni vrstici hotelo odpreti
- MAP/IMAGE/OPTION - Shift+Left Click Image - Če je obkljukan ta ukaz se nikakor noče upoštevati shift pri selectiranju objektov
- MINSERT - za zaklepanje risb (deluje le za neumne - vrtic in stolpcev daj čim več)
- SMERI NEBA:
SEVER
ZAHOD VZHOD
JUG - TEXT STYLE - Arial narrow bold - ali Swis721 CN BT
- attedit - dostop do podatkov blokov, ki niso bloki
- link do weba: http://www.freewebs.com/webkati/