mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-26 12:28:31 +00:00
Shifted Text3D to Solids folder/namespace
This commit is contained in:
parent
03ea1c3cb6
commit
55bb5ba558
@ -51,7 +51,7 @@
|
|||||||
<Compile Include="Solids\Cube.cs" />
|
<Compile Include="Solids\Cube.cs" />
|
||||||
<Compile Include="Solids\Cylinder.cs" />
|
<Compile Include="Solids\Cylinder.cs" />
|
||||||
<Compile Include="Solids\Sphere.cs" />
|
<Compile Include="Solids\Sphere.cs" />
|
||||||
<Compile Include="Text3D.cs" />
|
<Compile Include="Solids\Text3D.cs" />
|
||||||
<Compile Include="Transforms\ColoredObject.cs" />
|
<Compile Include="Transforms\ColoredObject.cs" />
|
||||||
<Compile Include="Transforms\MirroredObject.cs" />
|
<Compile Include="Transforms\MirroredObject.cs" />
|
||||||
<Compile Include="Transforms\ResizedObject.cs" />
|
<Compile Include="Transforms\ResizedObject.cs" />
|
||||||
|
|||||||
@ -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.Solids
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create text using fonts installed on the local system or provided as separate font file.
|
/// Create text using fonts installed on the local system or provided as separate font file.
|
||||||
Loading…
x
Reference in New Issue
Block a user