TrackLayerItem Class

Individual layer of track segments.

Definition

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

Constructors

TrackLayerItemInitializes a new instance of the TrackLayerItem class

Properties

BaseLayer Get/Set a value indicating whether this is a base layer, upon which can be built multiple passes.
CurrentDepth Get/Set the current depth assigned to this segment.
FinalLayer Get/Set a value indicating whether this is a final layer onto which no further layers should be stacked.
Segments Get a reference to the collection of segments on this layer.
TargetDepth Get/Set the target depth for this cut.
Tool Get/Set a reference to the tool selected for this layer.

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

mBaseLayer Private member for BaseLayer.
mCurrentDepth Private member for CurrentDepth.
mFinalLayer Private member for FinalLayer.
mSegments Private member for Segments.
mTargetDepth Private member for TargetDepth.
mTool Private member for Tool.

See Also