Merging changes in dxf library

This commit is contained in:
codeanticode
2012-05-10 00:17:54 +00:00
parent 4c2bc20728
commit d22af52c68

View File

@@ -161,6 +161,16 @@ public class RawDXF extends PGraphics {
return false; // just in case someone wants to use this on its own
}
public boolean is2D() {
return false;
}
public boolean is3D() {
return true;
}
// ..............................................................