mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
Merging changes in dxf library
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
// ..............................................................
|
||||
|
||||
|
||||
Reference in New Issue
Block a user