diff --git a/modules/gfx/pymod/export_entity.cc b/modules/gfx/pymod/export_entity.cc
index f12b54c881f19dbda61c7d6b88f2c13e24e8f4ea..68b10ebbec29aee349c7911854cebc007a5d4c9d 100644
--- a/modules/gfx/pymod/export_entity.cc
+++ b/modules/gfx/pymod/export_entity.cc
@@ -232,6 +232,7 @@ void export_Entity()
     .def("BlurSnapshot", &Entity::BlurSnapshot)
     .def("SetBlurFactors",&Entity::SetBlurFactors)
     .def("SetBlur",&Entity::SetBlur)
+    .def("GetBoundingBox",&Entity::GetBoundingBox)    
     .def("SetSelection",&Entity::SetSelection)
     .def("GetSelection",&Entity::GetSelection)    
     .add_property("selection", &Entity::GetSelection, 
@@ -266,7 +267,7 @@ void export_Entity()
     .def("GetOptions", &Entity::GetOptions)
     .add_property("sline_options", &ent_sline_opts)
     .add_property("simple_options", &ent_simple_opts)    
-    .add_property("tube_options", &ent_sline_opts)
+    .add_property("tube_options", &ent_tube_opts)
     .add_property("custom_options", &ent_custom_opts)
     .add_property("cartoon_options", &ent_hsc_opts)    
     .add_property("cpk_options", &ent_cpk_opts)