Skip to content

Commit 3c34f34

Browse files
committed
deploy: b548a5a
1 parent f16b6ed commit 3c34f34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+58659
-60742
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c7f1de490b1df46e8107a16fa74f78ee
3+
config: 36fab8df650db9922425b5d36e89294e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

LICENSE.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>License &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>License &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
2.0.0
64+
2.0.2
6565
</div>
6666

6767

@@ -193,7 +193,7 @@ <h1>License<a class="headerlink" href="#license" title="Permalink to this headli
193193

194194
&copy; Copyright Copyright 2017-2020, PyGeM contributors
195195
<span class="lastupdated">
196-
Last updated on Jul 08, 2020.
196+
Last updated on Nov 03, 2020.
197197
</span>
198198

199199
</p>

_modules/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>Overview: module code &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>Overview: module code &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -183,7 +183,7 @@ <h1>All modules for which code is available</h1>
183183

184184
&copy; Copyright Copyright 2017-2020, PyGeM contributors
185185
<span class="lastupdated">
186-
Last updated on Jul 08, 2020.
186+
Last updated on Nov 03, 2020.
187187
</span>
188188

189189
</p>

_modules/pygem/cad/cad_deformation.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.cad.cad_deformation &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.cad.cad_deformation &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -307,6 +307,7 @@ <h1>Source code for pygem.cad.cad_deformation</h1><div class="highlight"><pre>
307307
<span class="c1"># It is considered the most secure standard for STEP.</span>
308308
<span class="c1"># *According to PythonOCC documentation (http://www.pythonocc.org/)</span>
309309
<span class="n">Interface_Static_SetCVal</span><span class="p">(</span><span class="s2">&quot;write.step.schema&quot;</span><span class="p">,</span> <span class="s2">&quot;AP203&quot;</span><span class="p">)</span>
310+
<span class="n">Interface_Static_SetCVal</span><span class="p">(</span><span class="s1">&#39;write.surfacecurve.mode&#39;</span><span class="p">,</span><span class="s1">&#39;0&#39;</span><span class="p">)</span>
310311
<span class="n">step_writer</span><span class="o">.</span><span class="n">Transfer</span><span class="p">(</span><span class="n">shape</span><span class="p">,</span> <span class="n">STEPControl_AsIs</span><span class="p">)</span>
311312
<span class="n">step_writer</span><span class="o">.</span><span class="n">Write</span><span class="p">(</span><span class="n">filename</span><span class="p">)</span>
312313

@@ -649,7 +650,7 @@ <h1>Source code for pygem.cad.cad_deformation</h1><div class="highlight"><pre>
649650

650651
&copy; Copyright Copyright 2017-2020, PyGeM contributors
651652
<span class="lastupdated">
652-
Last updated on Jul 08, 2020.
653+
Last updated on Nov 03, 2020.
653654
</span>
654655

655656
</p>

_modules/pygem/cad/custom_deformation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.cad.custom_deformation &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.cad.custom_deformation &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -248,7 +248,7 @@ <h1>Source code for pygem.cad.custom_deformation</h1><div class="highlight"><pre
248248

249249
&copy; Copyright Copyright 2017-2020, PyGeM contributors
250250
<span class="lastupdated">
251-
Last updated on Jul 08, 2020.
251+
Last updated on Nov 03, 2020.
252252
</span>
253253

254254
</p>

_modules/pygem/cad/ffd.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.cad.ffd &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.cad.ffd &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -324,7 +324,7 @@ <h1>Source code for pygem.cad.ffd</h1><div class="highlight"><pre>
324324

325325
&copy; Copyright Copyright 2017-2020, PyGeM contributors
326326
<span class="lastupdated">
327-
Last updated on Jul 08, 2020.
327+
Last updated on Nov 03, 2020.
328328
</span>
329329

330330
</p>

_modules/pygem/cad/idw.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.cad.idw &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.cad.idw &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -324,7 +324,7 @@ <h1>Source code for pygem.cad.idw</h1><div class="highlight"><pre>
324324

325325
&copy; Copyright Copyright 2017-2020, PyGeM contributors
326326
<span class="lastupdated">
327-
Last updated on Jul 08, 2020.
327+
Last updated on Nov 03, 2020.
328328
</span>
329329

330330
</p>

_modules/pygem/cad/rbf.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.cad.rbf &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.cad.rbf &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -345,7 +345,7 @@ <h1>Source code for pygem.cad.rbf</h1><div class="highlight"><pre>
345345

346346
&copy; Copyright Copyright 2017-2020, PyGeM contributors
347347
<span class="lastupdated">
348-
Last updated on Jul 08, 2020.
348+
Last updated on Nov 03, 2020.
349349
</span>
350350

351351
</p>

_modules/pygem/custom_deformation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.custom_deformation &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.custom_deformation &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -222,7 +222,7 @@ <h1>Source code for pygem.custom_deformation</h1><div class="highlight"><pre>
222222

223223
&copy; Copyright Copyright 2017-2020, PyGeM contributors
224224
<span class="lastupdated">
225-
Last updated on Jul 08, 2020.
225+
Last updated on Nov 03, 2020.
226226
</span>
227227

228228
</p>

_modules/pygem/ffd.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>pygem.ffd &mdash; PyGeM 2.0.0 documentation</title>
10+
<title>pygem.ffd &mdash; PyGeM 2.0.2 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.0.0
63+
2.0.2
6464
</div>
6565

6666

@@ -744,7 +744,7 @@ <h1>Source code for pygem.ffd</h1><div class="highlight"><pre>
744744

745745
&copy; Copyright Copyright 2017-2020, PyGeM contributors
746746
<span class="lastupdated">
747-
Last updated on Jul 08, 2020.
747+
Last updated on Nov 03, 2020.
748748
</span>
749749

750750
</p>

0 commit comments

Comments
 (0)