IPB

Здравствуйте, гость ( Вход | Регистрация )

История благодарностей участнику Trog1 ::: Спасибо сказали: 20 раз(а)
Дата поста: В теме: За сообщение: Спасибо сказали:
12.09.2017 - 22:51 SmartDraft v21.0.18
Go to https://www.smartdraft.com/downloads/ to download the SmartDraft Suite.
Install as normal.
Start Civil 3D
Add the support path C:\Program Files\SmartDraft
Add the same folder to the "Trusted Locations" support path as well.
Then manually load the CUI file SmartSuite.cuix to load the tools

Use the below LISP file made by ssf86 to create the activation codes.
For the serial number, use any 4 digits

All credit goes to ssf86

CODE
(DEFUN C:SMKEYGEN (/ INO LLIST PNAME RCODE ITRTE SCODE)
  (SETQ INO (GETINT "\nEnter your serial number: ")); FOUR DIGIT SERIAL NUMBER
  (IF INO
    (PROGN
      (SETQ LLIST '(("PConnect" 39.0) ("HEC-RAS Tools" 37.0) ("Suite" 45.0) ("Survey" 35.0) ("Construction Notes" 47.0)))
      (TERPRI)
      (FOREACH LST LLIST
    (SETQ PNAME (CAR LST))
    (SETQ RCODE (CADR LST))
    (SETQ ITRTE 1)
    (WHILE (NOT (ZEROP (REM (+ INO ITRTE) RCODE))) (SETQ ITRTE (1+ ITRTE)))
    (SETQ SCODE (ITOA ITRTE))
    (WHILE (< (STRLEN SCODE) 10) (SETQ SCODE (STRCAT "0" SCODE)))
    (PRINC (STRCAT "Activation Code for '" PNAME "' is: " SCODE "\n")))
      (TEXTSCR)
      (PRINC "-Keygened by ssf86-")))
  (PRINC)
)
cilemac, ioncube, ssf86, tanbqtb03, vetho, YaqubMughal,
9.06.2017 - 01:53 SmartDraft v21.0.18
Has anyone checked out SmartDraft Tools?

It looks like a great set of tools.

Their download folder seems to have a lot available.

https://www.smartdraft.com/downloads/

Thanks
Angy, Azza_b, JUSTLearn,
5.06.2017 - 20:16 DotSoft ToolPac v23.0.0.0
Angy, istigatore, kokoola, Slinger, steptoe, tanbqtb03, Williams,

RSS Текстовая версия Сейчас: 16.04.2024 - 15:50