You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><ulclass="first last simple">
416
-
<li><strong>pc_region</strong> (<em>list</em><em>[</em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>]</em>) – Region of cross-section in which to search for the
417
-
plastic centroids. The value represents the fraction of the depth
418
-
to search within perpendicular to the axis being considered
<codeclass="descname">calculate_plastic_properties</code><spanclass="sig-paren">(</span><em>pc_region=[0.95, 0.95, 0.95, 0.95], time_info=False, verbose=False, debug=False</em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sectionproperties/analysis/cross_section.html#CrossSection.calculate_plastic_properties"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sectionproperties.analysis.cross_section.CrossSection.calculate_plastic_properties" title="Permalink to this definition">¶</a></dt>
1731
+
<codeclass="descname">calculate_plastic_properties</code><spanclass="sig-paren">(</span><em>time_info=False</em>, <em>verbose=False</em>, <em>debug=False</em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sectionproperties/analysis/cross_section.html#CrossSection.calculate_plastic_properties"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sectionproperties.analysis.cross_section.CrossSection.calculate_plastic_properties" title="Permalink to this definition">¶</a></dt>
1732
1732
<dd><p>Calculates the plastic properties of the cross-section and stores
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><ulclass="first last simple">
1741
-
<li><strong>pc_region</strong> (<em>list</em><em>[</em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>]</em>) – Region of cross-section in which to search for the
1742
-
plastic centroids. The value represents the fraction of the depth
1743
-
to search within perpendicular to the axis being considered
<codeclass="descname">calculate_plastic_properties</code><spanclass="sig-paren">(</span><em>cross_section</em>, <em>pc_region</em>, <em>verbose</em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sectionproperties/analysis/cross_section.html#PlasticSection.calculate_plastic_properties"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sectionproperties.analysis.cross_section.PlasticSection.calculate_plastic_properties" title="Permalink to this definition">¶</a></dt>
2721
+
<codeclass="descname">calculate_plastic_properties</code><spanclass="sig-paren">(</span><em>cross_section</em>, <em>verbose</em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sectionproperties/analysis/cross_section.html#PlasticSection.calculate_plastic_properties"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sectionproperties.analysis.cross_section.PlasticSection.calculate_plastic_properties" title="Permalink to this definition">¶</a></dt>
2728
2722
<dd><p>Calculates the location of the plastic centroid with respect to the
2729
2723
centroidal and principal bending axes, the plastic section moduli and
2730
2724
shape factors and stores the results to the supplied
@@ -2736,8 +2730,6 @@ <h4>PlasticSection Class<a class="headerlink" href="#plasticsection-class" title
2736
2730
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><ulclass="first last simple">
2737
2731
<li><strong>cross_section</strong> (<aclass="reference internal" href="#sectionproperties.analysis.cross_section.CrossSection" title="sectionproperties.analysis.cross_section.CrossSection"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">CrossSection</span></code></a>) – Cross section object that uses the same geometry
2738
2732
and materials specified in the class constructor</li>
2739
-
<li><strong>pc_region</strong> (<em>list</em><em>[</em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>]</em>) – Region of cross-section in which to search for the
2740
-
plastic centroids.</li>
2741
2733
<li><strong>verbose</strong> (<em>bool</em>) – If set to True, the number of iterations required
2742
2734
for each plastic axis is printed to the terminal.</li>
2743
2735
</ul>
@@ -2843,10 +2835,10 @@ <h4>PlasticSection Class<a class="headerlink" href="#plasticsection-class" title
@@ -2858,8 +2850,6 @@ <h4>PlasticSection Class<a class="headerlink" href="#plasticsection-class" title
2858
2850
centroid to the extreme fibres perpendicular to the axis</li>
2859
2851
<li><strong>axis</strong> (<em>int</em>) – The current axis direction: 1 (e.g. x or 11) or
2860
2852
2 (e.g. y or 22)</li>
2861
-
<li><strong>pc_region</strong> (<em>list</em><em>[</em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>, </em><em>float</em><em>]</em>) – Region of cross-section in which to search for the
2862
-
plastic centroids.</li>
2863
2853
<li><strong>verbose</strong> (<em>bool</em>) – If set to True, the number of iterations required
2864
2854
for each plastic axis is printed to the terminal.</li>
0 commit comments