- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Longtime ACAD user here, but with no lisp skills.
I am trying to create/modify a LISP that automatically looks in entire drawing, with a few exclusions, to find overridden dimensions and moves to _FORCED_DIMS layer so that it gets printed with different color. There is an existing FFD lisp which works well but for my purpose, I want to add exclusions so that it doesn't look into layers that are turned off and/or frozen, set to No Plot and Defpoints layer. The attached lisp partially works, but it still selects overridden dimensions from the turned off layers and from layers set to No Plot.
Can someone help me fix the lisp so that it doesn't select the dimensions in turned off and no plot layers ?
The correct lisp should exclude checking into following layer types:
1. Turned off layers
2. Frozen layers
3. Turned off AND Frozen layers
4. Layers set to No Plot (regardless of layer visibility on/off or frozen/unfrozen)
5. Defpoints layer
Thank you
Solved! Go to Solution.