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 9a8eaa9 commit 79cf665Copy full SHA for 79cf665
bindings/python/src/inspector/topology/brep_topology.hpp
@@ -84,10 +84,9 @@ namespace geode
84
"unique_vertices_linked_to_a_surface_with_invalid_embbedings",
85
&BRepSurfacesTopologyInspectionResult::
86
unique_vertices_linked_to_a_surface_with_invalid_embbedings )
87
- .def_readwrite(
88
- "unique_vertices_linked_to_several_and_invalid_surfaces",
+ .def_readwrite( "unique_vertex_linked_to_multiple_invalid_surfaces",
89
90
- unique_vertices_linked_to_several_and_invalid_surfaces )
+ unique_vertex_linked_to_multiple_invalid_surfaces )
91
.def_readwrite( "unique_vertices_linked_to_a_line_but_is_not_on_a_"
92
"surface_border",
93
0 commit comments