Interface IMachiningTool
Interface for machining tools that combine a holder and a cutter.
public interface IMachiningTool : ITopoDisplayee, IGetAsmb, IGetTopoIndex, IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d, IGetAnchoredDisplayeeList, IGetFletchBuckle, IMakeXmlSource, IAbstractNote, IDuplicate, IClearCache
- Inherited Members
- Extension Methods
Properties
Cutter
Gets the cutting tool.
ICutter Cutter { get; }
Property Value
ExposedCutterBendingPara_umdN
Gets the exposed cutter bending parameter in micrometers per Newton.
double ExposedCutterBendingPara_umdN { get; }
Property Value
ExposedCutterHeight_mm
Gets or sets the exposed cutter height in millimeters.
double ExposedCutterHeight_mm { get; set; }
Property Value
ExposedCutterZDeflectionPara_umdN
Gets the exposed cutter Z-axis deflection parameter in micrometers per Newton.
double ExposedCutterZDeflectionPara_umdN { get; }
Property Value
Holder
Gets the tool holder.
IHolder Holder { get; }
Property Value
Note
Gets or sets the note for this machining tool.
string Note { get; set; }
Property Value
SpindleBuckleToToolTipLength
Gets the length from spindle buckle to tool tip in millimeters.
double SpindleBuckleToToolTipLength { get; }
Property Value
ToolTip
Gets the tool tip anchor point.
Anchor ToolTip { get; }