Skip to content

Commit a16ad10

Browse files
authored
Merge pull request #84 from arup-group/bugfix/perimeter-profile
Bugfix/perimeter profile
2 parents 81269b7 + 2fc7e63 commit a16ad10

7 files changed

+6
-6
lines changed

GH_UnitNumber/GH_UnitNumber.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageIcon>UnitNumberLogo64.png</PackageIcon>
13-
<Version>0.6.10-beta</Version>
13+
<Version>0.6.11-beta</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<BaseOutputPath>bin\</BaseOutputPath>
1616
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>

IntegrationTests/CreateOasysProfileTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static GH_Document Document() {
2929
[InlineData("I Beam Asysmmetrical", "STD GI(cm) 500 100 10 20 30 30")]
3030
[InlineData("I Beam Cellular", "STD CB(cm) 500 100 10 20 300 3000")]
3131
[InlineData("I Beam Symmetrical", "STD I(cm) 500 100 10 20")]
32-
[InlineData("Perimeter", "GEO P(m) M(1.66 cm|1.66 cm) L(2.35 cm|2.35 cm) L(1.94 cm|1.94 cm) L(-1.45 cm|-1.45 cm) L(-3.24 cm|-3.24 cm) L(-3.12 cm|-3.12 cm) L(-0.011 cm|-0.011 cm) L(3.01 cm|3.01 cm) L(2.59 cm|2.59 cm) L(4.12 cm|4.12 cm) L(4.12 cm|4.12 cm) L(-0.29 cm|-0.29 cm) L(-0.1 cm|-0.1 cm) L(1.71 cm|1.71 cm) L(2.16 cm|2.16 cm) L(0.046 cm|0.046 cm) L(-2.25 cm|-2.25 cm) L(-2.47 cm|-2.47 cm) L(-0.87 cm|-0.87 cm) L(0.99 cm|0.99 cm)")]
32+
[InlineData("Perimeter", "GEO P(m) M(0.0165719507531976|0.026978684623114) L(0.0234750912054643|0.0314657259170873) L(0.0194482592749754|0.0407849655276474) L(-0.0144921812820025|0.0422806459589718) L(-0.0324403464578959|0.0236421667378517) L(-0.0311747707083137|-0.0227239266332063) L(-0.000110638673113561|-0.0417075628769397) L(0.0301481269759888|-0.0279012819724063) L(0.0258911903637577|-0.00374029038947287) L(0.0411931516996155|-0.00351018570773064) L(0.0411931516996155|0.0037381117671494) L(-0.00287189485402024|0.00304779772192272) L(-0.00103105740008245|-0.00466070911644176) L(0.0171472124575532|-0.00351018570773064) L(0.0216342537515266|-0.0249099211097574) L(0.000464623031242004|-0.0345743177429308) L(-0.0225458451429803|-0.0188121470435885) L(-0.0247318396195315|0.0214561722613006) L(-0.00873956423844693|0.0345721391206073) L(0.00989891498267316|0.0337667727345096)")]
3333
[InlineData("Rectangle Hollow", "STD RHS(cm) 500 100 10 20")]
3434
[InlineData("Rectangle", "STD R(cm) 500 100")]
3535
[InlineData("Recto Ellipse", "STD RE(cm) 500 100 10 20")]

OasysGH/OasysGH.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<PackageProjectUrl>https://github.com/arup-group/OasysGH</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
12-
<Version>0.6.10-beta</Version>
12+
<Version>0.6.11-beta</Version>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<Description>OasysGH is a library with shared content for Oasys Grasshopper plugins.</Description>
16-
<PackageReleaseNotes>This is a release of OasysGH 0.6.10-beta.</PackageReleaseNotes>
16+
<PackageReleaseNotes>This is a release of OasysGH 0.6.11-beta.</PackageReleaseNotes>
1717
<PackageTags>oasys;grasshopper</PackageTags>
1818
</PropertyGroup>
1919
<ItemGroup>

OasysGH/OasysPluginInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class OasysGHVersion {
66

77
// this is the one place to set the version in VS:
88
// also update the version manually in OasysGH.csproj
9-
public const string Version = "0.6.10";
9+
public const string Version = "0.6.11";
1010
}
1111

1212
public class OasysPluginInfo {

OasysGHTestComponents/OasysGHTestComponents.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/arup-group/OasysGH</RepositoryUrl>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageIcon>UnitNumberLogo64.png</PackageIcon>
13-
<Version>0.6.10-beta</Version>
13+
<Version>0.6.11-beta</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<BaseOutputPath>bin\</BaseOutputPath>
1616
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>

lib/Oasys.Taxonomy.IProfiles.dll

-512 Bytes
Binary file not shown.

lib/Oasys.Taxonomy.Profiles.dll

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)