Skip to content

Commit ac70866

Browse files
author
Brig Bagley
committed
added name to BBox.
1 parent a3479fd commit ac70866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Fields/EditMeshBoundingBox.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ bool EditMeshBoundingBox::isBoxEmpty() const
267267
Core::Datatypes::GeometryHandle EditMeshBoundingBox::buildGeometryObject() {
268268

269269
Core::Datatypes::GeometryHandle geom(new Core::Datatypes::GeometryObject(NULL));
270-
270+
geom->objectName = "Bounding Box";
271271
GeometryObject::ColorScheme colorScheme(GeometryObject::COLOR_UNIFORM);
272272
int64_t numVBOElements = 0;
273273
std::vector<std::pair<Point,Point>> bounding_edges;

0 commit comments

Comments
 (0)