TrackViewLayerCollection Class

Collection of TrackViewLayerItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class TrackViewLayerCollection : List<TrackViewLayerItem>
Inheritance
Object    ListTrackViewLayerItem    TrackViewLayerCollection

Constructors

TrackViewLayerCollectionInitializes a new instance of the TrackViewLayerCollection class

Properties

Methods

Add
(Inherited from ListTrackViewLayerItem)
AddRange
(Inherited from ListTrackViewLayerItem)
AsReadOnly
(Inherited from ListTrackViewLayerItem)
BinarySearch(T)
(Inherited from ListTrackViewLayerItem)
BinarySearch(T, IComparerT)
(Inherited from ListTrackViewLayerItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListTrackViewLayerItem)
Clear
(Inherited from ListTrackViewLayerItem)
Contains
(Inherited from ListTrackViewLayerItem)
Convert Return a new track view layer collection from the caller's basic track layer collection.
ConvertAllTOutput
(Inherited from ListTrackViewLayerItem)
CopyTo(T)
(Inherited from ListTrackViewLayerItem)
CopyTo(T, Int32)
(Inherited from ListTrackViewLayerItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListTrackViewLayerItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListTrackViewLayerItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListTrackViewLayerItem)
FindAll
(Inherited from ListTrackViewLayerItem)
FindIndex(PredicateT)
(Inherited from ListTrackViewLayerItem)
FindIndex(Int32, PredicateT)
(Inherited from ListTrackViewLayerItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListTrackViewLayerItem)
FindLast
(Inherited from ListTrackViewLayerItem)
FindLastIndex(PredicateT)
(Inherited from ListTrackViewLayerItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListTrackViewLayerItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListTrackViewLayerItem)
ForEach
(Inherited from ListTrackViewLayerItem)
GetEnumerator
(Inherited from ListTrackViewLayerItem)
GetHashCode
(Inherited from Object)
GetMultipleToolsDeclared Return a value indicating whether multiple tools have been declared in this layer collection.
GetRange
(Inherited from ListTrackViewLayerItem)
GetSegment Return a segment from the collection by its ordinal index.
GetType
(Inherited from Object)
HideAllSegments Hide all segments in the collection.
HideSegmentsAfter Hide all the segments after the specified item.
IndexOf(T)
(Inherited from ListTrackViewLayerItem)
IndexOf(T, Int32)
(Inherited from ListTrackViewLayerItem)
IndexOf(T, Int32, Int32)
(Inherited from ListTrackViewLayerItem)
Insert
(Inherited from ListTrackViewLayerItem)
InsertRange
(Inherited from ListTrackViewLayerItem)
LastIndexOf(T)
(Inherited from ListTrackViewLayerItem)
LastIndexOf(T, Int32)
(Inherited from ListTrackViewLayerItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListTrackViewLayerItem)
MemberwiseClone
(Inherited from Object)
PlotToPositionXYAbs Connect the XY path of the segment travel to the current depth of the provided location, returning the 3D end point of the plotted travel.
PlungeZAbs Plunge the Z-axis into the material.
Remove
(Inherited from ListTrackViewLayerItem)
RemoveAll
(Inherited from ListTrackViewLayerItem)
RemoveAt
(Inherited from ListTrackViewLayerItem)
RemoveRange
(Inherited from ListTrackViewLayerItem)
RetractTool Retract the tool to the maximum Z distance.
Reverse
(Inherited from ListTrackViewLayerItem)
Reverse(Int32, Int32)
(Inherited from ListTrackViewLayerItem)
ShowAllSegments Show all segments in the collection.
ShowSegmentsBefore Show all the segments before the specified item.
Sort
(Inherited from ListTrackViewLayerItem)
Sort(ComparisonT)
(Inherited from ListTrackViewLayerItem)
Sort(IComparerT)
(Inherited from ListTrackViewLayerItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListTrackViewLayerItem)
ToArray
(Inherited from ListTrackViewLayerItem)
ToString
(Inherited from Object)
TransitToPositionXYAbs Transit to the specified XY location.
TransitToPositionZAbs Transit to an absolute Z position.
TrimExcess
(Inherited from ListTrackViewLayerItem)
TrueForAll
(Inherited from ListTrackViewLayerItem)

Fields

mZMagnification The exaggeration factor to apply to the Z axis.

Explicit Interface Implementations

See Also