Skip to content

Commit

Permalink
retained and constrained for python
Browse files Browse the repository at this point in the history
  • Loading branch information
BijanSeif committed Nov 2, 2023
1 parent 37eca60 commit 469be1f
Show file tree
Hide file tree
Showing 30 changed files with 701 additions and 12 deletions.
1 change: 1 addition & 0 deletions docs/Python_Version/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
<li class="toctree-l2"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plotdefo.html">PlotDefo Command (Plot Deformation)</a></li>
Expand Down
2 changes: 2 additions & 0 deletions docs/Python_Version/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@
<li class="toctree-l2"><a class="reference internal" href="plotmodel/fibers.html">plot_fibers Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plotdefo.html">PlotDefo Command (Plot Deformation)</a></li>
Expand Down
2 changes: 2 additions & 0 deletions docs/Python_Version/plotanime.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@
<li class="toctree-l2"><a class="reference internal" href="plotmodel/fibers.html">plot_fibers Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plotdefo.html">PlotDefo Command (Plot Deformation)</a></li>
Expand Down
2 changes: 2 additions & 0 deletions docs/Python_Version/plotanimegif.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@
<li class="toctree-l2"><a class="reference internal" href="plotmodel/fibers.html">plot_fibers Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plotdefo.html">PlotDefo Command (Plot Deformation)</a></li>
Expand Down
8 changes: 5 additions & 3 deletions docs/Python_Version/plotdefo.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="PlotModeShape Command (Plot mode shape)" href="plotmodeshape.html" />
<link rel="prev" title="plot_legends Option" href="plotmodel/legends.html" />
<link rel="prev" title="show_constrained and not_show_retained_list and constrained_size Options" href="plotmodel/RetainedConstrained.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -391,6 +391,8 @@
<li class="toctree-l2"><a class="reference internal" href="plotmodel/fibers.html">plot_fibers Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">PlotDefo Command (Plot Deformation)</a></li>
Expand Down Expand Up @@ -470,12 +472,12 @@
<!-- Previous / next buttons -->
<div class="prev-next-area">
<a class="left-prev"
href="plotmodel/legends.html"
href="plotmodel/RetainedConstrained.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">plot_legends Option</p>
<p class="prev-next-title">show_constrained and not_show_retained_list and constrained_size Options</p>
</div>
</a>
<a class="right-next"
Expand Down
2 changes: 2 additions & 0 deletions docs/Python_Version/plotmodel.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
<li class="toctree-l2"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l2"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plotdefo.html">PlotDefo Command (Plot Deformation)</a></li>
Expand Down Expand Up @@ -491,6 +492,7 @@
<li class="toctree-l1"><a class="reference internal" href="plotmodel/integratepoints.html">plot_integration_points Option</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotmodel/legends.html">plot_legends Option</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotmodel/verticalaxis.html">vertical_axis Option</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotmodel/RetainedConstrained.html">show_constrained and not_show_retained_list and constrained_size Options</a></li>
</ul>
</div>
</section>
Expand Down
Loading

0 comments on commit 469be1f

Please sign in to comment.