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