Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/01_Geometry/src/ISession2D/
H A DISession2D_Curve.cpp86 Geom2dLProp_CLProps2d LProp(myGeom2dCurve, 2, Resolution); in Compute() local
96 LProp.SetParameter(t); in Compute()
97 if (LProp.IsTangentDefined()) in Compute()
99 Curvature = Abs(LProp.Curvature()); in Compute()
106 LProp.CentreOfCurvature(P2); in Compute()
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DAdaptorCurve2d_AIS.cxx112 Geom2dLProp_CLProps2d LProp(myGeom2dCurve, 2, Resolution); in Compute() local
124 LProp.SetParameter(t); in Compute()
125 if (LProp.IsTangentDefined()) in Compute()
127 Curvature = Abs(LProp.Curvature()); in Compute()
134 LProp.CentreOfCurvature(P2); in Compute()
/dports/cad/opencascade/opencascade-7.6.0/src/DrawTrSurf/
H A DDrawTrSurf_Curve2d.cxx150 Geom2dLProp_CLProps2d LProp(curv, 2, Resolution); in DrawOn() local
158 LProp.SetParameter(t); in DrawOn()
159 if (LProp.IsTangentDefined()) { in DrawOn()
160 Curvature = Abs(LProp.Curvature()); in DrawOn()
167 LProp.CentreOfCurvature(P2); in DrawOn()
H A DDrawTrSurf_Curve.cxx154 GeomLProp_CLProps LProp(curv, 2, Resolution); in DrawOn() local
162 LProp.SetParameter(t); in DrawOn()
163 if (LProp.IsTangentDefined()) { in DrawOn()
164 Curvature = Abs(LProp.Curvature()); in DrawOn()
171 LProp.CentreOfCurvature(P2); in DrawOn()
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Ddir_dd2d0db04e3cc60c6abeb46bc793ee8b_dep.map1 <map id="LProp" name="LProp">
2 <area shape="rect" id="node1" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=""…
H A Ddir_47ac1eb731b5139f20f8d582c4965587_dep.map3 <area shape="rect" id="node2" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=""…
H A Ddir_2d46705c25d545b9bd55fedbf96bb056_dep.map3 <area shape="rect" id="node2" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=""…
H A Ddir_937562ba542ab04cfd1add07dd87eee0_dep.map3 <area shape="rect" id="node2" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=""…
H A Ddir_c7660a48ec9a5d2d8072106f692b64df_dep.map3 <area shape="rect" id="node2" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=""…
H A Ddir_cfaaebc528153883590c7c253fb33912_dep.map5 <area shape="rect" id="node3" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=""…
H A Ddir_68267d1309a1af8e8297ef4c3efbcdba_dep.map556 <area shape="rect" id="node204" href="dir_dd2d0db04e3cc60c6abeb46bc793ee8b.html" title="LProp" alt=…
/dports/cad/opencascade/opencascade-7.6.0/src/TKG2d/
H A DPACKAGES2 LProp
/dports/cad/opencascade/opencascade-7.6.0/adm/wnt/cbp/
H A DTKG2d_obj.link1 …VectorWithMagnitude.o ../../../wnt/gcc/obj/src/LProp/LProp_AnalyticCurInf.o ../../../wnt/gcc/obj/s…
H A DTKG2d_objd.link1 …ctorWithMagnitude.o ../../../wnt/gcc/objd/src/LProp/LProp_AnalyticCurInf.o ../../../wnt/gcc/objd/s…
/dports/cad/opencascade/opencascade-7.6.0/adm/mac/xcd/TKG2d.xcodeproj/
H A Dproject.pbxproj95 … sourcecode.cpp.cpp; name = LProp_AnalyticCurInf.cxx; path = ../../../src/LProp/LProp_AnalyticCurI…
96 …ype = sourcecode.cpp.cpp; name = LProp_CurAndInf.cxx; path = ../../../src/LProp/LProp_CurAndInf.cx…
192 name = LProp;
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_WireSplitter_1.cxx775 Geom2dLProp_CLProps2d LProp(aC2D, aTV, 2, Precision::PConfusion()); in Angle2D() local
776 if(LProp.IsTangentDefined()) in Angle2D()
778 Standard_Real R = LProp.Curvature(); in Angle2D()
/dports/cad/opencascade/opencascade-7.6.0/adm/
H A DUDLIST72 n LProp
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx4832 GeomLProp_CLProps LProp(C, 2, Resolution); in ChFi3d_IsSmooth() local
4843 LProp.SetParameter(t); in ChFi3d_IsSmooth()
4844 if (!LProp.IsTangentDefined()) in ChFi3d_IsSmooth()
4846 Curvature = Abs(LProp.Curvature()); in ChFi3d_IsSmooth()
4849 LProp.CentreOfCurvature(P2); in ChFi3d_IsSmooth()
4871 LProp.SetParameter(t); in ChFi3d_IsSmooth()
4872 if (!LProp.IsTangentDefined()) in ChFi3d_IsSmooth()
4874 Curvature = Abs(LProp.Curvature()); in ChFi3d_IsSmooth()
4878 LProp.CentreOfCurvature(P2); in ChFi3d_IsSmooth()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/
H A Docp.toml47 "LProp",
/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/modeling_data/
H A Dmodeling_data.md1139 …* <i> LProp </i> package, which provides an enumeration used to characterize a particular point on…
1157 …mLProp</i>, which instantiates the generic class <i> SLProps </i>from <i> LProp</i> and use the me…