We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2bc20 commit d22af52Copy full SHA for d22af52
java/libraries/dxf/src/processing/dxf/RawDXF.java
@@ -161,6 +161,16 @@ public boolean displayable() {
161
return false; // just in case someone wants to use this on its own
162
}
163
164
+
165
+ public boolean is2D() {
166
+ return false;
167
+ }
168
169
170
+ public boolean is3D() {
171
+ return true;
172
173
174
175
// ..............................................................
176
0 commit comments