Properties
Optional
bounds
bounds?: {
max: number[] | Vector3;
min: number[] | Vector3;
}
Type declaration
-
max: number[] | Vector3
-
min: number[] | Vector3
Optional
cellSize
cellSize?: number
featurePoints
featurePoints: {
point: number[];
value: number;
}[]
Type declaration
-
point: number[]
-
value: number
Optional
interpolator
interpolator?: {
type: string;
[key: string]: any;
}
Type declaration
-
[key: string]: any
-
type: string
Optional
isoplethColor
isoplethColor?: {
color: ColorRepresentation;
value: number;
}[]
Type declaration
-
color: ColorRepresentation
-
value: number
Optional
valueColor
valueColor?: {
color: ColorRepresentation;
value: number;
}[]
Type declaration
-
color: ColorRepresentation
-
value: number
Optional
visualization
visualization?: {
type: string;
[key: string]: any;
}
Type declaration
-
[key: string]: any
-
type: string
分析参数
Export
AnalyseParameters
Date
2022.6.2
Author
lyx