Home
last modified time | relevance | path

Searched refs:chamfer (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/x11-wm/chamfer/chamferwm-d0916ee/config/
H A Dconfig.py2 import chamfer
99 class Container(chamfer.Container):
220 class Backend(chamfer.Backend):
264 self.BindKey(ord('u'),chamfer.MOD_MASK_4|chamfer.MOD_MASK_SHIFT,Key.EXPAND_ROOT_LEFT.value);
265 self.BindKey(ord('i'),chamfer.MOD_MASK_4|chamfer.MOD_MASK_SHIFT,Key.EXPAND_ROOT_RIGHT.value);
278 …self.BindKey(ord('j'),chamfer.MOD_MASK_4|chamfer.MOD_MASK_SHIFT|chamfer.MOD_MASK_CONTROL,Key.CONTR…
286 self.BindKey(ord('k'),chamfer.MOD_MASK_4|chamfer.MOD_MASK_SHIFT,Key.EXPAND_VERTICAL.value);
288 …self.BindKey(ord('k'),chamfer.MOD_MASK_4|chamfer.MOD_MASK_SHIFT|chamfer.MOD_MASK_CONTROL,Key.EXPAN…
482 chamfer.layout.VSPLIT:chamfer.layout.HSPLIT,
483 chamfer.layout.HSPLIT:chamfer.layout.VSPLIT
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/utils/idftools/
H A Didf_rect.cpp72 double chamfer = 0.0; in main() local
157 tstr >> chamfer; in main()
159 if( !tstr.fail() && chamfer >= 0.0 ) in main()
161 if( chamfer > width / 3.0 || chamfer > length / 3.0 ) in main()
168 if( chamfer < 1e-6 ) in main()
266 chamfer *= 1000.0; in main()
386 if( chamfer < 0.001 ) in writeLeadless()
418 int x1 = static_cast<int>( x - chamfer ); in writeLeadless()
419 int y1 = static_cast<int>( y - chamfer ); in writeLeadless()
432 double x1 = x - chamfer; in writeLeadless()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/regression/dumptest/
H A Doffset-tests-expected.csg142 offset(delta = 4, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
156 offset(delta = 1, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
170 offset(delta = 5, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
181 offset(delta = -2, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
195 offset(delta = -5, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
220 offset(delta = 4, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
234 offset(delta = 1, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
248 offset(delta = 5, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
259 offset(delta = -2, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
273 offset(delta = -5, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/regression/dumptest/
H A Doffset-tests-expected.csg142 offset(delta = 4, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
156 offset(delta = 1, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
170 offset(delta = 5, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
181 offset(delta = -2, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
195 offset(delta = -5, chamfer = false, $fn = 0, $fa = 12, $fs = 2) {
220 offset(delta = 4, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
234 offset(delta = 1, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
248 offset(delta = 5, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
259 offset(delta = -2, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
273 offset(delta = -5, chamfer = true, $fn = 0, $fa = 12, $fs = 2) {
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d_Builder_0.cxx93 return chamfer; in AddChamfer()
99 return chamfer; in AddChamfer()
114 E1Mod, E2Mod, chamfer); in AddChamfer()
128 return chamfer; in AddChamfer()
477 TopoDS_Edge chamfer; in BuildChamferEdge() local
480 return chamfer; in BuildChamferEdge()
503 B.Add(chamfer, NewExtr1); in BuildChamferEdge()
523 return chamfer; in BuildChamferEdge()
539 TopoDS_Edge chamfer; in BuildChamferEdge() local
542 return chamfer; in BuildChamferEdge()
[all …]
/dports/x11-wm/chamfer/chamferwm-d0916ee/share/
H A Dchamfer.desktop2 Name=chamfer
4 Exec=chamfer --shader-path=~/.local/share/chamfer/shaders --shader-path=~/.config/chamfer/shaders/ …
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/testdata/scad/2D/features/
H A Doffset-tests.scad43 m(5, 0) offset(delta = 4, chamfer = true) shape1();
44 m(5, 1) offset(delta = 1, chamfer = true) shape1();
45 m(5, 2) offset(delta = 5, chamfer = true) shape2();
47 m(6, 0) offset(delta = -2, chamfer = true) shape1(30);
48 m(6, 1) offset(delta = -5, chamfer = true) shape1(40);
49 m(6, 2) offset(delta = -1, chamfer = true) shape2();
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/testdata/scad/2D/features/
H A Doffset-tests.scad43 m(5, 0) offset(delta = 4, chamfer = true) shape1();
44 m(5, 1) offset(delta = 1, chamfer = true) shape1();
45 m(5, 2) offset(delta = 5, chamfer = true) shape2();
47 m(6, 0) offset(delta = -2, chamfer = true) shape1(30);
48 m(6, 1) offset(delta = -5, chamfer = true) shape1(40);
49 m(6, 2) offset(delta = -1, chamfer = true) shape2();
/dports/x11-wm/chamfer/chamferwm-d0916ee/
H A DREADME.md4 …http://users.jyu.fi/~jaelpark/gitres/scrot-chamfer-1.jpg)](http://users.jyu.fi/~jaelpark/gitres/sc…
39chamfer-git/), or run meson to build manually. The package from AUR will install a default configu…
42 exec chamfer --config=/usr/share/chamfer/config/config.py --shader-path=/usr/share/chamfer/shaders/
54 exec chamfer --config=/usr/share/chamfer/config/config.py -n
/dports/cad/opencascade/opencascade-7.6.0/tests/chamfer/data/complex/
H A DB928 puts "TODO OCC24156 MacOS: chamfer is not done. compute of chamfer failed"
32 puts "TODO OCC24156 MacOS: chamfer is not done. compute of chamfer failed"
36 puts "TODO OCC24156 MacOS: chamfer is not done. compute of chamfer failed"
H A DB77 puts "TODO OCC22909 All: compute of chamfer failed"
10 puts "TODO OCC22909 MacOS: compute of chamfer failed"
15 puts "TODO OCC22909 MacOS: compute of chamfer failed"
18 puts "TODO OCC22909 MacOS: compute of chamfer failed"
H A DB68 puts "TODO OCC22909 All: compute of chamfer failed"
13 puts "TODO OCC24156 MacOS: compute of chamfer failed"
16 puts "TODO OCC24156 MacOS: compute of chamfer failed"
19 puts "TODO OCC24156 MacOS: compute of chamfer failed"
H A DB58 puts "TODO OCC22909 All: compute of chamfer failed"
12 puts "TODO OCC22909 MacOS: compute of chamfer failed"
15 puts "TODO OCC22909 MacOS: compute of chamfer failed"
19 puts "TODO OCC22909 MacOS: compute of chamfer failed"
H A DA38 …shapes in variables faulty_1 to faulty_2)|(Error\\s*:\\s*chamfer is not done. compute of chamfer f…
12 puts "TODO OCC22909 All: compute of chamfer failed"
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Doffset.cc70 node->chamfer = false; in instantiate()
74 const auto &chamfer = c->lookup_variable("chamfer", true); in instantiate() local
81 if (chamfer.isDefinedAs(Value::Type::BOOL) && chamfer.toBool()) { in instantiate()
82 node->chamfer = true; in instantiate()
102 stream << ", chamfer = " << (this->chamfer ? "true" : "false"); in toString()
H A Doffsetnode.h11 …i, const std::shared_ptr<EvalContext> &ctx) : AbstractPolyNode(mi, ctx), chamfer(false), fn(0), fs… in OffsetNode()
15 bool chamfer; variable
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Doffset.cc70 node->chamfer = false; in instantiate()
74 const auto &chamfer = c->lookup_variable("chamfer", true); in instantiate() local
81 if (chamfer.isDefinedAs(Value::Type::BOOL) && chamfer.toBool()) { in instantiate()
82 node->chamfer = true; in instantiate()
102 stream << ", chamfer = " << (this->chamfer ? "true" : "false"); in toString()
H A Doffsetnode.h11 …i, const std::shared_ptr<EvalContext> &ctx) : AbstractPolyNode(mi, ctx), chamfer(false), fn(0), fs… in OffsetNode()
15 bool chamfer; variable
/dports/math/pdal/PDAL-2.3.0/doc/apps/
H A Dchamfer.rst4 chamfer chapter
7 The ``chamfer`` command is used to compute the Chamfer distance between two
20 $ pdal chamfer <source> <candidate>
36 $ pdal chamfer source.las candidate.las
43 "chamfer": 1.303648726,
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug26225_21 puts "TODO OCC26225 ALL: compute of chamfer failed"
9 # Wrong result of chamfer in case of coinciding bound of chamfer's surface with bound of a face
H A Dbug26225_11 puts "TODO OCC26225 ALL: compute of chamfer failed"
9 # Wrong result of chamfer in case of coinciding bound of chamfer's surface with bound of a face
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_blend___function__inherit__graph.map5 …fer.html" title="Deferred class for a function used to compute a general chamfer. " alt="" coords=…
10 …html" title="Class for a function used to compute a &quot;ordinary&quot; chamfer: when distances f…
11 …nst_throat.html" title="Class for a function used to compute a symmetric chamfer with constant thr…
12 …ml" title="Class for a function used to compute a chamfer with constant throat: the section of cha…
H A Dclass_blend___func_inv__inherit__graph.map5 …inv.html" title="Deferred class for a function used to compute a general chamfer on a surface&#39;…
9 …end_func___chamf_inv.html" title="Class for a function used to compute a chamfer with two constant…
10 …roat_inv.html" title="Class for a function used to compute a ConstThroat chamfer on a surface&#39;…
11 …title="Class for a function used to compute a ConstThroatWithPenetration chamfer on a surface&#39;…
H A Dclass_blend_func___gen_chamfer__inherit__graph.map2 …html" title="Class for a function used to compute a &quot;ordinary&quot; chamfer: when distances f…
3 …nst_throat.html" title="Class for a function used to compute a symmetric chamfer with constant thr…
8 …ml" title="Class for a function used to compute a chamfer with constant throat: the section of cha…
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/moddata_3/
H A Dbug3216 if { [regexp "No suitable edges to chamfer" $inf] != 1 } {
24 #But before chamfer two edges (res_1_4, res_1_5) union should be to make one arc
27 if { [regexp "No suitable edges to chamfer" $info] != 1 } {

12345678910>>...15