Message 1 of 5
AutoLisp changing vertexes in a rentagle?

Not applicable
05-05-2020
02:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(setq telem (assoc 10 ent_curent)
listvar (cons 10 0.0 0.0)
ent_curent(subst listvar telem ent_curent)
So what I did here was to merely change a rentagle's (LWPOLYLINE) first vertex position to ```0.0 0.0 ```
What I'm trying to do is to access and change the other vertexes' positions of that specific POLYLINE to 0.0 0.0 . How can one do that?