build Opt max feedrate limit by relief angle.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Sample.Machining
|
|||||||
}),
|
}),
|
||||||
UpperBeamGeom = new ExtendedCylinder(90),
|
UpperBeamGeom = new ExtendedCylinder(90),
|
||||||
InnerBeamProfile = new FluteDependentRatioProfile(),
|
InnerBeamProfile = new FluteDependentRatioProfile(),
|
||||||
MillingCutterOptLimit = new MillingCutterOptLimit(),
|
MillingCutterOptLimit = new MillingCutterOptOption(),
|
||||||
};
|
};
|
||||||
//build FluteContourTray property
|
//build FluteContourTray property
|
||||||
double helixAngle_deg = 50;
|
double helixAngle_deg = 50;
|
||||||
@@ -107,7 +107,7 @@ namespace Sample.Machining
|
|||||||
UpperBeamGeom = new Cylindroid(
|
UpperBeamGeom = new Cylindroid(
|
||||||
[new PairZr(40, 6), new PairZr(90, 6)]),
|
[new PairZr(40, 6), new PairZr(90, 6)]),
|
||||||
InnerBeamProfile = new FluteDependentRatioProfile(),
|
InnerBeamProfile = new FluteDependentRatioProfile(),
|
||||||
MillingCutterOptLimit = new MillingCutterOptLimit()
|
MillingCutterOptLimit = new MillingCutterOptOption()
|
||||||
};
|
};
|
||||||
|
|
||||||
//build FluteContourTray property
|
//build FluteContourTray property
|
||||||
|
|||||||
Reference in New Issue
Block a user