mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
Fix bad previous change
This commit is contained in:
parent
6d55c284bf
commit
ac1c738492
@ -720,8 +720,7 @@ CORBA::Double GEOM_ITransformOperations_i::ProjectPointOnWire
|
||||
(aPoint, aWire, aPointOnEdge, anEdgeIndex);
|
||||
|
||||
if (!aPointOnEdge.IsNull()) {
|
||||
GEOM::GEOM_Object_var obj = GetObject(aPointOnEdge);
|
||||
thePointOnEdge = obj.out();
|
||||
thePointOnEdge = GetObject(aPointOnEdge);
|
||||
theEdgeInWireIndex = anEdgeIndex;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user