File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
include/geode/inspector/topology Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.10
33# by the following command:
44#
5- # pip-compile bindings/python/requirements.in
5+ # pip-compile --pre bindings/python/requirements.in
66#
7- opengeode-core == 14.* ,>= 14.24.3
7+ opengeode-core == 14.* ,>= 14.25.2rc2
88 # via -r bindings/python/requirements.in
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ namespace geode
3636
3737namespace geode
3838{
39- struct
40- opengeode_inspector_inspector_api BRepSurfacesTopologyInspectionResult
39+ struct opengeode_inspector_inspector_api
40+ BRepSurfacesTopologyInspectionResult
4141 {
4242 InspectionIssues< uuid > surfaces_not_meshed{
4343 " uuids of surface without mesh."
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ namespace geode
3737
3838namespace geode
3939{
40- struct
41- opengeode_inspector_inspector_api SectionCornersTopologyInspectionResult
40+ struct opengeode_inspector_inspector_api
41+ SectionCornersTopologyInspectionResult
4242 {
4343 InspectionIssues< uuid > corners_not_meshed{
4444 " uuids of Corners without mesh."
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ namespace geode
3535
3636namespace geode
3737{
38- struct
39- opengeode_inspector_inspector_api SectionLinesTopologyInspectionResult
38+ struct opengeode_inspector_inspector_api
39+ SectionLinesTopologyInspectionResult
4040 {
4141 InspectionIssues< uuid > lines_not_meshed{
4242 " uuids of Lines without mesh."
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ namespace geode
3636
3737namespace geode
3838{
39- struct
40- opengeode_inspector_inspector_api SectionSurfacesTopologyInspectionResult
39+ struct opengeode_inspector_inspector_api
40+ SectionSurfacesTopologyInspectionResult
4141 {
4242 InspectionIssues< uuid > surfaces_not_meshed{
4343 " uuids of Surfaces without mesh."
You can’t perform that action at this time.
0 commit comments