Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_FixSmallFace.cxx561 TopoDS_Edge theFirstEdge, theSecondEdge; in SplitOneFace() local
582 theBuilder.MakeEdge(theFirstEdge); in SplitOneFace()
586 theBuilder.UpdateEdge(theFirstEdge, the3dcurve,Precision::Confusion()); in SplitOneFace()
590 theBuilder.Add(theFirstEdge, V1); in SplitOneFace()
591 theBuilder.Add(theFirstEdge,theNewVertex.Oriented(TopAbs_REVERSED)); in SplitOneFace()
596 theBuilder.Add(theFirstEdge,V2); in SplitOneFace()
597 theBuilder.Add(theFirstEdge,theNewVertex.Oriented(TopAbs_REVERSED)); in SplitOneFace()
601 theBuilder.Range(theFirstEdge, cf, param); in SplitOneFace()
608 theBuilder.Add(twoedges, theFirstEdge.Oriented(TopAbs_FORWARD)); in SplitOneFace()
613 theBuilder.Add(twoedges, theFirstEdge.Oriented(TopAbs_REVERSED)); in SplitOneFace()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DPrsDim.hxx88 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
92 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
103 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
H A DPrsDim_AngleDimension.hxx71 Standard_EXPORT PrsDim_AngleDimension (const TopoDS_Edge& theFirstEdge,
135 Standard_EXPORT void SetMeasuredGeometry (const TopoDS_Edge& theFirstEdge,
H A DShapeAnalysis_CheckSmallFace.hxx138 …Standard_EXPORT Standard_Boolean CheckPinEdges (const TopoDS_Edge& theFirstEdge, const TopoDS_Edge…
H A DPrsDim_LengthDimension.hxx208 Standard_EXPORT Standard_Boolean InitTwoEdgesLength (const TopoDS_Edge & theFirstEdge,
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim.hxx88 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
92 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
103 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
H A DPrsDim_AngleDimension.hxx71 Standard_EXPORT PrsDim_AngleDimension (const TopoDS_Edge& theFirstEdge,
135 Standard_EXPORT void SetMeasuredGeometry (const TopoDS_Edge& theFirstEdge,
H A DPrsDim_LengthDimension.cxx365 Standard_Boolean PrsDim_LengthDimension::InitTwoEdgesLength (const TopoDS_Edge& theFirstEdge, in InitTwoEdgesLength() argument
373 if (!PrsDim::ComputeGeometry (theFirstEdge, theSecondEdge, in InitTwoEdgesLength()
446 BRepAdaptor_Curve aCurveAdaptor (theFirstEdge); in InitTwoEdgesLength()
H A DPrsDim.cxx357 Standard_Boolean PrsDim::ComputeGeometry (const TopoDS_Edge& theFirstEdge, in ComputeGeometry() argument
375 theFirstCurve = BRep_Tool::Curve (theFirstEdge, aFirstEdgeLoc, aFirst1, aLast1); in ComputeGeometry()
448 Standard_Boolean PrsDim::ComputeGeometry (const TopoDS_Edge& theFirstEdge, in ComputeGeometry() argument
460 …if (!PrsDim::ComputeGeometry (theFirstEdge, theFirstCurve, theFirstPnt1, theLastPnt1, theIsInfinit… in ComputeGeometry()
530 Standard_Boolean PrsDim::ComputeGeometry (const TopoDS_Edge& theFirstEdge, in ComputeGeometry() argument
555 BRepAdaptor_Curve aFirstAdaptor (theFirstEdge); in ComputeGeometry()
H A DPrsDim_LengthDimension.hxx208 Standard_EXPORT Standard_Boolean InitTwoEdgesLength (const TopoDS_Edge & theFirstEdge,
H A DPrsDim_AngleDimension.cxx78 PrsDim_AngleDimension::PrsDim_AngleDimension (const TopoDS_Edge& theFirstEdge, in PrsDim_AngleDimension() argument
83 SetMeasuredGeometry (theFirstEdge, theSecondEdge); in PrsDim_AngleDimension()
152 void PrsDim_AngleDimension::SetMeasuredGeometry (const TopoDS_Edge& theFirstEdge, in SetMeasuredGeometry() argument
157 myFirstShape = theFirstEdge; in SetMeasuredGeometry()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS.hxx136 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
140 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
151 …Standard_EXPORT static Standard_Boolean ComputeGeometry (const TopoDS_Edge& theFirstEdge, const To…
H A DAIS_AngleDimension.hxx74 Standard_EXPORT AIS_AngleDimension (const TopoDS_Edge& theFirstEdge,
156 Standard_EXPORT void SetMeasuredGeometry (const TopoDS_Edge& theFirstEdge,
H A DShapeAnalysis_CheckSmallFace.hxx138 …Standard_EXPORT Standard_Boolean CheckPinEdges (const TopoDS_Edge& theFirstEdge, const TopoDS_Edge…
H A DAIS_LengthDimension.hxx221 Standard_EXPORT Standard_Boolean InitTwoEdgesLength (const TopoDS_Edge & theFirstEdge,
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_CheckSmallFace.cxx776 TopoDS_Edge theFirstEdge, theSecondEdge; in CheckPinFace() local
784 theFirstEdge = TopoDS::Edge (exp_e.Current()); in CheckPinFace()
785 V1 = TopExp::FirstVertex(theFirstEdge); in CheckPinFace()
786 V2 = TopExp::LastVertex(theFirstEdge); in CheckPinFace()
817 theFirstEdge = theSecondEdge; in CheckPinFace()
822 if (CheckPinEdges(theFirstEdge, theSecondEdge, coef1, coef2,toler)) in CheckPinFace()
824 mapEdges.Bind(theFirstEdge,theSecondEdge); in CheckPinFace()
829 theFirstEdge = theSecondEdge; in CheckPinFace()
843 …Standard_Boolean ShapeAnalysis_CheckSmallFace::CheckPinEdges(const TopoDS_Edge& theFirstEdge,const… in CheckPinEdges() argument
849 C1 = BRep_Tool::Curve (theFirstEdge,cf1,cl1); in CheckPinEdges()
[all …]
H A DShapeAnalysis_CheckSmallFace.hxx138 …Standard_EXPORT Standard_Boolean CheckPinEdges (const TopoDS_Edge& theFirstEdge, const TopoDS_Edge…
H A DShapeAnalysis_Edge.cxx857 static Standard_Boolean IsOverlapPartEdges(const TopoDS_Edge& theFirstEdge, in IsOverlapPartEdges() argument
865 BRepAdaptor_Curve aAdCurve1(theFirstEdge); in IsOverlapPartEdges()
874 TopoDS_Vertex V1 = TopExp::FirstVertex(theFirstEdge,Standard_True); in IsOverlapPartEdges()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx77 static Standard_Boolean FindCommonVertex(const TopoDS_Edge& theFirstEdge,
2416 static Standard_Boolean FindCommonVertex(const TopoDS_Edge& theFirstEdge, in FindCommonVertex() argument
2424 Standard_Boolean CommonVertexExists = TopExp::CommonVertex(theFirstEdge, in FindCommonVertex()
2431 TopExp::Vertices(theFirstEdge, V1, V2); in FindCommonVertex()