|
3 | 3 | <!DOCTYPE html> |
4 | 4 | <html class="writer-html5" lang="en" > |
5 | 5 | <head> |
6 | | - <meta charset="utf-8"> |
| 6 | + <meta charset="utf-8" /> |
7 | 7 |
|
8 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | 9 |
|
10 | | - <title>pygem.cad.cad_deformation — PyGeM 2.0.2 documentation</title> |
| 10 | + <title>pygem.cad.cad_deformation — PyGeM 2.0.3 documentation</title> |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 | <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> |
15 | 15 | <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> |
| 16 | + <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> |
| 17 | + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> |
16 | 18 | <link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" /> |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
| 22 | + |
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
23 | 26 |
|
| 27 | + |
| 28 | + |
24 | 29 | <!--[if lt IE 9]> |
25 | 30 | <script src="../../../_static/js/html5shiv.min.js"></script> |
26 | 31 | <![endif]--> |
27 | 32 |
|
28 | 33 |
|
29 | 34 | <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script> |
| 35 | + <script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script> |
30 | 36 | <script src="../../../_static/jquery.js"></script> |
31 | 37 | <script src="../../../_static/underscore.js"></script> |
32 | 38 | <script src="../../../_static/doctools.js"></script> |
33 | | - <script src="../../../_static/language_data.js"></script> |
34 | 39 |
|
35 | 40 | <script type="text/javascript" src="../../../_static/js/theme.js"></script> |
36 | 41 |
|
|
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
53 | | - <a href="../../../index.html" class="icon icon-home" alt="Documentation Home"> PyGeM |
| 58 | + <a href="../../../index.html" class="icon icon-home"> PyGeM |
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
|
60 | 65 |
|
61 | 66 |
|
62 | 67 | <div class="version"> |
63 | | - 2.0.2 |
| 68 | + 2.0.3 |
64 | 69 | </div> |
65 | 70 |
|
66 | 71 |
|
|
131 | 136 |
|
132 | 137 |
|
133 | 138 |
|
| 139 | + |
| 140 | + |
134 | 141 | <div role="navigation" aria-label="breadcrumbs navigation"> |
135 | 142 |
|
136 | 143 | <ul class="wy-breadcrumbs"> |
@@ -363,7 +370,9 @@ <h1>Source code for pygem.cad.cad_deformation</h1><div class="highlight"><pre> |
363 | 370 | <span class="n">edge</span> <span class="o">=</span> <span class="n">topods_Edge</span><span class="p">(</span><span class="n">edge_explorer</span><span class="o">.</span><span class="n">Current</span><span class="p">())</span> |
364 | 371 |
|
365 | 372 | <span class="c1"># edge can be joined only if it is not degenerated (zero length)</span> |
366 | | - <span class="k">if</span> <span class="n">BRep_Tool</span><span class="o">.</span><span class="n">Degenerated</span><span class="p">(</span><span class="n">edge</span><span class="p">):</span> <span class="k">continue</span> |
| 373 | + <span class="k">if</span> <span class="n">BRep_Tool</span><span class="o">.</span><span class="n">Degenerated</span><span class="p">(</span><span class="n">edge</span><span class="p">):</span> |
| 374 | + <span class="n">edge_explorer</span><span class="o">.</span><span class="n">Next</span><span class="p">()</span> |
| 375 | + <span class="k">continue</span> |
367 | 376 |
|
368 | 377 | <span class="c1"># the edge must be converted to Nurbs edge</span> |
369 | 378 | <span class="n">nurbs_converter</span> <span class="o">=</span> <span class="n">BRepBuilderAPI_NurbsConvert</span><span class="p">(</span><span class="n">edge</span><span class="p">)</span> |
@@ -641,31 +650,28 @@ <h1>Source code for pygem.cad.cad_deformation</h1><div class="highlight"><pre> |
641 | 650 |
|
642 | 651 | </div> |
643 | 652 | <footer> |
644 | | - |
645 | 653 |
|
646 | 654 | <hr/> |
647 | 655 |
|
648 | 656 | <div role="contentinfo"> |
649 | 657 | <p> |
650 | | - |
651 | | - © Copyright Copyright 2017-2020, PyGeM contributors |
| 658 | + © Copyright Copyright 2017-2021, PyGeM contributors. |
652 | 659 | <span class="lastupdated"> |
653 | | - Last updated on Nov 03, 2020. |
| 660 | + Last updated on Jul 07, 2021. |
654 | 661 | </span> |
655 | 662 |
|
656 | 663 | </p> |
657 | 664 | </div> |
658 | 665 |
|
659 | 666 |
|
660 | 667 |
|
661 | | - Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a |
| 668 | + Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a |
662 | 669 |
|
663 | | - <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> |
| 670 | + <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> |
664 | 671 |
|
665 | 672 | provided by <a href="https://readthedocs.org">Read the Docs</a>. |
666 | 673 |
|
667 | 674 | </footer> |
668 | | - |
669 | 675 | </div> |
670 | 676 | </div> |
671 | 677 |
|
|
0 commit comments