Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created an API to automatically create a grid, but I'm having trouble adjusting the axis labels.
All axes are using numbers.
I wrote the code like this:
grid.X.SetLabelFormat(IRobotStructuralAxisLabelType.I_SALT_ABC); // A, B, C...
grid.Y.SetLabelFormat(IRobotStructuralAxisLabelType.I_SALT_123); // 1, 2, 3...
grid.Z.SetLabelFormat(IRobotStructuralAxisLabelType.I_SALT_VALUE); // 0, 2000...
It seems this interface isn't working.
Solved! Go to Solution.