Skip to content

Commit cd22233

Browse files
Add perimeter offset method
1 parent b93eb04 commit cd22233

36 files changed

+748
-404
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/build/
77

88
# doc generated
9-
docs/build
9+
/docs/build
1010

1111
# Python egg metadata, regenerated from source files by setuptools.
1212
/*.egg-info

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $ pip install sectionproperties
4444
- [x] Custom section geometry input
4545
- [x] Common section geometry generators
4646
- [x] Multiple geometry merging
47+
- [x] Perimeter offset tool
4748
- [x] Geometry cleaning
4849
- [ ] JSON input file
4950
- [ ] .dxf import

README_pypi.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Pre-Processor:
6060
- [x] Custom section geometry input
6161
- [x] Common section geometry generators
6262
- [x] Multiple geometry merging
63+
- [x] Perimeter offset tool
6364
- [x] Geometry cleaning
6465
- [ ] JSON input file
6566
- [ ] .dxf import
7.82 KB
Binary file not shown.
13 KB
Binary file not shown.
16 KB
Binary file not shown.

docs/build/html/.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: 12d3e972ba2c887f01308c0e7d77571f
3+
config: 26e2a9d93c407a9fb83b3657ef327043
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ <h1>All modules for which code is available</h1>
159159
<li><a href="sectionproperties/analysis/solver.html">sectionproperties.analysis.solver</a></li>
160160
<li><a href="sectionproperties/post/post.html">sectionproperties.post.post</a></li>
161161
<li><a href="sectionproperties/pre/nastran_sections.html">sectionproperties.pre.nastran_sections</a></li>
162+
<li><a href="sectionproperties/pre/offset.html">sectionproperties.pre.offset</a></li>
162163
<li><a href="sectionproperties/pre/pre.html">sectionproperties.pre.pre</a></li>
163164
<li><a href="sectionproperties/pre/sections.html">sectionproperties.pre.sections</a></li>
164165
</ul>
@@ -173,7 +174,7 @@ <h1>All modules for which code is available</h1>
173174

174175
<div role="contentinfo">
175176
<p>
176-
&copy; Copyright 2019, Robbie van Leeuwen
177+
&copy; Copyright 2020, Robbie van Leeuwen
177178

178179
</p>
179180
</div>

docs/build/html/_modules/sectionproperties/analysis/cross_section.html

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

docs/build/html/_modules/sectionproperties/analysis/fea.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ <h1>Source code for sectionproperties.analysis.fea</h1><div class="highlight"><p
873873

874874
<div role="contentinfo">
875875
<p>
876-
&copy; Copyright 2019, Robbie van Leeuwen
876+
&copy; Copyright 2020, Robbie van Leeuwen
877877

878878
</p>
879879
</div>

0 commit comments

Comments
 (0)