Home
last modified time | relevance | path

Searched refs:Vlast (Results 1 – 25 of 63) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Filling.cxx73 TopoDS_Vertex Vfirst, Vlast, Origin; in MakeFinVec() local
80 Origin = Vlast; in MakeFinVec()
83 if (Vlast.IsSame( aVertex )) in MakeFinVec()
502 TopoDS_Vertex Vfirst, Vlast; in FindExtremitiesOfHoles() local
503 TopExp::Vertices( theWire, Vfirst, Vlast ); in FindExtremitiesOfHoles()
505 if (Vfirst.IsSame(Vlast)) in FindExtremitiesOfHoles()
514 TopoDS_Vertex theVertex = Vlast; in FindExtremitiesOfHoles()
515 VerSeq.Append( Vlast ); in FindExtremitiesOfHoles()
542 MinVtx = Vlast; in FindExtremitiesOfHoles()
552 FinVec = MakeFinVec( MinWire, Vlast ); in FindExtremitiesOfHoles()
[all …]
H A DBRepFill_Sweep.cxx640 Standard_Real Ufirst, Ulast, Vfirst, Vlast; in BuildFace() local
641 S->Bounds( Ufirst, Ulast, Vfirst, Vlast ); in BuildFace()
2236 TopoDS_Vertex Vfirst, Vlast; in BuildShell() local
2237 TopExp::Vertices(E, Vfirst, Vlast); in BuildShell()
2242 Vertex(isec+1, 1) = Vlast; //TopExp::LastVertex(E); in BuildShell()
2298 if (Rails.IsBound(Vlast)) in BuildShell()
2302 UEdge(ind, j) = Rails(Vlast)->Value(1, j); in BuildShell()
2304 Vertex(ind, j) = Rails(Vlast)->Value(2, j); in BuildShell()
2845 TopoDS_Vertex Vfirst, Vlast; in BuildShell() local
2856 if (!Rails.IsBound(Vlast)) in BuildShell()
[all …]
H A DBRepFill_NSections.cxx728 Standard_Real Ufirst, Ulast, Vfirst, Vlast; in Handle() local
729 mySurface->Bounds(Ufirst, Ulast, Vfirst, Vlast); in Handle()
737 Vfirst, Vlast, in Handle()
/dports/cad/opencascade/opencascade-7.6.0/src/TopExp/
H A DTopExp.cxx210 TopoDS_Vertex& Vlast, in Vertices() argument
229 Vlast = TopoDS::Vertex (aV); in Vertices()
239 Vlast.Nullify(); in Vertices()
250 TopoDS_Vertex& Vlast) in Vertices() argument
252 Vfirst = Vlast = TopoDS_Vertex(); // nullify in Vertices()
276 Vlast = TopoDS::Vertex(aLocalShape); in Vertices()
289 if (ite.More()) Vlast = TopoDS::Vertex(ite.Key()); in Vertices()
H A DTopExp.hxx107 …oid Vertices (const TopoDS_Edge& E, TopoDS_Vertex& Vfirst, TopoDS_Vertex& Vlast, const Standard_Bo…
115 …rd_EXPORT static void Vertices (const TopoDS_Wire& W, TopoDS_Vertex& Vfirst, TopoDS_Vertex& Vlast);
/dports/cad/opencascade/opencascade-7.6.0/src/TopoDSToStep/
H A DTopoDSToStep_MakeStepEdge.cxx153 TopoDS_Vertex Vfirst, Vlast; in Init() local
155 TopExp::Vertices(aEdge,Vfirst, Vlast); in Init()
171 MkVertex.Init(Vlast, aTool, FP); in Init()
211 gp_Pnt aP2 = BRep_Tool::Pnt(Vlast); in Init()
233 Standard_Real aTolV2 = BRep_Tool::Tolerance(Vlast); in Init()
242 …if (BRepTools::Compare(Vfirst, Vlast) && isSmallCurve && dpar > Precision::PConfusion() && dpar <… in Init()
H A DTopoDSToStep_WireframeBuilder.cxx190 TopoDS_Vertex Vfirst, Vlast; in GetTrimmedCurveFromEdge() local
203 Vlast = V; in GetTrimmedCurveFromEdge()
293 Points.SetValue(Nbpt, BRep_Tool::Pnt(Vlast)); in GetTrimmedCurveFromEdge()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_DraftAngle.cxx551 TopoDS_Vertex Vfirst, Vlast; in CorrectWires() local
552 TopExp::Vertices (anEdge, Vfirst, Vlast); in CorrectWires()
586 NewV = Vlast; in CorrectWires()
589 BB.UpdateVertex (Vlast, ParsSeam (i)(j), SeamEdge, BRep_Tool::Tolerance (Vlast)); in CorrectWires()
591 EVmap (SeamEdge).Append (Vlast); in CorrectWires()
712 TopoDS_Vertex Vfirst, Vlast; in CorrectWires() local
713 TopExp::Vertices (anEdge, Vfirst, Vlast); in CorrectWires()
805 BB.Add (NewE, Vlast.Oriented (TopAbs_REVERSED)); in CorrectWires()
834 TopoDS_Vertex Vfirst, Vlast; in CorrectWires() local
835 TopExp::Vertices (CurE, Vfirst, Vlast); in CorrectWires()
[all …]
H A DBRepOffsetAPI_ThruSections.cxx409 TopoDS_Vertex Vfirst, Vlast; in Build() local
410 TopExp::Vertices(anEdge, Vfirst, Vlast); in Build()
439 if (NewVlast.IsSame(Vlast) && !myVertexIndex.IsBound(Vlast)) in Build()
440 myVertexIndex.Bind(Vlast, aSign*(-inde)); in Build()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopExp.hxx95 …oid Vertices (const TopoDS_Edge& E, TopoDS_Vertex& Vfirst, TopoDS_Vertex& Vlast, const Standard_Bo…
103 …rd_EXPORT static void Vertices (const TopoDS_Wire& W, TopoDS_Vertex& Vfirst, TopoDS_Vertex& Vlast);
H A DAdvApp2Var_Iso.hxx48 …onst Standard_Real Ulast, const Standard_Real Vfirst, const Standard_Real Vlast, const Standard_In…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopExp.hxx107 …oid Vertices (const TopoDS_Edge& E, TopoDS_Vertex& Vfirst, TopoDS_Vertex& Vlast, const Standard_Bo…
115 …rd_EXPORT static void Vertices (const TopoDS_Wire& W, TopoDS_Vertex& Vfirst, TopoDS_Vertex& Vlast);
H A DAdvApp2Var_Iso.hxx44 …onst Standard_Real Ulast, const Standard_Real Vfirst, const Standard_Real Vlast, const Standard_In…
/dports/cad/opencascade/opencascade-7.6.0/src/DNaming/
H A DDNaming_RevolutionDriver.cxx387 TopoDS_Vertex Vfirst, Vlast; in LoadNamingDS() local
392 TopExp::Vertices(TopoDS::Wire(Basis), Vfirst, Vlast); in LoadNamingDS()
401 TopExp::Vertices(TopoDS::Edge(Basis), Vfirst, Vlast); in LoadNamingDS()
429 const TopTools_ListOfShape& Shapes2 = MS.Generated (Vlast); in LoadNamingDS()
434 aBuilder.Generated (Vlast, it.Value()); in LoadNamingDS()
514 const TopTools_ListOfShape& Shapes2 = MS.Generated (Vlast); in LoadNamingDS()
519 aBuilder.Generated (Vlast, it.Value()); in LoadNamingDS()
H A DDNaming_BooleanOperationDriver.cxx317 TopoDS_Vertex Vfirst, Vlast; in LoadNamingDS() local
318 TopExp::Vertices(TopoDS::Edge(newShape), Vfirst, Vlast, Standard_True); in LoadNamingDS()
323 if(aView.Add(Vlast)) { in LoadNamingDS()
325 secV.Generated(Vlast); in LoadNamingDS()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAlgo/
H A DBRepAlgo.cxx76 TopoDS_Vertex Vfirst,Vlast; //Vertex of the Wire in ConcatenateWire() local
124 Vlast=TopExp::FirstVertex(edge); in ConcatenateWire()
126 Vlast=TopExp::LastVertex(edge); in ConcatenateWire()
131 …if (BRep_Tool::Tolerance(Vfirst)>BRep_Tool::Tolerance(Vlast)) //computation of the closing toleran… in ConcatenateWire()
134 toler=BRep_Tool::Tolerance(Vlast); in ConcatenateWire()
137 Plast=BRep_Tool::Pnt(Vlast); in ConcatenateWire()
/dports/cad/opencascade/opencascade-7.6.0/tests/lowalgos/intss/
H A Dbug2461268 puts "Error: Bad value. V_begin = [dval V_begin], Vlast = [dval V1l_exp]."
70 puts "OK: Good value. V_begin matches with Vlast of surface."
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_SplitShape.cxx282 TopoDS_Vertex Vfirst,Vlast; in Add() local
741 TopoDS_Vertex Vfirst,Vlast; in AddOpenWire() local
748 TopExp::Vertices(TopoDS::Wire(aLocalShape),Vfirst,Vlast); in AddOpenWire()
751 toll = BRep_Tool::Tolerance(Vlast); in AddOpenWire()
774 else if (!lfound && exp2.Current().IsSame(Vlast)) { in AddOpenWire()
877 if (exp2.Current().IsSame(Vlast)) { in AddOpenWire()
897 cond = !(Vfirst.IsSame(Vlast)); in AddOpenWire()
912 (orient == TopAbs_REVERSED && Vlast.IsSame(vfin))) in AddOpenWire()
952 Vlast = TopExp::LastVertex(LastEdge); in AddOpenWire()
955 Vlast = TopExp::FirstVertex(LastEdge); in AddOpenWire()
[all …]
H A DLocOpe_Spliter.cxx348 TopoDS_Vertex Vfirst, Vlast; in Perform() local
351 TopExp::Vertices(aDegWire, Vfirst, Vlast); in Perform()
358 if (V1.IsSame(Vfirst) || V1.IsSame(Vlast) || V2.IsSame(Vfirst) || V2.IsSame(Vlast)) in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepToIGES/
H A DBRepToIGES_BRWire.cxx340 Standard_Real Ufirst, Ulast, Vfirst, Vlast; in Handle() local
341 BRepTools::UVBounds(myface, Ufirst, Ulast, Vfirst, Vlast); in Handle()
450 trans.SetScale(gp_Pnt2d(0,0), 1. / (Vlast - Vfirst)); in Handle()
462 uFact = (Vlast - Vfirst)/du; in Handle()
484 trans1.SetTranslation(gp_Vec2d(-us1/du,-Vfirst/(Vlast-Vfirst))); in Handle()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/quantile_estimator/src/
H A Dquantile_estimator.erl152 quantile(_, _, [], _, _, #group{v = Vlast}) ->
153 Vlast;
155 …i, Invariant, [Next = #group{g = Gi, delta = Deltai}|DataStructure], N, Rank, #group{v = Vlast}) ->
158 Vlast;
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeExtend/
H A DShapeExtend_WireData.cxx85 TopoDS_Vertex Vlast; in Init() local
104 if ( ! Vlast.IsNull() && ! Vlast.IsSame ( V1 ) && theManifold) { in Init()
108 Vlast = V2; in Init()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_ShapeTool.cxx314 Standard_Real Ufirst,Ulast,Vfirst,Vlast; in PeriodizeParameter() local
315 Surf->Bounds(Ufirst,Ulast,Vfirst,Vlast); in PeriodizeParameter()
335 periopar = ADJUST(par,Vfirst,Vlast,tol); in PeriodizeParameter()
342 else if (isoV) std::cout<<"isoV f,l "<<Vfirst<<" "<<Vlast<<std::endl; in PeriodizeParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/AdvApp2Var/
H A DAdvApp2Var_Iso.hxx44 …onst Standard_Real Ulast, const Standard_Real Vfirst, const Standard_Real Vlast, const Standard_In…
H A DAdvApp2Var_Iso.cxx59 const Standard_Real Vlast, in AdvApp2Var_Iso() argument
68 myV1(Vlast), in AdvApp2Var_Iso()

123