Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/2023 in all areas

  1. That is OBject Data, you need to have say CIV3D or Map to get at that info. (setq ent (car (entsel "\nPick object with OD data "))) (setq odname (ade_odgettables ent)) (setq Stnum (ade_odgetfield ent odname "STREET_NUMBER" 0)) (setq Stname (ade_odgetfield ent odname "STREET_NAME" 0)) Try "Name_0" for the data name in example code.
    2 points
  2. The offset error can occur as ACAD and offers use some smarts to speed up zooms, did you do a regen ? Then it should align spot on. When plotting it is ok as well. There is some variables that you can set that alters the straight segments to visually look like curves, you can get circles to look like polygons if pushed low enough.
    1 point
  3. Correct credit for list select, "This is the one I use by Alan Thompson".
    1 point
  4. 1 point
  5. I think That is XDATA or Extended Entity Data.
    1 point
×
×
  • Create New...