Discussion forum
CAD discussion |
Please abide by the rules of this forum.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
region2poly error |
Post Reply |
Author | |
w64bitcad
Newbie Joined: 18.May.2021 Location: United Kingdom Using: AutoCAD 2021 Status: Offline Points: 9 |
Topic: region2poly error Posted: 15.Jul.2021 at 14:25 |
When I use region2poly 1.1 on AutoCAD 2021, I receive an error: Invalid option keyword. ; error: Function cancelled Is there anything I can do in order to fix this? |
|
Vladimir Michl
Moderator Group Arkance Systems CZ Joined: 26.Jul.2007 Location: Czech Republic Using: Autodesk software Status: Offline Points: 2039 |
Posted: 15.Jul.2021 at 14:39 |
It probably doesn't like one of the options. Please try the following LISP code:
|
|
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner |
|
w64bitcad
Newbie Joined: 18.May.2021 Location: United Kingdom Using: AutoCAD 2021 Status: Offline Points: 9 |
Posted: 15.Jul.2021 at 14:45 |
I did some digging. The problem is with PEDITACCEPT. Instead of:
this seems to work: (if (= (getvar "PEDITACCEPT") 1)(command "PEDIT" "_L" "_J" "_P" "" "")(command "PEDIT" "_L" "_Y" "_J" "_P" "" "")) Edited by w64bitcad - 16.Jul.2021 at 12:16 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,422 seconds.