mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +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);
|
(aPoint, aWire, aPointOnEdge, anEdgeIndex);
|
||||||
|
|
||||||
if (!aPointOnEdge.IsNull()) {
|
if (!aPointOnEdge.IsNull()) {
|
||||||
GEOM::GEOM_Object_var obj = GetObject(aPointOnEdge);
|
thePointOnEdge = GetObject(aPointOnEdge);
|
||||||
thePointOnEdge = obj.out();
|
|
||||||
theEdgeInWireIndex = anEdgeIndex;
|
theEdgeInWireIndex = anEdgeIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user