Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/22/2018 in all areas

  1. 2 points
  2. Much better this morning! In two days, CADTutor.net has seen more improvements than the entire web staff of a giant CAD corporation has managed to do in over 4 months on their forums.
    2 points
  3. I certainly see an improvement, much quicker. Well done.
    2 points
  4. OK, speed optimisation is done for now. The site feels significantly faster to me - how does it feel for you? For those who want the details, there have been a number of server and forum tweaks, including: A move from PHP 5.6 to PHP 7.2 on the server with PHP now using Zend opcache. The forum is now utilising the Redis caching method and some file functions moved to MySQL. In a few...
    2 points
  5. In addition to the Drag/Drop feature, you can simply Ctrl+V paste any Windows Copied image directly into the editor window. Using Windows snipping tool, just Copy the image and it inserts seamlessly. I cannot express how much more efficient this is for sharing that ever-so-helpful quick screenshot to point inquirers in the right direction. -TZ
    2 points
  6. I would pay $14 then I could use the spare time to play here at cadtutor and the boss would not know.
    2 points
  7. Thanks. Yeah, it looks like a fair win/win option. I like that. While i'm here, here's some more feedback Positive: I really like when you are on a thread you get a popup telling you if someone posted something new even as you are writing something. That is awesome. (edit:) THIS FORUM KEEPS MO LOGGED ON FOR MORE THAN 120 SECONDS WITHOUT DISCONNECTING ME...
    1 point
  8. That's a good point and it's only fair that there should be some quid pro quo for your contributions. Let me think about the options.
    1 point
  9. Enable Polar Tracking and set APERTURE to 50.
    1 point
  10. Yeah this is exactly what I'd like. I'll have to go to the lisp section for this then. Thank you very much!
    1 point
  11. That would be very complex to do, since when you break a line it creates a new one and you don't have any way to retrieve the entities to make the pline. One way would be to collect the coordinate from the original line, and create the 2 broken sections and the notch lines using entmakex, and use the returned enames to create the poly. That might not be an ideal 2nd lesson for a...
    1 point
  12. Few things is for sure: the code I posted might not be totally bullet proof, but it does work. Good news: I'm totally able to reproduce the result you describe: your current layer is off. We can take care of it programmatically, as any other fail safes, of course the code will get more complex as we go. We will dig deeper on that. Actually we calculate the 2 points using the angle. Ok, so now...
    1 point
  13. Amen To That ! Much better
    1 point
  14. Just a nitpicky thing but: ;;This (if (= timber_length nil) (setq timber_length "4800") ) (if (= ply_length nil) (setq ply_length "2400") ) ;; Could be this (or timber_length (setq timber_length "4800")) (or ply_length (setq ply_length "2400"))
    1 point
  15. Off topic, but how does someone react to posts like I've seen in this thread? Lot of very useful posts here I'd love to give credit to.
    1 point
  16. I understand about the 45 degree increments but what I don't understand is why he only wants 0, 45 and 90? He has said that several times so I'm assuming he doesn't want 135, 180, 225, 270 and 315. I don't understand why those other angles are a problem? And I'm not even sure if a custom command will be able to do what he wants because those other angles are...
    1 point
  17. Sadly, the help and forums for a lot of big CAD companies are very lacking. Job well done by CADTutor!
    1 point
  18. It's doable, but I wouldn't recommend it. The reason why is because you'll have to edit the actual architectural file itself, which isn't a problem in and of itself but this would get overridden when an update came through. Now, you did mention that a company is requiring you to do so. If this is the case, you need to have access to their architectural Revit model and place the openings...
    1 point
  19. It seems to be much better this morning dJE
    1 point
  20. I just checked the online user list and apparently it's just me and 182 ghosts, I mean guests. Lol By the way, I'm really liking this new drag and drop image upload functionality. So much easier and faster than the old way.
    1 point
  21. 1 point
  22. It works on my A2018... Although I modified it a little... I think the problem was in (vla-get-area) function - I replaced it with (vlax-curve-getarea)... :) (defun c:PTE ( / PTE:text-style PTE:layer PTE:ss->obj PTE:MinMax PTE:Text PTE:temp110919 PTE:start PTE:end *error* ss i sum lst rlst ss mm obj2 area txt react space pt ) (vl-load-com) ...
    1 point
×
×
  • Create New...