- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
as absolute Newby, I'm trying to write a Lisp routine for copying an object (a circle) along a direction with a specific distance. The user should be prompted to insert the distance and to click for the direction. The object I need to be copied is the last created object and it should be copied until a boundary is reached (a polyline). I already wrote a function (myself, and adapting some material online) for recognizing whether a point is inside or outside the boundary. I know is an appreciated praxis to post also at least a piece of code, but I'm currently in front of the white page.
Maybe somebody can give me a hint on how to start?
Thank you in advance
PS: I have nothing against arrays, but I need the objects to be independent of each other and the path doesn't exist as an entity yet when running the routine.
Solved! Go to Solution.