mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-27 12:58:27 +00:00
Shifted ImportedImage and ImportedModel to OSCADSharp\Solids\Imported
This commit is contained in:
parent
13059f3c2e
commit
825791e0fa
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
using OSCADSharp.DataBinding;
|
using OSCADSharp.DataBinding;
|
||||||
using OSCADSharp.Solids;
|
using OSCADSharp.Solids;
|
||||||
|
using OSCADSharp.Solids.Imported;
|
||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
using OSCADSharp.Utility;
|
using OSCADSharp.Utility;
|
||||||
|
|
||||||
|
|||||||
@ -48,8 +48,8 @@
|
|||||||
<Compile Include="OSCADObject.BaseTransform.cs" />
|
<Compile Include="OSCADObject.BaseTransform.cs" />
|
||||||
<Compile Include="OSCADObject.BasicTransforms.cs" />
|
<Compile Include="OSCADObject.BasicTransforms.cs" />
|
||||||
<Compile Include="OSCADObject.Booleans.cs" />
|
<Compile Include="OSCADObject.Booleans.cs" />
|
||||||
<Compile Include="Solids\ImportedImage.cs" />
|
<Compile Include="Solids\Imported\ImportedImage.cs" />
|
||||||
<Compile Include="Solids\ImportedModel.cs" />
|
<Compile Include="Solids\Imported\ImportedModel.cs" />
|
||||||
<Compile Include="Utility\Dependencies.cs" />
|
<Compile Include="Utility\Dependencies.cs" />
|
||||||
<Compile Include="IO\DefaultFileInvoker.cs" />
|
<Compile Include="IO\DefaultFileInvoker.cs" />
|
||||||
<Compile Include="IO\DefaultFileWriter.cs" />
|
<Compile Include="IO\DefaultFileWriter.cs" />
|
||||||
|
|||||||
@ -7,7 +7,7 @@ using OSCADSharp.DataBinding;
|
|||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
||||||
namespace OSCADSharp.Solids
|
namespace OSCADSharp.Solids.Imported
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An image file imported and processed into a 3D object
|
/// An image file imported and processed into a 3D object
|
||||||
@ -7,7 +7,7 @@ using OSCADSharp.DataBinding;
|
|||||||
using OSCADSharp.Spatial;
|
using OSCADSharp.Spatial;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace OSCADSharp.Solids
|
namespace OSCADSharp.Solids.Imported
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An imported 3D model, supported types are limited.
|
/// An imported 3D model, supported types are limited.
|
||||||
Loading…
x
Reference in New Issue
Block a user