Home
last modified time | relevance | path

Searched refs:theWire (Results 1 – 25 of 88) sorted by relevance

1234

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d_FilletAPI.cxx30 ChFi2d_FilletAPI::ChFi2d_FilletAPI(const TopoDS_Wire& theWire, in ChFi2d_FilletAPI() argument
33 Init(theWire, thePlane); in ChFi2d_FilletAPI()
45 void ChFi2d_FilletAPI::Init(const TopoDS_Wire& theWire, in Init() argument
50 TopoDS_Iterator itr(theWire); in Init()
64 myIsAnalytical ? myAnaFilletAlgo.Init(theWire, thePlane) : in Init()
65 myFilletAlgo.Init(theWire, thePlane); in Init()
H A DChFi2d_ChamferAPI.cxx37 ChFi2d_ChamferAPI::ChFi2d_ChamferAPI(const TopoDS_Wire& theWire) in ChFi2d_ChamferAPI() argument
45 Init(theWire); in ChFi2d_ChamferAPI()
62 void ChFi2d_ChamferAPI::Init(const TopoDS_Wire& theWire) in Init() argument
65 TopoDS_Iterator itr(theWire); in Init()
H A DChFi2d_ChamferAPI.hxx32 Standard_EXPORT ChFi2d_ChamferAPI(const TopoDS_Wire& theWire);
38 Standard_EXPORT void Init(const TopoDS_Wire& theWire);
H A DChFi2d_FilletAPI.hxx48 Standard_EXPORT ChFi2d_FilletAPI(const TopoDS_Wire& theWire,
57 Standard_EXPORT void Init(const TopoDS_Wire& theWire,
H A DChFi2d_AnaFilletAlgo.hxx37 Standard_EXPORT ChFi2d_AnaFilletAlgo(const TopoDS_Wire& theWire,
49 Standard_EXPORT void Init(const TopoDS_Wire& theWire, const gp_Pln& thePlane);
H A DChFi2d_FilletAlgo.hxx67 Standard_EXPORT ChFi2d_FilletAlgo(const TopoDS_Wire& theWire,
76 Standard_EXPORT void Init(const TopoDS_Wire& theWire,
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_Classifier.cxx77 const NCollection_Sequence<const gp_Pnt2d*>& theWire, in RegisterWire() argument
82 const Standard_Integer aNbPnts = theWire.Length(); in RegisterWire()
91 const gp_Pnt2d *p1 = theWire(1), *p2 = theWire(2), *p3; in RegisterWire()
108 p3 = theWire.Value(ii); in RegisterWire()
H A DBRepMesh_ShapeVisitor.cxx109 const TopoDS_Wire& theWire, in addWire() argument
112 if (theWire.IsNull()) in addWire()
117 …Handle(ShapeExtend_WireData) aWireData = new ShapeExtend_WireData(theWire, Standard_True, Standard… in addWire()
138 const IMeshData::IWireHandle& aDWire = theDFace->AddWire (theWire, aEdgesNb); in addWire()
/dports/cad/opencascade/opencascade-7.6.0/src/DNaming/
H A DDNaming_Line3DDriver.cxx205 const TopoDS_Wire& theWire, in LoadNamingDS() argument
209 if(theWire.IsNull()) return; in LoadNamingDS()
212 aWBuilder.Generated(theWire); in LoadNamingDS()
225 TopExp_Explorer anExp(theWire,TopAbs_EDGE); in LoadNamingDS()
246 TopExp_Explorer anExp(theWire,TopAbs_EDGE); in LoadNamingDS()
267 TopExp::Vertices(theWire, aFirst, aLast); in LoadNamingDS()
/dports/cad/opencascade/opencascade-7.6.0/src/IMeshData/
H A DIMeshData_Wire.hxx67 IMeshData_Wire(const TopoDS_Wire& theWire) in IMeshData_Wire() argument
68 : IMeshData_TessellatedShape(theWire) in IMeshData_Wire()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIMeshData_Wire.hxx67 IMeshData_Wire(const TopoDS_Wire& theWire) in IMeshData_Wire() argument
68 : IMeshData_TessellatedShape(theWire) in IMeshData_Wire()
H A DChFi2d_ChamferAPI.hxx32 Standard_EXPORT ChFi2d_ChamferAPI(const TopoDS_Wire& theWire);
38 Standard_EXPORT void Init(const TopoDS_Wire& theWire);
H A DChFi2d_FilletAPI.hxx48 Standard_EXPORT ChFi2d_FilletAPI(const TopoDS_Wire& theWire,
57 Standard_EXPORT void Init(const TopoDS_Wire& theWire,
H A DChFi2d_AnaFilletAlgo.hxx37 Standard_EXPORT ChFi2d_AnaFilletAlgo(const TopoDS_Wire& theWire,
49 Standard_EXPORT void Init(const TopoDS_Wire& theWire, const gp_Pln& thePlane);
H A DChFi2d_FilletAlgo.hxx67 Standard_EXPORT ChFi2d_FilletAlgo(const TopoDS_Wire& theWire,
76 Standard_EXPORT void Init(const TopoDS_Wire& theWire,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIMeshData_Wire.hxx68 Standard_EXPORT IMeshData_Wire(const TopoDS_Wire& theWire) in IMeshData_Wire() argument
69 : IMeshData_TessellatedShape(theWire) in IMeshData_Wire()
H A DChFi2d_ChamferAPI.hxx32 Standard_EXPORT ChFi2d_ChamferAPI(const TopoDS_Wire& theWire);
38 Standard_EXPORT void Init(const TopoDS_Wire& theWire);
H A DChFi2d_FilletAPI.hxx48 Standard_EXPORT ChFi2d_FilletAPI(const TopoDS_Wire& theWire,
57 Standard_EXPORT void Init(const TopoDS_Wire& theWire,
H A DChFi2d_AnaFilletAlgo.hxx37 Standard_EXPORT ChFi2d_AnaFilletAlgo(const TopoDS_Wire& theWire,
49 Standard_EXPORT void Init(const TopoDS_Wire& theWire, const gp_Pln& thePlane);
H A DChFi2d_FilletAlgo.hxx68 Standard_EXPORT ChFi2d_FilletAlgo(const TopoDS_Wire& theWire,
77 Standard_EXPORT void Init(const TopoDS_Wire& theWire,
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMeshData/
H A DBRepMeshData_Face.cxx58 const TopoDS_Wire& theWire, in AddWire() argument
61 …IMeshData::IWireHandle aWire (new (myAllocator) BRepMeshData_Wire (theWire, theEdgeNb, myAllocator… in AddWire()
H A DBRepMeshData_Wire.cxx28 const TopoDS_Wire& theWire, in IMPLEMENT_STANDARD_RTTIEXT()
31 : IMeshData_Wire (theWire), in IMPLEMENT_STANDARD_RTTIEXT()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAdaptor/
H A DBRepAdaptor_CompCurve.cxx53 BRepAdaptor_CompCurve::BRepAdaptor_CompCurve(const TopoDS_Wire& theWire, in BRepAdaptor_CompCurve() argument
55 : myWire (theWire), in BRepAdaptor_CompCurve()
63 Initialize(theWire, theIsAC); in BRepAdaptor_CompCurve()
66 BRepAdaptor_CompCurve::BRepAdaptor_CompCurve(const TopoDS_Wire& theWire, in BRepAdaptor_CompCurve() argument
71 : myWire (theWire), in BRepAdaptor_CompCurve()
79 Initialize(theWire, theIsAC, theFirst, theLast, theTolerance); in BRepAdaptor_CompCurve()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade_RemoveInternalWires.cxx146 const TopoDS_Shape& theWire) in removeSmallWire() argument
156 if(!theWire.IsNull() && !theWire.IsSame(aW)) in removeSmallWire()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAlgo/
H A DBRepAlgo.cxx204 TopoDS_Wire theWire = aWire; in ConcatenateWireC0() local
205 BRepLib::BuildCurves3d(theWire); in ConcatenateWireC0()
206 Handle(ShapeFix_Shape) Fixer = new ShapeFix_Shape(theWire); in ConcatenateWireC0()
210 theWire = TopoDS::Wire(Fixer->Shape()); in ConcatenateWireC0()
220 BRepTools_WireExplorer wexp(theWire); in ConcatenateWireC0()

1234