copy layers and moving objects between layers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
Iām wondering if anyone can help me write a LISP routine based on the following requirements:
1. Copy layers:
Copy the following layers from the drawing "BCH_Layers - H & R new" to the drawing "create layer":
HE-PANL-DEVC
HE-PANL-DEVC-DGRP
HE-PANL-NMPL
HE-PANL-SPNL
HE-PANL-STEL
HE-CABL-GENL
HE-ANNO-TEXT
HE-ANNO-REVC
2. Move objects between layers in the drawing "create layer":
Move objects from layers Level 1, Level 3, Level 10, Level 13, Level 18, Level 20 to the corresponding layers listed below
HE-PANL-DEVC
HE-PANL-DEVC-DGRP
HE-PANL-NMPL
HE-PANL-SPNL
HE-PANL-STEL
HE-CABL-GENL
3. Copy text styles:
Copy the following text styles from "BCH_Layers - H & R new" to "create layer":
BCH_METR_2.0
BCH_METR_2.5
BCH_METR_3.5
4. Update text and mtext styles in the drawing "create layer":
Change all text and mtext with heights of 2mm, 2.5mm, and 3.5mm to use the corresponding text styles:
2mm ā BCH_METR_2.0
2.5mm ā BCH_METR_2.5
3.5mm ā BCH_METR_3.5
5. Set annotation layer:
Move all text and mtext objects to the layer HE-ANNO-TEXT.
Please see the attached drawings for reference.
Many thanks in advance! š