Home
last modified time | relevance | path

Searched refs:Vfirst (Results 1 – 25 of 35) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/TopExp/
H A DTopExp.cxx209 TopoDS_Vertex& Vfirst, in Vertices() argument
224 Vfirst = TopoDS::Vertex (aV); in Vertices()
236 Vfirst.Nullify(); in Vertices()
249 TopoDS_Vertex& Vfirst, in Vertices() argument
252 Vfirst = Vlast = TopoDS_Vertex(); // nullify in Vertices()
274 Vfirst = TopoDS::Vertex(aLocalShape); in Vertices()
285 if (ite.More()) Vfirst = TopoDS::Vertex(ite.Key()); in Vertices()
H A DTopExp.hxx107 …Standard_EXPORT static void Vertices (const TopoDS_Edge& E, TopoDS_Vertex& Vfirst, TopoDS_Vertex& …
115 …Standard_EXPORT static void Vertices (const TopoDS_Wire& W, TopoDS_Vertex& Vfirst, TopoDS_Vertex& …
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Filling.cxx73 TopoDS_Vertex Vfirst, Vlast, Origin; in MakeFinVec() local
78 if (Vfirst.IsSame( aVertex )) in MakeFinVec()
85 Origin = Vfirst; 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()
534 MinVtx = Vfirst; in FindExtremitiesOfHoles()
557 FinVec = MakeFinVec( MinWire, Vfirst ); in FindExtremitiesOfHoles()
558 theVertex = Vfirst; in FindExtremitiesOfHoles()
563 TopExp::Vertices( theWire, Vfirst, 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()
2240 Vertex(isec+1, 1) = Vfirst; //TopExp::FirstVertex(E); in BuildShell()
2290 if (Rails.IsBound(Vfirst)) in BuildShell()
2294 UEdge(ind, j) = Rails(Vfirst)->Value(1, j); in BuildShell()
2296 Vertex(ind, j) = Rails(Vfirst)->Value(2, j); in BuildShell()
2845 TopoDS_Vertex Vfirst, Vlast; in BuildShell() local
2847 if (!Rails.IsBound(Vfirst)) in BuildShell()
[all …]
/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()
159 MkVertex.Init(Vfirst, aTool, FP); in Init()
210 gp_Pnt aP1 = BRep_Tool::Pnt(Vfirst); in Init()
232 Standard_Real aTolV1 = BRep_Tool::Tolerance(Vfirst); 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
197 Vfirst = V; in GetTrimmedCurveFromEdge()
292 Points.SetValue(1, BRep_Tool::Pnt(Vfirst)); in GetTrimmedCurveFromEdge()
/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()
379 TR.SetTranslation(gp_Pnt2d(0.,0.),gp_Pnt2d(0.,-Vfirst)); in Handle()
393 if (aBSpline->IsVPeriodic() && Abs(Vfirst - V0) > Precision::PConfusion()) { in Handle()
394 vShift = ShapeAnalysis::AdjustToPeriod(Vfirst, V0, V1); 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/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()
567 BB.UpdateVertex (Vfirst, ParsSeam (i)(1), SeamEdge, BRep_Tool::Tolerance (Vfirst)); in CorrectWires()
569 EVmap (SeamEdge).Append (Vfirst); in CorrectWires()
574 TopoDS_Vertex PrevV = Vfirst; in CorrectWires()
712 TopoDS_Vertex Vfirst, Vlast; in CorrectWires() local
713 TopExp::Vertices (anEdge, Vfirst, Vlast); in CorrectWires()
730 VEmap.Bind (Vfirst, anEdge); 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()
437 if (NewVfirst.IsSame(Vfirst) && !myVertexIndex.IsBound(Vfirst)) in Build()
438 myVertexIndex.Bind(Vfirst, aSign*inde); in Build()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopExp.hxx95 …Standard_EXPORT static void Vertices (const TopoDS_Edge& E, TopoDS_Vertex& Vfirst, TopoDS_Vertex& …
103 …Standard_EXPORT static void Vertices (const TopoDS_Wire& W, TopoDS_Vertex& Vfirst, TopoDS_Vertex& …
H A DAdvApp2Var_Iso.hxx48 …nst Standard_Real Ufirst, const Standard_Real Ulast, const Standard_Real Vfirst, const Standard_Re…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopExp.hxx107 …Standard_EXPORT static void Vertices (const TopoDS_Edge& E, TopoDS_Vertex& Vfirst, TopoDS_Vertex& …
115 …Standard_EXPORT static void Vertices (const TopoDS_Wire& W, TopoDS_Vertex& Vfirst, TopoDS_Vertex& …
H A DAdvApp2Var_Iso.hxx44 …nst Standard_Real Ufirst, const Standard_Real Ulast, const Standard_Real Vfirst, const Standard_Re…
/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()
412 const TopTools_ListOfShape& Shapes = MS.Generated (Vfirst); in LoadNamingDS()
417 aBuilder.Generated (Vfirst, it.Value()); in LoadNamingDS()
498 const TopTools_ListOfShape& Shapes = MS.Generated (Vfirst); in LoadNamingDS()
503 aBuilder.Generated (Vfirst, 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()
319 if(aView.Add(Vfirst)) { in LoadNamingDS()
321 secV.Generated(Vfirst); 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
115 Vfirst=TopExp::LastVertex(edge); in ConcatenateWire()
119 Vfirst=TopExp::FirstVertex(edge); in ConcatenateWire()
131 …if (BRep_Tool::Tolerance(Vfirst)>BRep_Tool::Tolerance(Vlast)) //computation of the closing toleran… in ConcatenateWire()
132 toler=BRep_Tool::Tolerance(Vfirst); in ConcatenateWire()
136 Pfirst=BRep_Tool::Pnt(Vfirst); in ConcatenateWire()
/dports/cad/opencascade/opencascade-7.6.0/tests/lowalgos/intss/
H A Dbug2461279 puts "Error: Bad value. V_end = [dval V_end], Vfirst = [dval V1f_exp]."
81 puts "OK: Good value. V_end matches with Vfirst of surface."
/dports/misc/gpsim/gpsim-0.31.0/extras/solar/
H A Dsolar.cc598 double Vfirst = Vsp; in Solar_panel() local
621 if (Vfirst < v2 && Vsp < v3) { // Solar panel acting as current source in Solar_panel()
637 Vfirst = Vsp; in Solar_panel()
666 Vfirst = Vsp; in Solar_panel()
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
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()
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()
750 tolf = BRep_Tool::Tolerance(Vfirst); in AddOpenWire()
770 if (!ffound && exp2.Current().IsSame(Vfirst)) { in AddOpenWire()
850 if (exp2.Current().IsSame(Vfirst)) { in AddOpenWire()
894 cond = !(Vfirst.IsSame(Vlast) && SameUV(pfirst,plast,BAS)); in AddOpenWire()
897 cond = !(Vfirst.IsSame(Vlast)); in AddOpenWire()
/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/devel/sdl12/SDL-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.h77 #define Vfirst(mask,mode) \ macro
H A DSDL_xbios_centscreen.c47 result = Vfirst(&curmode, &listedmode); in SDL_XBIOS_ListCentscreenModes()
/dports/cad/opencascade/opencascade-7.6.0/src/AdvApp2Var/
H A DAdvApp2Var_Iso.hxx44 …nst Standard_Real Ufirst, const Standard_Real Ulast, const Standard_Real Vfirst, const Standard_Re…
H A DAdvApp2Var_Iso.cxx58 const Standard_Real Vfirst, in AdvApp2Var_Iso() argument
67 myV0(Vfirst), in AdvApp2Var_Iso()

12