- color
color = tvtk_base.vtk_color_trait((1.0, 1.0, 1.0))
- diffuse_color
diffuse_color = tvtk_base.vtk_color_trait((1.0, 1.0, 1.0))
- edge_visibility
edge_visibility = tvtk_base.false_bool_trait
- opacity
opacity = traits.Trait(1.0, traits.Range(0.0, 1.0))
- representation
representation = traits.Trait('surface', tvtk_base.TraitRevPrefixMap({ Const('points') : Const(0), Const('wireframe') : Const(1), Const('surface') : Const(2) }))
- specular_color
specular_color = tvtk_base.vtk_color_trait((1.0, 1.0, 1.0))