feat(DemoStandardPath): migrate the demo to the MachiningProject schema and add the circle-test path

Main.hincproj moves off the legacy <MillingCourse> root onto <MachiningProject>,
so its six 範例 script entries are now EnablingWrapper-based and it carries an
explicit MillingTool (helix 50 deg, 28 mm exposed). The materials follow the same
rename: HeatTransferCoefficient_WdmK -> HeatConductivity_WdmK, and Al6061T6.mp
becomes RakeFaceCuttingPara3d with an AnchorRakeAngle_deg field.

Because of that root-element change the ApiVersion string reads lower (3.1.200.0)
than the legacy copy it replaces (3.1.236.0) -- the two counters are not
comparable across the rename.

Adds NC/circle-test.ptp with its posted Output/circle.ptp.nc, plus test.hincproj;
ignores the *.step.csv exports and filtered-msg.txt.
This commit is contained in:
2026-08-26 19:12:40 +08:00
parent 2d09e81740
commit 4428b9a2d5
8 changed files with 3512 additions and 140 deletions
+2 -1
View File
@@ -3,11 +3,12 @@
<Name>Al6061T6</Name>
<Note>Al6061T6</Note>
<ElasticModulus_GPa>68.9</ElasticModulus_GPa>
<PoissonRatio>NaN</PoissonRatio>
<CompressiveYieldStrength_MPa>386</CompressiveYieldStrength_MPa>
<TensileYieldStrength_MPa>276</TensileYieldStrength_MPa>
<ElogationRaioAtBreak>0.14</ElogationRaioAtBreak>
<HeatCapacity_JdgK>0.896</HeatCapacity_JdgK>
<HeatTransferCoefficient_WdmK>167</HeatTransferCoefficient_WdmK>
<HeatConductivity_WdmK>167</HeatConductivity_WdmK>
<Density_gdcm3>2.7</Density_gdcm3>
<FusionLatentHeat_Jdg>399.903059643855</FusionLatentHeat_Jdg>
<MeltingTemperature_C>620</MeltingTemperature_C>