Added moveOrigin and deleteLayouts

This commit is contained in:
2021-02-13 00:58:51 +01:00
parent 3f3e367377
commit 753c0ee058
4 changed files with 146 additions and 4 deletions

View File

@@ -2,14 +2,16 @@
Clean dwg files before linking them to Revit
### Current features:
### Features:
- change to model space
- bind (optional) and detach all xrefs
- bind and detach all xrefs (optional)
- remove all xlines from model space and from blocks
- delete all points from modelspace
- move hatches to separate layers
- attribute definitions not in block to txt because they are not showing up in Revit
- delete all layouts (optional)
- accept current UCS as origin or move origin
- change and verify units for automatic import
- PROXYGRAPHICS=1 (one less annoying dialog)
- purge
@@ -19,8 +21,6 @@ Clean dwg files before linking them to Revit
### Planned features
- move closer to origin
- remove layouts
- replace heavy linestyles and hatches
## Usage