Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/30/2023 in all areas

  1. Stephen P is the winner, I have been playing with code for 2 days, found that I had a "" on a prior explode command, thanks to everyone that looked. Never seen the magnify glass before which is why I was looking at entsel.
    2 points
  2. 1 point
  3. @Steven P Since not all curve objects have an ActiveX length property (namely, arcs, circles, etc.); it may be better to obtain the midpoint using a function such as the following, which will work with any curve object of finite length: (defun curvemidpoint ( ent ) (vlax-curve-getpointatdist ent (/ (vlax-curve-getdistatparam ent (vlax-curve-getendparam ent)) 2.0) ) )
    1 point
  4. Well, your going to love this one.....
    1 point
  5. Not seen that before, and as a stand alone line it all looks good - is there something earlier in the code that might be affecting it? - suspect you have looked at that already though
    1 point
×
×
  • Create New...