Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/14/2024 in all areas

  1. not an end solution but maybe a start : http://www.theswamp.org/index.php?topic=40436.0
    1 point
  2. Thanks RLX. It works perfect now. al blocks i select are fount and correct for insert. I hava a nice working example for the other bolts a wil use in my bolt library Many thanks for your time, also for all how spend some time to help me with this issue. Regards PAtrick
    1 point
  3. @rlx I needed to save some values in a dwg so use Ldata so could do M4=60, M6=70 and so on, save the last value for each size separately. If no value then set value to the smallest value. Like you in my dcl's can save a Button number rather than actual size. Maybe do a defun as first step check all ldata exists and if not set to button 1. (if (= (vlax-ldata-get "Bolts" "M4") nil) (setq m4but 1) ) and each pick (vlax-ldata-put "Bolts" "M4" m4but)
    1 point
  4. Change it to this : (setq ent-sel (ssnamex js) ent (cadar ent-sel) pt_sel (osnap (getvar (quote lastpoint)) "_nea") obj_curv (vlax-ename->vla-object ent) )
    1 point
×
×
  • Create New...