1EZDXF-BROWSE-ACIS(1)             User Commands            EZDXF-BROWSE-ACIS(1)
2
3
4

ezdxf browse-acis – PyQt ACIS entity content browser for SAT/SAB debugging

6

SYNOPSIS

8       ezdxf browse-acis [-h] [-l LINE] [-g HANDLE] [FILE]
9

DESCRIPTION

11       The  DXF  format  stores  modern  solid  geometry  as  SAT data for DXF
12       R2000–R2010 and as SAB data for DXF  R2013  and  later.   This  command
13       shows the content of this entities and also let you export the raw data
14       for further processing.
15
16   ENTITY VIEW
17       The entity view is a read-only text editor, it is  possible  to  select
18       and  copy parts of the text into the clipboard.  All ACIS content enti‐
19       ties get an id assigned automatically, this way the data is more  read‐
20       able, by default AutoCAD and BricsCAD do not use ids for ACIS entities.
21       The id is shown as decimal number in parenthesis after the entity name.
22       The ~ is a shortcut for a null-pointer.
23
24   MENUS AND SHORTCUTS
25       File Menu
26
27Open DXF file...  Ctrl+O
28
29Reload DXF file Ctrl+R
30
31Export  Current Entity View...  Ctrl+E, export the parsed con‐
32                tent of the entity view as text file
33
34Export Raw SAT/SAB Data...  Ctrl+W, export the raw SAT data as
35                text  file  and  the raw SAB data as a binary file for further
36                processing
37
38Quit Ctrl+Q
39

OPTIONS

41   POSITIONAL ARGUMENTS
42       FILE   DXF file to browse
43
44   OPTIONAL ARGUMENTS
45       -h, --help
46              show a help message and exit
47
48       -g HANDLE, --handle HANDLE
49              go to entity by HANDLE, HANDLE has to be a hex value without any
50              prefix like ‘fefe
51

ENVIRONMENT

53       See ezdxf(1).
54

FILES

56       See ezdxf(1).
57

EXAMPLES

59       Show and export the SAT or SAB content of ACIS entities:
60
61              $ ezdxf browse-acis 3dsolid.dxf
62

SEE ALSO

64       ezdxf(1)
65
66       ezdxf-pp(1),  ezdxf-audit(1),  ezdxf-draw(1), ezdxf-view(1), ezdxf-pil‐
67       low(1),    ezdxf-browse-acis(1),    ezdxf-strip(1),    ezdxf-config(1),
68       ezdxf-info(1)
69
70
71
72                                September 2022            EZDXF-BROWSE-ACIS(1)
Impressum