@@ -21,97 +21,101 @@ var attrs = {
21
21
role : 'info' ,
22
22
editType : 'calc+clearAxisTypes' ,
23
23
description : [
24
- 'Sets the x coordinates of the isosurface '
24
+ 'Sets the x coordinates of the volume data '
25
25
] . join ( ' ' )
26
26
} ,
27
27
y : {
28
28
valType : 'data_array' ,
29
29
role : 'info' ,
30
30
editType : 'calc+clearAxisTypes' ,
31
31
description : [
32
- 'Sets the y coordinates of the isosurface '
32
+ 'Sets the y coordinates of the volume data '
33
33
] . join ( ' ' )
34
34
} ,
35
35
z : {
36
36
valType : 'data_array' ,
37
37
role : 'info' ,
38
38
editType : 'calc+clearAxisTypes' ,
39
39
description : [
40
- 'Sets the z coordinates of the isosurface '
40
+ 'Sets the z coordinates of the volume data '
41
41
] . join ( ' ' )
42
42
} ,
43
43
44
44
value : {
45
45
valType : 'data_array' ,
46
46
role : 'info' ,
47
47
editType : 'calc' ,
48
- description : 'Sets the intensity values of the isosurface .'
48
+ description : 'Sets the intensity values of the volume data .'
49
49
} ,
50
50
51
51
isomin : {
52
52
valType : 'number' ,
53
+ role : 'info' ,
53
54
editType : 'calc' ,
54
- description : 'Sets the minimum iso bound of the isosurface.'
55
+ description : 'Sets the minimum intensity bound of the isosurface.'
55
56
} ,
56
57
57
58
isomax : {
58
59
valType : 'number' ,
60
+ role : 'info' ,
59
61
editType : 'calc' ,
60
- description : 'Sets the maximum iso bound of the isosurface.'
62
+ description : 'Sets the maximum intensity bound of the isosurface.'
61
63
} ,
62
64
63
65
xmin : {
64
66
valType : 'number' ,
67
+ role : 'info' ,
65
68
editType : 'calc' ,
66
69
description : 'Sets the minimum x bound of the isosurface.'
67
70
} ,
68
71
69
72
xmax : {
70
73
valType : 'number' ,
74
+ role : 'info' ,
71
75
editType : 'calc' ,
72
76
description : 'Sets the maximum x bound of the isosurface.'
73
77
} ,
74
78
75
79
ymin : {
76
80
valType : 'number' ,
81
+ role : 'info' ,
77
82
editType : 'calc' ,
78
83
description : 'Sets the minimum y bound of the isosurface.'
79
84
} ,
80
85
81
86
ymax : {
82
87
valType : 'number' ,
88
+ role : 'info' ,
83
89
editType : 'calc' ,
84
90
description : 'Sets the maximum y bound of the isosurface.'
85
91
} ,
86
92
87
93
zmin : {
88
94
valType : 'number' ,
95
+ role : 'info' ,
89
96
editType : 'calc' ,
90
97
description : 'Sets the minimum z bound of the isosurface.'
91
98
} ,
92
99
93
100
zmax : {
94
101
valType : 'number' ,
102
+ role : 'info' ,
95
103
editType : 'calc' ,
96
104
description : 'Sets the maximum z bound of the isosurface.'
97
105
} ,
98
106
99
107
smoothnormals : {
100
108
valType : 'boolean' ,
109
+ role : 'info' ,
101
110
editType : 'calc' ,
102
- description : ''
103
- } ,
104
-
105
- singlemesh : {
106
- valType : 'boolean' ,
107
- editType : 'calc' ,
108
- description : ''
111
+ description : 'Smooth normals of the isosurface (default: true)'
109
112
} ,
110
113
111
114
isocaps : {
112
115
valType : 'boolean' ,
116
+ role : 'info' ,
113
117
editType : 'calc' ,
114
- description : ''
118
+ description : 'Whether to generate isocaps for the isosurface (default: true) '
115
119
} ,
116
120
117
121
text : {
0 commit comments