Class StepPresentCatalog
- Namespace
- Hi.MachiningSteps
- Assembly
- HiMech.dll
Internal Use Only.
Expands the PresentAttribute-annotated properties of
MachiningStep into the stable presentation-key dictionary
(vector properties fan out to .X/.Y/.Z, the cutter
location to .X/.Y/.Z/.I/.J/.K).
public static class StepPresentCatalog
- Inheritance
-
StepPresentCatalog
- Inherited Members
Methods
BuildNativeAccessDictionary()
Internal Use Only. Builds the key-to-access dictionary for the native (machine-independent) MachiningStep presentation properties.
public static Dictionary<string, PropertyAccess<MachiningStep>> BuildNativeAccessDictionary()
Returns
- Dictionary<string, PropertyAccess<MachiningStep>>
The dictionary mapping stable presentation keys to their property access.