Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/10/2023 in all areas

  1. There is 2 solutions to a request the slow response its free, the I want ASAP has a cost. So some one else can jump in and fix the 1 problem at moment or I will do it when I have time.
    2 points
  2. Like this (setq obj (vlax-ename->vla-object (car (entsel "Pick obj")))) (setq pt (getpoint "\nPick point inside cell ")) (If (Eq :Vlax-true (Vla-hittest Obj (Vlax-3d-point (Trans Pt 1 0))(Vlax-3d-point (Trans (Getvar 'Viewdir) 1 0)) 'R 'C)) (List O R C) ) (NIL 3 0) = (nil row column)
    1 point
×
×
  • Create New...