mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-23 03:08:28 +00:00
Shifted SingleBlockFormatter to Utility
This commit is contained in:
parent
78990782b9
commit
68c75bca9e
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
<Compile Include="Spatial\Bounds.cs" />
|
<Compile Include="Spatial\Bounds.cs" />
|
||||||
<Compile Include="Spatial\Matrix.cs" />
|
<Compile Include="Spatial\Matrix.cs" />
|
||||||
<Compile Include="HulledObject.cs" />
|
<Compile Include="HulledObject.cs" />
|
||||||
<Compile Include="SingleBlockFormatter.cs" />
|
<Compile Include="Utility\SingleBlockFormatter.cs" />
|
||||||
<Compile Include="MultiStatementObject.cs" />
|
<Compile Include="MultiStatementObject.cs" />
|
||||||
<Compile Include="Difference.cs" />
|
<Compile Include="Difference.cs" />
|
||||||
<Compile Include="Intersection.cs" />
|
<Compile Include="Intersection.cs" />
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
|
using OSCADSharp.Utility;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace OSCADSharp
|
namespace OSCADSharp.Utility
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A class that creates blocks of curly-braced script with the
|
/// A class that creates blocks of curly-braced script with the
|
||||||
Loading…
x
Reference in New Issue
Block a user