Home
last modified time | relevance | path

Searched refs:bIsPlane1 (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx505 Standard_Boolean bIsPlane1, bIsPlane2; in ChFi3d_KParticular() local
512 bIsPlane1=(aST1==GeomAbs_Plane); in ChFi3d_KParticular()
514 if (!(bIsPlane1 || bIsPlane2)) { in ChFi3d_KParticular()
518 const BRepAdaptor_Surface& aS1=(bIsPlane1)? S1 : S2; in ChFi3d_KParticular()
519 const BRepAdaptor_Surface& aS2=(bIsPlane1)? S2 : S1; in ChFi3d_KParticular()