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 79cf665 commit f55b75aCopy full SHA for f55b75a
bindings/python/src/inspector/topology/brep_topology.hpp
@@ -84,9 +84,10 @@ 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( "unique_vertex_linked_to_multiple_invalid_surfaces",
+ .def_readwrite(
88
+ "unique_vertices_linked_to_several_and_invalid_surfaces",
89
- unique_vertex_linked_to_multiple_invalid_surfaces )
90
+ unique_vertices_linked_to_several_and_invalid_surfaces )
91
.def_readwrite( "unique_vertices_linked_to_a_line_but_is_not_on_a_"
92
"surface_border",
93
0 commit comments