Skip to content

Commit d22af52

Browse files
committed
Merging changes in dxf library
1 parent 4c2bc20 commit d22af52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

java/libraries/dxf/src/processing/dxf/RawDXF.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,16 @@ public boolean displayable() {
161161
return false; // just in case someone wants to use this on its own
162162
}
163163

164+
165+
public boolean is2D() {
166+
return false;
167+
}
168+
169+
170+
public boolean is3D() {
171+
return true;
172+
}
173+
164174

165175
// ..............................................................
166176

0 commit comments

Comments
 (0)