|
static CSG | file (URL path) throws IOException, URISyntaxException |
|
static CSG | file (Path path) throws IOException |
|
Loads a CSG from stl.
- Author
- Michael Hoffer <info@.nosp@m.mich.nosp@m.aelho.nosp@m.ffer.nosp@m..de>
Definition at line 57 of file STL.java.
◆ file() [1/2]
static CSG eu.mihosoft.vrl.v3d.STL.file |
( |
Path |
path | ) |
throws IOException |
|
static |
◆ file() [2/2]
static CSG eu.mihosoft.vrl.v3d.STL.file |
( |
URL |
path | ) |
throws IOException, URISyntaxException |
|
static |
Loads a CSG from stl.
- Parameters
-
- Returns
- CSG
- Exceptions
-
IOException | if loading failed |
URISyntaxException | the URI syntax exception |
Definition at line 67 of file STL.java.
The documentation for this class was generated from the following file:
- src/main/java/eu/mihosoft/vrl/v3d/STL.java