Interface INcDependencyListHost
- Namespace
- Hi.NcParsers.Dependencys
- Assembly
- HiMech.dll
Hosts a per-case INcDependency list that
INcDependencyProxy placeholders in a shared
SoftNcRunner resolve their data against. Implemented by the
object owning both the shared runner and the varied setting data —
e.g. MachiningProject.
public interface INcDependencyListHost
- Extension Methods
Properties
PerCaseNcDependencyList
The case-specific dependencies (tool offsets, coordinate tables, parameter tables, …) that proxies take from — never the runner's own fixed list. A get-or-create proxy may also append the dependency it makes here.
List<INcDependency> PerCaseNcDependencyList { get; }