mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Windows compatibility
This commit is contained in:
parent
066a0505a9
commit
40782e018b
@ -107,7 +107,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
|
|||||||
B.MakeWire(aWire);
|
B.MakeWire(aWire);
|
||||||
|
|
||||||
// add edges
|
// add edges
|
||||||
for (uint ind = 1; ind <= aShapes->Length(); ind++) {
|
for (unsigned int ind = 1; ind <= aShapes->Length(); ind++) {
|
||||||
Handle(GEOM_Function) aRefShape = Handle(GEOM_Function)::DownCast(aShapes->Value(ind));
|
Handle(GEOM_Function) aRefShape = Handle(GEOM_Function)::DownCast(aShapes->Value(ind));
|
||||||
TopoDS_Shape aShape_i = aRefShape->GetValue();
|
TopoDS_Shape aShape_i = aRefShape->GetValue();
|
||||||
if (aShape_i.IsNull()) {
|
if (aShape_i.IsNull()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user