Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/29/2022 in all areas

  1. would look something like this. If the polyline is CCW +dist is offset out -dist is offset in (if (setq SS (ssget "_X" '((0 . "*POLYLINE") (70 . 1) (62 . 5)))) (foreach ent (vl-remove-if 'listp (mapcar 'cadr (ssnamex SS))) (setq obj (vlax-ename->vla-object ent)) (vla-offset obj Distance) ) )
    1 point
  2. I would suggest either using color coding or using different layers for the direction of offset. like the perimeter is blue for offset in. green can be offset out.
    1 point
×
×
  • Create New...