stlutils ~master (2021-11-24T00:49:05.5466841)
Dub
Repo
STL
stlutils
Undocumented in source.
final
class
STL {
float
[]
normals
;
float
[]
vertices
;
ubyte
[
80
]
header
;
package
string
fname
;
this
();
int
numOfTriangles
[@property getter];
bool
empty
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
numOfTriangles
int
numOfTriangles
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fname
string
fname
;
Undocumented in source.
header
ubyte
[
80
]
header
;
Undocumented in source.
normals
float
[]
normals
;
Undocumented in source.
vertices
float
[]
vertices
;
Undocumented in source.
Meta
Source
See Implementation
stlutils
classes
STL
functions
isBinarySTL
readAsciiFile
readBinaryFile
readSTL
toAsciiSTLFile
toBinarySTLFile
toOBJFile