Table of Contents

Class MillingCutter

Namespace
HiMech.Milling.Cutters
Assembly
HiMech.dll
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

src XElement

XML

baseDirectory string
relFile string
res object[]

Properties

AbstractNote

Gets a descriptive note or abstract about the object.

public string AbstractNote { get; }

Property Value

string

AngleResolution_deg

AngleResolution_deg. Call ClearCache() after setting the property.

public double AngleResolution_deg { get; set; }

Property Value

double

AngleResolution_rad

AngleResolution_rad. Call ClearCache() after setting the property.

public double AngleResolution_rad { get; set; }

Property Value

double

BodyMaterial

public CutterMaterial BodyMaterial { get; set; }

Property Value

CutterMaterial

BodyMaterialFile

public string BodyMaterialFile { get; set; }

Property Value

string

CoatingLayerList

public List<ThermalLayer1D> CoatingLayerList { get; set; }

Property Value

List<ThermalLayer1D>

CollidableName

public string CollidableName { get; }

Property Value

string

CutterBodyCoolingArea_mm2

public double CutterBodyCoolingArea_mm2 { get; }

Property Value

double

CutterMassAssignmentMode

public MillingCutter.MassAssignmentMode CutterMassAssignmentMode { get; set; }

Property Value

MillingCutter.MassAssignmentMode

CutterMass_g

public double CutterMass_g { get; set; }

Property Value

double

CutterTip

public Anchor CutterTip { get; }

Property Value

Anchor

DefaultAngleResolution_rad

public static double DefaultAngleResolution_rad { get; set; }

Property Value

double

DefaultLinearResolution_mm

public static double DefaultLinearResolution_mm { get; set; }

Property Value

double

DefaultStlLongitudeNum

public static int DefaultStlLongitudeNum { get; set; }

Property Value

int

EffectiveCuttingDiameter_mm

Cutting Diameter for calculate cutting speed.

public double EffectiveCuttingDiameter_mm { get; }

Property Value

double

ExposedHeight_mm

Has to be simultanous with ExposedCutterHeight_mm.

public double ExposedHeight_mm { get; set; }

Property Value

double

FluteContourTray

public IContourTray FluteContourTray { get; set; }

Property Value

IContourTray

FluteHeight_mm

Height of flute.

public double FluteHeight_mm { get; }

Property Value

double

FullHeight_mm

public double FullHeight_mm { get; }

Property Value

double

HoneRadius_mm

public double HoneRadius_mm { get; set; }

Property Value

double

HoneRadius_um

Cutting edge radius. Hone radius.

public double HoneRadius_um { get; set; }

Property Value

double

InnerBeamProfile

Gets or sets the inner beam profile.

public IShaperProfile InnerBeamProfile { get; set; }

Property Value

IShaperProfile

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

double

MainIntegralMode

public MillingCutter.IntegralMode MainIntegralMode { get; set; }

Property Value

MillingCutter.IntegralMode

MillingCutterOptLimit

public MillingCutterOptLimit MillingCutterOptLimit { get; set; }

Property Value

MillingCutterOptLimit

ReliefAngle_deg

public double ReliefAngle_deg { get; set; }

Property Value

double

ReliefAngle_rad

For computing flank wear width (i.e. VB)

public double ReliefAngle_rad { get; set; }

Property Value

double

ShaperProfile

public IShaperProfile ShaperProfile { get; set; }

Property Value

IShaperProfile

ShaperTopoBrick

cutable part of cutter. the part cut the workpiece if overlapped.

public ITopoBrick ShaperTopoBrick { get; }

Property Value

ITopoBrick

StlLongitudeNum

Stl Longitude Num. Dependent property form LinearResolution_mm and AngleResolution_rad.

public int StlLongitudeNum { get; }

Property Value

int

SurfaceMaterial

public CutterMaterial SurfaceMaterial { get; }

Property Value

CutterMaterial

UpperBeamGeom

public IGetStl UpperBeamGeom { get; set; }

Property Value

IGetStl

UpperBeamTopoBrick

uncutable part of cutter. the part triggers collision to workpiece if overlapped.

public ITopoBrick UpperBeamTopoBrick { get; }

Property Value

ITopoBrick

XName

Name for XML IO.

public static string XName { get; }

Property Value

string

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 Bind

Bind 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

object

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 Box3d

destinate box

GetAnchoredCollidableNode()

public IAnchoredCollidableNode GetAnchoredCollidableNode()

Returns

IAnchoredCollidableNode

GetAnchoredCollidables()

public List<IAnchoredCollidableNode> GetAnchoredCollidables()

Returns

List<IAnchoredCollidableNode>

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

List<PairZr>

GetCutterFluteDisplayee()

public IAnchoredDisplayee GetCutterFluteDisplayee()

Returns

IAnchoredDisplayee

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

bendingPara_umdN double
zDeflectionPara_umdN double

Exceptions

Exception

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

double

GetInitStickConvex()

public InitStickConvex GetInitStickConvex()

Returns

InitStickConvex

InitStickConvex

GetMinimumUncutChipThickness_mm(ICuttingPara)

public double GetMinimumUncutChipThickness_mm(ICuttingPara millingPara)

Parameters

millingPara ICuttingPara

Returns

double

GetMinimumUncutChipThickness_um(ICuttingPara)

public double GetMinimumUncutChipThickness_um(ICuttingPara millingPara)

Parameters

millingPara ICuttingPara

Returns

double

GetNobleAnchoredDisplayee()

public AnchoredDisplayee GetNobleAnchoredDisplayee()

Returns

AnchoredDisplayee

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

List<ThermalLayer1D>

GetZrList()

public List<PairZr> GetZrList()

Returns

List<PairZr>

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

baseDirectory string

The base directory for resolving relative paths

relFile string

Returns

XElement

An XML element representing the object's state

UpdateByContent()

Update by content.

public void UpdateByContent()