Shifted Text3D to Solids folder/namespace

This commit is contained in:
Mike Smith 2016-02-10 23:17:21 -08:00
parent 03ea1c3cb6
commit 55bb5ba558
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<Compile Include="Solids\Cube.cs" />
<Compile Include="Solids\Cylinder.cs" />
<Compile Include="Solids\Sphere.cs" />
<Compile Include="Text3D.cs" />
<Compile Include="Solids\Text3D.cs" />
<Compile Include="Transforms\ColoredObject.cs" />
<Compile Include="Transforms\MirroredObject.cs" />
<Compile Include="Transforms\ResizedObject.cs" />

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OSCADSharp
namespace OSCADSharp.Solids
{
/// <summary>
/// Create text using fonts installed on the local system or provided as separate font file.