Message 1 of 4

Not applicable
07-10-2016
06:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am trying to modify the DMP lisp which I found here (also attached). I need to replace AddDim3PointAngular method with AddDimRadial method at line no. 203 of the code.
In brief the DMP lisp add dimension to plines with a single click which is really cool. But the code has been written in a way to add arc length whereas I would like to have arc radius instead.
So this is what the code does at the moment:
And this is what I need:
The error I get is:
Error: lisp value has no coercion to VARIANT with this type: #<variant 8197 ...>
Can someone help me with the correct syntax?
Solved! Go to Solution.