Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Project.Simulation.Geometry
OneGeometryProps
Interface OneGeometryProps
interface
OneGeometryProps
{
child
:
{
data
?:
{
file
?:
string
;
name
?:
string
;
path
?:
string
}
;
dimension
?:
number
;
label
:
string
;
mesh
?:
Partial
<
ISimulationTaskFile
>
;
meshParameters
?:
|
IModelMeshSizeManual
|
IModelMeshSizeAuto
|
IModelMeshSizeFactor
;
noMeshable
?:
true
;
tag
?:
string
;
value
?:
string
;
}
;
geometries
:
Geometry
[]
;
index
:
number
;
setGeometries
:
Dispatch
<
SetStateAction
<
IFrontGeometriesItem
[]
>
>
;
simulation
:
Simulation
;
swr
:
Swr
;
}
Index
Properties
child
geometries
index
set
Geometries
simulation
swr
Properties
child
child
:
{
data
?:
{
file
?:
string
;
name
?:
string
;
path
?:
string
}
;
dimension
?:
number
;
label
:
string
;
mesh
?:
Partial
<
ISimulationTaskFile
>
;
meshParameters
?:
|
IModelMeshSizeManual
|
IModelMeshSizeAuto
|
IModelMeshSizeFactor
;
noMeshable
?:
true
;
tag
?:
string
;
value
?:
string
;
}
geometries
geometries
:
Geometry
[]
index
index
:
number
set
Geometries
setGeometries
:
Dispatch
<
SetStateAction
<
IFrontGeometriesItem
[]
>
>
simulation
simulation
:
Simulation
swr
swr
:
Swr
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
geometries
index
set
Geometries
simulation
swr
Tanatloc documentation
Loading...