Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
SnapshotsRO
Snapshots
RO
@
Serializable
data
class
SnapshotsRO
(
val
length
:
Float
,
val
height
:
Float
,
val
width
:
Float
,
val
ply_file
:
String
?
)
Members
Constructors
Snapshots
RO
Link copied to clipboard
constructor
(
length
:
Float
,
height
:
Float
,
width
:
Float
,
ply_file
:
String
?
)
Properties
height
Link copied to clipboard
val
height
:
Float
length
Link copied to clipboard
val
length
:
Float
ply_
file
Link copied to clipboard
val
ply_file
:
String
?
width
Link copied to clipboard
val
width
:
Float