TrackToolItem Class

Information about a tool used on a track layer.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class TrackToolItem
Inheritance
Object    TrackToolItem

Constructors

TrackToolItemInitializes a new instance of the TrackToolItem class

Properties

Diameter Get/Set the diameter of the tool.
IsDefault Get/Set a value indicating whether this is the default tool for implicit selection.
KerfClearance Get/Set the clearance of the center of this bit from the saved edge of the work.
MaxDepthPerPass Get/Set the maximum depth of this bit per pass.
ToolName Get/Set the name of the tool associated with this item.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mDiameter Private member for Diameter.
mIsDefault Private member for IsDefault.
mKerfClearance Private member for KerfClearance.
mMaxDepthPerPass Private member for MaxDepthPerPass.
mToolName Private member for ToolName.

See Also