Skip to content

Commit

Permalink
Merge branch 'master' into grid-null-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbradleym authored Jan 11, 2024
2 parents 262b6c3 + 0d400e9 commit 6ab109b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hypar.Elements" Version="2.0.0" />
<PackageReference Include="Hypar.Functions" Version="1.8.0" />
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.21" />
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.18" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ namespace FacadeGridByLevels

[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.1.21.0 (Newtonsoft.Json v13.0.0.0)")]

public class FacadeGridByLevelsInputs : S3Args
public class FacadeGridByLevelsInputs : ArgsBase

{
[Newtonsoft.Json.JsonConstructor]

public FacadeGridByLevelsInputs(double @offsetFromFacade, FacadeGridByLevelsInputsRemainderPosition @remainderPosition, double @targetFacadePanelWidth, FacadeGridByLevelsInputsMode @mode, FacadeGridByLevelsInputsDisplayMode @displayMode, FixedWidthSettings @fixedWidthSettings, PatternSettings @patternSettings, string bucketName, string uploadsBucket, Dictionary<string, string> modelInputKeys, string gltfKey, string elementsKey, string ifcKey):
base(bucketName, uploadsBucket, modelInputKeys, gltfKey, elementsKey, ifcKey)
public FacadeGridByLevelsInputs(double @offsetFromFacade, FacadeGridByLevelsInputsRemainderPosition @remainderPosition, double @targetFacadePanelWidth, FacadeGridByLevelsInputsMode @mode, FacadeGridByLevelsInputsDisplayMode @displayMode, FixedWidthSettings @fixedWidthSettings, PatternSettings @patternSettings, Dictionary<string, string> modelInputKeys, string gltfKey, string elementsKey, string ifcKey):
base(modelInputKeys, gltfKey, elementsKey, ifcKey)
{
var validator = Validator.Instance.GetFirstValidatorForType<FacadeGridByLevelsInputs>();
if(validator != null)
Expand Down

0 comments on commit 6ab109b

Please sign in to comment.