Skip to content

Commit

Permalink
updated version and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chbergmann committed Nov 9, 2024
1 parent ba13b70 commit bf49ebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions LIESMICH.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Zuerst das Basisobjekt auswählen, danach die Hüllkurven. Dann ein Curved Array
- Distribution: Algorithmus zur Berechnung der Distanz zwischen den Elementen. Default ist 'linear'. Weitere Möglichkeiten: parabolic (x²), x³, sinusoidal, asinusoidal, elliptic
- DistributionReverse: Kehrt die Richtung des Distrubution Algorithmus um
- LoftMaxDegree: Gradzahl für die Erstellung von Oberflächen und Festkörpern.
- MaxLoftSize: Maximale Anzahl von Elementen für die Erstellung von Oberfächen und Festkörpern
- KeepBase: Basisobjekt als erstes oder letztes Array Element benutzen

Distribution Linear
![Linear](Examples/CurvedArrayLinear.jpg)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The first curve that you select for CurvedArray creation will be the item that i
- DistributionReverse: Reverses the direction of the Distribution algorithm
- LoftMaxDegree: degree for surface or solid creation. Play with this parameter if your surface or solid looks distorted
- MaxLoftSize: Maximum size of a loft segment. The surface is created by creating a loft over many array items, however OpenCascade gets very slow and produces artefacts towards the end of the loft when the array gets too large. Therefore the array gets split up intp sub-arrays of up to MaxLoftSize items. Play with this value if a split between segements ends up in a inconvenient spot. Sensible values are between 10 and 50.
- KeepBase: use the Base object as one of the endpoints of the array

Distribution Linear
![Linear](Examples/CurvedArrayLinear.jpg)
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Curved Shapes</name>
<description>Create 3D shapes from 2D curves.</description>
<version>1.00.12</version>
<date>2024-10-14</date>
<version>1.00.13</version>
<date>2024-11-09</date>
<maintainer email="[email protected]">Christi</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="master">https://github.com/chbergmann/CurvedShapesWorkbench</url>
Expand Down

0 comments on commit bf49ebf

Please sign in to comment.