1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

Compare commits

..

2 Commits

Author SHA1 Message Date
mzernova
0b4a927758 #remarks 2022-08-03 18:42:03 +03:00
mzernova
dc77666e73 0033084: Visualization - Cylindrical prism is selectable only by its base when extruded in some directions
Fixed bounding boxes for Select3D_SensitiveCylinder.
Added display of Select3D_SensitiveCylinder presentation using the "vsensdis" command
Added test: tests/vselect/bugs/bug33084
2022-08-03 12:46:53 +03:00

View File

@@ -37,7 +37,7 @@ BRepSweep_NumLinearRegularSweep::BRepSweep_NumLinearRegularSweep
const TopoDS_Shape& aGenShape,
const Sweep_NumShape& aDirShape):
myBuilder(aBuilder),
myBuilder(aBuilder),
myGenShape(aGenShape),
myDirWire(aDirShape),