mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-25 01:02:03 +05:00
untabify
This commit is contained in:
parent
16fc7fed7d
commit
418a6b7ea1
@ -94,7 +94,6 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : GetID
|
||||
//purpose :
|
||||
@ -105,7 +104,6 @@ const Standard_GUID& GEOMImpl_PipeDriver::GetID()
|
||||
return aPipeDriver;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : GEOMImpl_PipeDriver
|
||||
//purpose :
|
||||
@ -114,7 +112,6 @@ GEOMImpl_PipeDriver::GEOMImpl_PipeDriver()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : FillForOtherEdges
|
||||
//purpose : auxilary for CreatePipeForShellSections()
|
||||
@ -191,7 +188,6 @@ static bool FillForOtherEdges(const TopoDS_Shape& F1,
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : FillCorrespondingEdges
|
||||
//purpose : auxilary for CreatePipeForShellSections()
|
||||
@ -324,7 +320,6 @@ static bool FillCorrespondingEdges(const TopoDS_Shape& FS1,
|
||||
//return true;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : FillCorrespondingEdges
|
||||
//purpose : auxilary for CreatePipeShellsWithoutPath()
|
||||
@ -427,7 +422,6 @@ static bool FillCorrespondingEdges(const TopoDS_Shape& FS1,
|
||||
return FillForOtherEdges(FS1,E1,V21,FF);
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : FindNextPairOfFaces
|
||||
//purpose : auxilary for CreatePipeForShellSections()
|
||||
@ -498,7 +492,6 @@ static void FindNextPairOfFaces(const TopoDS_Shape& aCurFace,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : FindFirstPairFaces
|
||||
//purpose : auxilary for Execute()
|
||||
@ -619,7 +612,6 @@ static void FindFirstPairFaces(const TopoDS_Shape& S1, const TopoDS_Shape& S2,
|
||||
FS2 = Fs(numface);
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : CreatePipeForShellSections
|
||||
//purpose : auxilary for Execute()
|
||||
@ -1308,7 +1300,6 @@ static TopoDS_Shape CreatePipeForShellSections(const TopoDS_Wire& aWirePath,
|
||||
|
||||
FindNextPairOfFaces(FS1, aMapEdgeFaces1, aMapEdgeFaces2, FF, aCI);
|
||||
|
||||
|
||||
// make pipe for each pair of faces
|
||||
for(j=1; j<=FF.Extent(); j++) {
|
||||
TopoDS_Shape F1 = FF.FindKey(j);
|
||||
@ -1382,7 +1373,6 @@ static TopoDS_Shape CreatePipeForShellSections(const TopoDS_Wire& aWirePath,
|
||||
return aComp;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : CreatePipeShellsWithoutPath
|
||||
//purpose : auxilary for Execute()
|
||||
@ -1407,7 +1397,6 @@ static TopoDS_Shape CreatePipeShellsWithoutPath(GEOMImpl_IPipe* aCI)
|
||||
Standard_ConstructionError::Raise("Number of shapes for recognition is invalid");
|
||||
}
|
||||
|
||||
|
||||
TopTools_SequenceOfShape SecVs,Bases;
|
||||
for(i=1; i<=nbBases; i++) {
|
||||
// vertex
|
||||
@ -1853,7 +1842,6 @@ static TopoDS_Shape CreatePipeShellsWithoutPath(GEOMImpl_IPipe* aCI)
|
||||
return aComp;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : CreatePipeBiNormalAlongVector
|
||||
//purpose : auxilary for Execute()
|
||||
@ -1919,7 +1907,6 @@ static TopoDS_Shape CreatePipeBiNormalAlongVector(const TopoDS_Wire& aWirePath,
|
||||
return PipeBuilder.Shape();
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : Execute
|
||||
//purpose :
|
||||
@ -2402,7 +2389,6 @@ Standard_Integer GEOMImpl_PipeDriver::Execute(TFunction_Logbook& log) const
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : GEOMImpl_PipeDriver_Type_
|
||||
//purpose :
|
||||
@ -2417,7 +2403,6 @@ Standard_EXPORT Handle_Standard_Type& GEOMImpl_PipeDriver_Type_()
|
||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
||||
if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
|
||||
|
||||
|
||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMImpl_PipeDriver",
|
||||
sizeof(GEOMImpl_PipeDriver),
|
||||
@ -2444,4 +2429,3 @@ const Handle(GEOMImpl_PipeDriver) Handle(GEOMImpl_PipeDriver)::DownCast(const Ha
|
||||
|
||||
return _anOtherObject;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user