Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/13/2021 in all areas

  1. That info came from the Vlide 'break on error' then print results. I use this to see DXF items: (defun c:dxflist (/ e) (cond ((setq e (car (entsel "\nPick something to see DXF data: "))) (mapcar 'print (entget e '("*"))) (textscr) ) ) (princ) ) There is also DUMPALLPROPERTIES to be used in conjunction with get\setpropertyvalue
    1 point
  2. It's crashing on a PolyFaceMesh object: ((-1 . <Entity name: 27fb44990b0>) (0 . "POLYLINE") (330 . <Entity name: 27fb8a289f0>) (5 . "B5EDB") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "H-SEW-NE") (100 . "AcDbPolyFaceMesh") (66 . 1) (10 0.0 0.0 0.0) (70 . 64) (40 . 0.0) (41 . 0.0) (210 0.0 0.0 1.0) (71 . 2) (72 . 0) (73 . 0) (74 . 0) (75 . 0) )
    1 point
  3. Not sure why your code gave odd result, I drew the 2 plines on a angle as a test in two directions, You are right I have been using pick an end for direction for like 30 years, you get used to it. RIA waiting for you.
    1 point
×
×
  • Create New...