Tuesday, October 13, 2020

press Ctrl Windows Shift B to reset the graphics card calibration. Screen is black.

 

  • Press Ctrl Windows Shift B to reset graphics card calibration

Wednesday, October 7, 2020

Bluebeam 403 FORBIDDEN error clicking hyperlinks.

 

  • Open BlueBeam  Preferences by Review > Preferences or CRTL-K

    Bluebeam 2018
    Windows tab > WebTab > Uncheck Open PDF Hyperlinks in Webtabs.

Friday, September 11, 2020

SIMPLIFY INVENTOR OR STEP .STP FILE

SIMPLIFY INVENTOR OR STEP .STP FILE
Need an .IAM (Assembly) file to run the ShrinkWraper. Use ShrinkWrapper to remove holes and objects less than a certain size. Manually delete and unneeded objects in AutoCAD.

Inventor:
Open IPT file and - File > Export > Cad Format >  STP
Open new Assembly - File > New > Assembly
Assembly > Place from Content Center > Place Imported Cad file. Import STP file into assemble file.
Shrinkwrap options -
  Components - Level of detail to all “Content center and remove parts be size”.
  Features - remove all holes fillets chamfers pockets

Tuesday, September 1, 2020

 (entget(car(nentsel))) AutoCAD Lisp to list entities .

Tuesday, August 11, 2020

Find if program is running. Find IP from computer name or computer name from ip. Command line CMD.

CMD
Local computer
tasklist /FI "IMAGENAME eq ACAD.EXE

Remote computer
Tasklist /S ComputerName  /u administrator /FI "IMAGENAME eq ACAD.EXE"

Get the name of the computer from IP
Ping -a 10.01.01.111

Find the ip is a computer name or domain 
Nslookup

Friday, July 24, 2020

How often should I save a drawing file. AutoCAD AutoSave.

    My answer to the question how often
should I save is only save the work you don’t want to do again! You will lose
work and you will have to redo it! Always save when you get up from your chair,
take a break etc. As soon as you feel you accomplished something, save. Of
course long save times will make your saving a more strategic event. No one
wants to spend 10 minutes 3 times an hour saving.
    AutoCAD AutoSave time is set in Options > Open and Save> Automatic save. 
This does not save the current file it only makes a copy
of the file with the .SV$ extension. The .SV$ can be renamed to dwg and used in
an emergency. This does not work with Plant3d. The file would have to be
deleted and re-imported into the project.
    I like to set the AutoSAVE time as a reminder to save. I set
the AutoSave to ~20-30 minutes.
    I try to get to the point where I don't see the AutoSAVE
happening at ~20-30 min in the command line. Then I know I am saving enough. If
you see the AutoSAVE you need to save because you have not saved in ~20-30
minutes.
    If the AutoSave takes a long time you don't want it to AutoSave
because then you have to save again. You might set the AutoSAVE time higher.
    If you see the AutoSAVE you need to save because you have
not saved in 30 minutes.



Tuesday, July 14, 2020

Get computer name from IP

Replace 172.16.00.000 with IP
WMIC /NODE:172.16.00.000 COMPUTERSYSTEM GET USERNAME

Replace ComputerName with your computer name
WMIC /NODE:ComputerName COMPUTERSYSTEM GET USERNAME

Popular Posts

Search This Blog

Blog Archive