Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ed5372805 | ||
|
|
73bcf2802b |
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
</Description>
|
</Description>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<VersionBuild>0</VersionBuild>
|
<VersionBuild>0</VersionBuild>
|
||||||
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
<VersionPrefix>3.2.$(VersionBuild)</VersionPrefix>
|
||||||
<Product>$(AssemblyName)</Product>
|
<Product>$(AssemblyName)</Product>
|
||||||
<ApplicationIcon>techcoordinate.ico</ApplicationIcon>
|
<ApplicationIcon>techcoordinate.ico</ApplicationIcon>
|
||||||
<Copyright>Copyright 2025 Tech Coordinate Co., Ltd.</Copyright>
|
<Copyright>Copyright 2025 Tech Coordinate Co., Ltd.</Copyright>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<ProjectReference Include="..\HiNc\HiNc.csproj" />
|
<ProjectReference Include="..\HiNc\HiNc.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
||||||
<PackageReference Include="HiNc" Version="3.1.*" />
|
<PackageReference Include="HiNc" Version="3.2.*" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
@@ -64,11 +64,11 @@ public static class DemoBuildMachiningProject
|
|||||||
InnerBeamProfile = new FluteDependentRatioProfile(),
|
InnerBeamProfile = new FluteDependentRatioProfile(),
|
||||||
MillingCutterOptLimit = new MillingCutterOptOption(),
|
MillingCutterOptLimit = new MillingCutterOptOption(),
|
||||||
};
|
};
|
||||||
//build FluteContourTray property
|
//build Fluting property
|
||||||
double helixAngle_deg = 50;
|
double helixAngle_deg = 50;
|
||||||
double radialRakeAngle_deg = 15;
|
double radialRakeAngle_deg = 15;
|
||||||
double bottomOuterRadius_mm = diameter_mm / 2 - roundRadius_mm;
|
double bottomOuterRadius_mm = diameter_mm / 2 - roundRadius_mm;
|
||||||
millingCutter.FluteContourTray = new UniformContourTray()
|
millingCutter.Fluting = new UniformFluting()
|
||||||
{
|
{
|
||||||
TrackNum = 3,
|
TrackNum = 3,
|
||||||
BaselineOneContour = new FluteContour()
|
BaselineOneContour = new FluteContour()
|
||||||
@@ -111,10 +111,10 @@ public static class DemoBuildMachiningProject
|
|||||||
MillingCutterOptLimit = new MillingCutterOptOption()
|
MillingCutterOptLimit = new MillingCutterOptOption()
|
||||||
};
|
};
|
||||||
|
|
||||||
//build FluteContourTray property
|
//build Fluting property
|
||||||
double helixAngle_deg = 50;
|
double helixAngle_deg = 50;
|
||||||
double radialRakeAngle_deg = 15;
|
double radialRakeAngle_deg = 15;
|
||||||
millingCutter.FluteContourTray = new UniformContourTray()
|
millingCutter.Fluting = new UniformFluting()
|
||||||
{
|
{
|
||||||
TrackNum = 3,
|
TrackNum = 3,
|
||||||
BaselineOneContour = new FluteContour()
|
BaselineOneContour = new FluteContour()
|
||||||
|
|||||||
Reference in New Issue
Block a user