SolidX class added
.NET Build and Publish / build (push) Has been cancelled

This commit is contained in:
Dogukan Karatas
2025-11-26 12:09:24 +01:00
parent e01360ad03
commit 3bb5d1e73a
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
using Speckle.Sdk.Models;
namespace Speckle.Objects.Geometry;
[SpeckleType("Objects.Geometry.SolidX")]
public class SolidX : RawEncodedObject;
+1
View File
@@ -20,4 +20,5 @@ public class RawEncoding : Base // note: at this stage, since we're using this f
public static class RawEncodingFormats
{
public const string RHINO_3DM = "3dm";
public const string ACAD_DWG = "dwg";
}