+ Reply to Thread
Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 34

Thread: Duct elbow

  1. #11
    Super Member mdbdesign's Avatar
    Computer Details
    mdbdesign's Computer Details
    Operating System:
    XP PRO
    Computer:
    Homemade
    Motherboard:
    GIGABYTE G31M-ES2L
    CPU:
    INTEL CORE 2-QUAD-Q6600@2.4GHz
    RAM:
    4 GB
    Graphics:
    NVIDIA GeForce 9800 gt 1gb
    Primary Storage:
    WESTERN DIGITAL 500GB
    Monitor:
    2 - 21" COMPACQ
    Discipline
    Mechanical
    mdbdesign's Discipline Details
    Occupation
    Designing Engineer in Engineering Department
    Discipline
    Mechanical
    Details
    Pressure tanks Oil processing & storage equip. Steel mill equip. Telecom towers & equip. Wind turbine towers Power plant structures etc.
    Using
    AutoCAD 2012
    Join Date
    Jan 2007
    Location
    Courtice, Ontario, Canada
    Posts
    749

    Default

    Registered forum members do not see this ad.

    Lee, Cadtutor will be temporary shutdown on weekend so you have lots of time. Don't rush, is weekend: have fun!

  2. #12
    Super Member fixo's Avatar
    Computer Details
    fixo's Computer Details
    Operating System:
    Windows 7
    Motherboard:
    E7500
    CPU:
    Intel(R)Core(TM)2 DUO CPU 2.93HGz
    RAM:
    4098 Gb
    Graphics:
    1024 Gb
    Using
    AutoCAD 2009
    Join Date
    Jul 2005
    Location
    Pietari, Venäjä
    Posts
    1,587

    Default

    Hi M!

    Here is a simple parametric lisp
    change to your suit

    O
    Attached Files
    The soul is healed by being with children. - Fyodor Dostoyevsky, novelist (1821-1881)

  3. #13
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,718

    Default

    Quote Originally Posted by mdbdesign View Post
    Lee, Cadtutor will be temporary shutdown on weekend so you have lots of time. Don't rush, is weekend: have fun!
    Cheers, will see what I can do for you
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  4. #14
    Super Member mdbdesign's Avatar
    Computer Details
    mdbdesign's Computer Details
    Operating System:
    XP PRO
    Computer:
    Homemade
    Motherboard:
    GIGABYTE G31M-ES2L
    CPU:
    INTEL CORE 2-QUAD-Q6600@2.4GHz
    RAM:
    4 GB
    Graphics:
    NVIDIA GeForce 9800 gt 1gb
    Primary Storage:
    WESTERN DIGITAL 500GB
    Monitor:
    2 - 21" COMPACQ
    Discipline
    Mechanical
    mdbdesign's Discipline Details
    Occupation
    Designing Engineer in Engineering Department
    Discipline
    Mechanical
    Details
    Pressure tanks Oil processing & storage equip. Steel mill equip. Telecom towers & equip. Wind turbine towers Power plant structures etc.
    Using
    AutoCAD 2012
    Join Date
    Jan 2007
    Location
    Courtice, Ontario, Canada
    Posts
    749

    Default

    Thanks Oleg, now I will got time to go on Cadtutor instead of loosing time for drawing. I am so happy now. Will buy bottle today and wait when you coming visit me.
    You too Lee (drinking limit in Canada is 19 years of age)

  5. #15
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,718

    Default

    Quote Originally Posted by mdbdesign View Post
    Thanks Oleg, now I will got time to go on Cadtutor instead of loosing time for drawing. I am so happy now. Will buy bottle today and wait when you coming visit me.
    You too Lee (drinking limit in Canada is 19 years of age)
    Many thanks - seems that Fixo hit the nail on the head

    Have a good weekend

    Lee
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  6. #16
    Junior Member rbeldua's Avatar
    Computer Details
    rbeldua's Computer Details
    Operating System:
    Windows Seven Ultimate
    Computer:
    Dell Inspiron 1564
    Motherboard:
    Dell
    CPU:
    Intel Core i5 @ 2.27GHz Arrandale 32nm Technology
    RAM:
    8.0GB RAM, Dual-Channel
    Graphics:
    ATI Mobility Radeon HD 4300 Series
    Primary Storage:
    625GB TOSHIBA TOSHIBA MK6459GSX ATA Device (SATA)
    Monitor:
    LCD
    Discipline
    Electrical
    rbeldua's Discipline Details
    Occupation
    Autocad Draftmans
    Discipline
    Electrical
    Using
    AutoCAD 2011
    Join Date
    Mar 2009
    Location
    Earth
    Posts
    10

    Default

    hi guys....am new here, just a thought... will it be possible to have a lisp like the elbow flex duct except it goes straight and makes elbow too, like the duct lisp and wpipe...it will be great if i could have one lisp like that...

  7. #17
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,718

    Default

    I made this a while back, not sure if it helps or not

    Code:
    (defun c:duct  (/ *error* oVars vLst p1 p2 vEnt i PntEve PntOdd cAngE sPtE ePtE cAngO sPtO ePtO
                    last_pt1 last_pt2)
      (defun *error*  (msg)
        (if oVars
          (mapcar 'setvar vLst oVars))
        (princ (strcat "\nError: " (strcase msg)))
        (princ))
      (setq vLst  '("CMDECHO" "CLAYER" "FILLMODE" "OSMODE" "PLINEWID")
            oVars (mapcar 'getvar vLst))
      (setvar "CMDECHO" 0)
      (setvar "FILLMODE" 0)
      (if (not (tblsearch "LAYER" "DUCT"))
        (command "-layer" "M" "DUCT" "_C" "1" "DUCT" "")
        (setvar "CLAYER" "DUCT"))
      (vl-load-com)
      (if (and (setq p1 (getpoint "\nSpecify First Point: ")
                     p2 (getpoint p1 "\nIndicate Direction of Duct: ")))
        (progn
          (setvar "PLINEWID" 6)
          (setvar "OSMODE" 0)
          (command "_pline" p1 (polar p1 (angle p1 p2) 2.0) "_arc")
          (while (> (getvar "CMDACTIVE") 0) (command pause))
          (setq vEnt (vlax-ename->vla-object (entlast))
                i    2.0)
          (while (and (setq PntEve (vlax-curve-GetPointatDist vEnt i)
                            PntOdd (vlax-curve-GetPointatDist vEnt (setq i (1+ i)))))
            (setq cAngE (+ (/ pi 2)
                           (angle '(0 0 0)
                                  (vlax-curve-getFirstDeriv
                                    vEnt
                                    (vlax-curve-GetParamAtPoint vEnt PntEve)))))
            (command "_line"
                     (setq sPtE (polar PntEve cAngE 4.0))
                     (setq ePtE (polar PntEve (+ pi cAngE) 4.0))
                     "")
            (if (and last_pt1 last_pt2)
              (progn (command "_line" last_pt1 sPtE "") (command "_line" last_pt2 ePtE "")))
            (setq cAngO (+ (/ pi 2)
                           (angle '(0 0 0)
                                  (vlax-curve-getFirstDeriv
                                    vEnt
                                    (vlax-curve-GetParamAtPoint vEnt PntOdd)))))
            (command "_line"
                     (setq sPtO (polar PntOdd cAngO 3.0))
                     (setq ePtO (polar PntOdd (+ pi cAngO) 3.0))
                     "")
            (command "_line" sPtE sPtO "")
            (command "_line" ePtE ePtO "")
            (setq last_pt1 sPtO
                  last_pt2 ePtO)
            (setq i (1+ i)))
          (vla-put-ConstantWidth vEnt 0.0)
          (vla-put-Color vEnt acblue))
        (princ "\n<!> Points Specified Incorrectly <!>"))
      (mapcar 'setvar vLst oVars)
      (princ))
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  8. #18
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,718

    Default

    Or there's this offering from CAB
    Attached Files
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  9. #19
    Luminous Being StykFacE's Avatar
    Computer Details
    StykFacE's Computer Details
    Operating System:
    Windows 7 Ultimate 64bit
    Computer:
    Dell Precision T3500
    Discipline
    Multi-disciplinary
    StykFacE's Discipline Details
    Occupation
    BIM Manager & Design Specialist
    Discipline
    Multi-disciplinary
    Details
    Facilities engineering, involving mechanical piping, mechanical HVAC and electrical engineering.
    Using
    Revit 2013
    Join Date
    Mar 2006
    Location
    Dallas, TX - USA
    Posts
    6,485

    Default

    Someone over at the swamp has an entire HVAC Lisp program suite, actually. I think CAB has like 3 or 4 different flex LISP.
    Tannar Frampton | Facilities Engineering | Revit 2013
    Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio

  10. #20
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,718

    Default

    Registered forum members do not see this ad.

    I think TimSpangler has also got a whole suite - posted somewhere on here.
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

Similar Threads

  1. Request for Lisp to draw Duct Elbow
    By LSA in forum AutoLISP, Visual LISP & DCL
    Replies: 16
    Last Post: 12th Aug 2010, 11:36 am
  2. Pipe - making an 90deg Elbow
    By Cunoblin in forum AutoCAD 3D Modelling & Rendering
    Replies: 20
    Last Post: 5th Mar 2009, 03:31 am
  3. Help with Isometric elbow.
    By Woodsball Dude in forum AutoCAD Beginners' Area
    Replies: 1
    Last Post: 12th Jun 2008, 03:26 pm
  4. Another 3d elbow question
    By ClarkGriwold in forum AutoCAD 3D Modelling & Rendering
    Replies: 4
    Last Post: 2nd Aug 2006, 06:37 pm
  5. sphere=elbow pipe?
    By cadmuska in forum AutoCAD 3D Modelling & Rendering
    Replies: 4
    Last Post: 18th Jul 2006, 06:00 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts