Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.files
/
PLYFiles
PLYFiles
object
PLYFiles
:
BaseWriteFiles
Members
Types
PLYData
Link copied to clipboard
data
class
PLYData
(
val
vertices
:
List
<
PointCloudVertex
>
,
val
faces
:
List
<
PLYFiles.PLYFace
>
,
var
dimensionsBox
:
PointCloudBox
?
=
null
)
PLYFace
Link copied to clipboard
data
class
PLYFace
(
val
v1
:
Int
,
val
v2
:
Int
,
val
v3
:
Int
)
Functions
export
Link copied to clipboard
fun
export
(
points
:
List
<
PointCloudVertex
>
,
metadata
:
PLYMetadata
,
filePath
:
Path
)
:
Path
export
Binary
Link copied to clipboard
fun
exportBinary
(
points
:
List
<
PointCloudVertex
>
,
metadata
:
PLYMetadata
,
filePath
:
Path
)
:
Path
find
Thumbnail
For
Link copied to clipboard
fun
findThumbnailFor
(
plyFile
:
Path
)
:
Path
?
get
File
Link copied to clipboard
fun
getFile
(
scannerFolderId
:
String
,
fileName
:
String
)
:
Path
get
Scanner
Folder
Link copied to clipboard
fun
getScannerFolder
(
scannerFolderId
:
String
)
:
Path
list
All
Files
Link copied to clipboard
fun
listAllFiles
(
scannerFolderId
:
String
)
:
List
<
Path
>
read
Link copied to clipboard
fun
read
(
byteArray
:
ByteArray
)
:
PLYFiles.PLYData
read
Headers
Link copied to clipboard
fun
readHeaders
(
byteArray
:
ByteArray
)
:
PLYMetadata