Class MillingCutter
public class MillingCutter : ICutter, IGetSweptable, IGetFletchBuckle, IMakeXmlSource, IAbstractNote, IAnchoredCollidableStem, IAnchoredCollidableNode, IAnchoredCollidableBased, IDisposable, IGetFluteHeight, ICutterHeatHost, IGetThermalLayerList, IUpdateByContent, IClearCache, ITopoDisplayee, IGetAsmb, IGetTopoIndex, IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d, IGetAnchoredDisplayeeList, IDuplicate, IGetInitStickConvex, IVolumeRemover, ILinearAndRoundStlResolutionHost, IGetZrList
- Inheritance
-
MillingCutter
- Implements
- Inherited Members
- Extension Methods
Constructors
MillingCutter()
public MillingCutter()
MillingCutter(XElement, string, string, params object[])
Ctor.
public MillingCutter(XElement src, string baseDirectory, string relFile, params object[] res)
Parameters
Properties
AbstractNote
Gets a descriptive note or abstract about the object.
public string AbstractNote { get; }
Property Value
AngleResolution_deg
AngleResolution_deg. Call ClearCache() after setting the property.
public double AngleResolution_deg { get; set; }
Property Value
AngleResolution_rad
AngleResolution_rad. Call ClearCache() after setting the property.
public double AngleResolution_rad { get; set; }
Property Value
BodyMaterial
public CutterMaterial BodyMaterial { get; set; }
Property Value
BodyMaterialFile
public string BodyMaterialFile { get; set; }
Property Value
CoatingLayerList
public List<ThermalLayer1D> CoatingLayerList { get; set; }
Property Value
CollidableName
public string CollidableName { get; }
Property Value
CutterBodyCoolingArea_mm2
public double CutterBodyCoolingArea_mm2 { get; }
Property Value
CutterMassAssignmentMode
public MillingCutter.MassAssignmentMode CutterMassAssignmentMode { get; set; }
Property Value
CutterMass_g
public double CutterMass_g { get; set; }
Property Value
CutterTip
public Anchor CutterTip { get; }
Property Value
DefaultAngleResolution_rad
public static double DefaultAngleResolution_rad { get; set; }
Property Value
DefaultLinearResolution_mm
public static double DefaultLinearResolution_mm { get; set; }
Property Value
DefaultStlLongitudeNum
public static int DefaultStlLongitudeNum { get; set; }
Property Value
EffectiveCuttingDiameter_mm
Cutting Diameter for calculate cutting speed.
public double EffectiveCuttingDiameter_mm { get; }
Property Value
ExposedHeight_mm
Has to be simultanous with ExposedCutterHeight_mm.
public double ExposedHeight_mm { get; set; }
Property Value
FluteContourTray
public IContourTray FluteContourTray { get; set; }
Property Value
FluteHeight_mm
Height of flute.
public double FluteHeight_mm { get; }
Property Value
FullHeight_mm
public double FullHeight_mm { get; }
Property Value
HoneRadius_mm
public double HoneRadius_mm { get; set; }
Property Value
HoneRadius_um
Cutting edge radius. Hone radius.
public double HoneRadius_um { get; set; }
Property Value
InnerBeamProfile
Gets or sets the inner beam profile.
public IShaperProfile InnerBeamProfile { get; set; }
Property Value
Remarks
InnerBeamProfile may be dependent on ShaperProfile. InnerBeamProfile.ClearCache() and initialization must be performed after ShaperProfile.ClearCache() and initialization.
IsSpinningCutter
Is cutter spining when machining.
public bool IsSpinningCutter { get; }
Property Value
- bool
Is cutter spining when machining.
LinearResolution_mm
LinearResolution_mm. Call ClearCache() after setting the property.
public double LinearResolution_mm { get; set; }
Property Value
MainIntegralMode
public MillingCutter.IntegralMode MainIntegralMode { get; set; }
Property Value
MillingCutterOptLimit
public MillingCutterOptLimit MillingCutterOptLimit { get; set; }
Property Value
ReliefAngle_deg
public double ReliefAngle_deg { get; set; }
Property Value
ReliefAngle_rad
For computing flank wear width (i.e. VB)
public double ReliefAngle_rad { get; set; }
Property Value
ShaperProfile
public IShaperProfile ShaperProfile { get; set; }
Property Value
ShaperTopoBrick
cutable part of cutter. the part cut the workpiece if overlapped.
public ITopoBrick ShaperTopoBrick { get; }
Property Value
StlLongitudeNum
Stl Longitude Num. Dependent property form LinearResolution_mm and AngleResolution_rad.
public int StlLongitudeNum { get; }
Property Value
SurfaceMaterial
public CutterMaterial SurfaceMaterial { get; }
Property Value
UpperBeamGeom
public IGetStl UpperBeamGeom { get; set; }
Property Value
UpperBeamTopoBrick
uncutable part of cutter. the part triggers collision to workpiece if overlapped.
public ITopoBrick UpperBeamTopoBrick { get; }
Property Value
XName
Name for XML IO.
public static string XName { get; }
Property Value
Methods
ClearCache()
Clear cache.
public void ClearCache()
ClearThermalLayerListCache()
public void ClearThermalLayerListCache()
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bind
BindBind with DispEngine. See Bind.
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
Duplicate(params object[])
deep clone without XmlSourceFile.
public object Duplicate(params object[] res)
Parameters
res
object[]
Returns
ExpandToBox3d(Box3d)
Expand the destinate box. This function is ususally used to compute the bounding box of elements.
public void ExpandToBox3d(Box3d dst)
Parameters
dst
Box3ddestinate box
GetAnchoredCollidableNode()
public IAnchoredCollidableNode GetAnchoredCollidableNode()
Returns
GetAnchoredCollidables()
public List<IAnchoredCollidableNode> GetAnchoredCollidables()
Returns
GetAnchoredDisplayeeList()
Gets a list of anchored displayable objects.
public List<IAnchoredDisplayee> GetAnchoredDisplayeeList()
Returns
- List<IAnchoredDisplayee>
A list of IAnchoredDisplayee objects
GetAsmb()
Gets the key asmb.
public Asmb GetAsmb()
Returns
- Asmb
The key asmb.
GetCutterBodyThermalZrList()
Thermal-Equivalent Cutter Body ZrList. For SolidEnd cutter. For thermal FEM: 4 FEM nodes, 3 FEM element: HiMech.Milling.Cutters.MillingCutter.cutterBodyInnerBeamThermalElementCount FEM element is from the inner beam; 1 FEM element is from the upper beam. The Count of the list is 4. If HiMech.Milling.Cutters.MillingCutter.IntegralMode.IntegralMode(), return null.
public List<PairZr> GetCutterBodyThermalZrList()
Returns
GetCutterFluteDisplayee()
public IAnchoredDisplayee GetCutterFluteDisplayee()
Returns
GetDeflectionPara_umdN(out double, out double)
(L^3)/(3EI). Where deflection = F(L^3)/(3EI). for cantiliver beam.
public void GetDeflectionPara_umdN(out double bendingPara_umdN, out double zDeflectionPara_umdN)
Parameters
Exceptions
GetFletchBuckle()
Get fletch buckle anchor. the anchor that generally connect to fixed part such as ground and triggering(motor)-side.
public Anchor GetFletchBuckle()
Returns
- Anchor
buckle anchor
GetGuessMass_g()
Get guess mass by volume and density. The volume is count from InnerBeamProfile and UpperBeamGeom.
public double GetGuessMass_g()
Returns
GetInitStickConvex()
Get InitStickConvex.
public InitStickConvex GetInitStickConvex()
Returns
GetMinimumUncutChipThickness_mm(ICuttingPara)
public double GetMinimumUncutChipThickness_mm(ICuttingPara millingPara)
Parameters
millingPara
ICuttingPara
Returns
GetMinimumUncutChipThickness_um(ICuttingPara)
public double GetMinimumUncutChipThickness_um(ICuttingPara millingPara)
Parameters
millingPara
ICuttingPara
Returns
GetNobleAnchoredDisplayee()
public AnchoredDisplayee GetNobleAnchoredDisplayee()
Returns
GetRootAnchor()
Get root anchor.
public Anchor GetRootAnchor()
Returns
- Anchor
root anchor.
GetSweptable(double)
Get Sweptable.
public Sweptable GetSweptable(double fractionTolerance)
Parameters
fractionTolerance
double
Returns
- Sweptable
Sweptable
GetThermalLayerList()
Flute material layer From outer(i.e. surface) to inner.
public List<ThermalLayer1D> GetThermalLayerList()
Returns
GetZrList()
public List<PairZr> GetZrList()
Returns
MakeXmlSource(string, string)
Creates an XML representation of the object. This method may also generate additional resources such as related files.
public XElement MakeXmlSource(string baseDirectory, string relFile)
Parameters
Returns
- XElement
An XML element representing the object's state
UpdateByContent()
Update by content.
public void UpdateByContent()