trescope.controller ¶
Contents
Label ¶
-
class
trescope.controller.
Label
[source] ¶ -
Label for information display .
EnumControl ¶
-
class
trescope.controller.
EnumControl
[source] ¶ -
Control for inputting enumerations .
-
defaultValue
( value : str ) [source] ¶ -
Specify default value .
- Parameters
-
value – value
- Returns
-
self , for chain call
-
TextControl ¶
VisualDataPickControl ¶
-
class
trescope.controller.
VisualDataPickControl
[source] ¶ -
Control for picking visual data , now support Mesh3D , Scatter3D and Image bounding box .
-
attachOutput
( id : Union [ str , int ] ) [source] ¶ -
Specify which output to pick data .
- Parameters
-
id – output id
- Returns
-
self , for chain call
-