We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3479fd commit ac70866Copy full SHA for ac70866
src/Modules/Fields/EditMeshBoundingBox.cc
@@ -267,7 +267,7 @@ bool EditMeshBoundingBox::isBoxEmpty() const
267
Core::Datatypes::GeometryHandle EditMeshBoundingBox::buildGeometryObject() {
268
269
Core::Datatypes::GeometryHandle geom(new Core::Datatypes::GeometryObject(NULL));
270
-
+ geom->objectName = "Bounding Box";
271
GeometryObject::ColorScheme colorScheme(GeometryObject::COLOR_UNIFORM);
272
int64_t numVBOElements = 0;
273
std::vector<std::pair<Point,Point>> bounding_edges;
0 commit comments