Tanatloc documentation
Preparing search index...
Lib.Result
default
Variable default
Const
default
:
{
archive
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
ReadStream
>
;
download
:
(
simulation
:
{
id
:
string
}
,
result
:
{
fileName
:
string
;
originPath
:
string
}
,
)
=>
ReadStream
;
load
:
(
simulation
:
{
id
:
string
}
,
result
:
{
glb
:
string
;
originPath
:
string
}
,
)
=>
Promise
<
IGeometryPart
>
;
}
= ...
Type declaration
archive
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
ReadStream
>
download
:
(
simulation
:
{
id
:
string
}
,
result
:
{
fileName
:
string
;
originPath
:
string
}
,
)
=>
ReadStream
load
:
(
simulation
:
{
id
:
string
}
,
result
:
{
glb
:
string
;
originPath
:
string
}
,
)
=>
Promise
<
IGeometryPart
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...