Message 1 of 4
Offset XY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a post for a wood machine that works with different machinefields. These fields have an XY offset. So field A is X800,Y0 for example. Is there an easy way to offset in the post? I know I can scale an X value with:
var xFormat = createFormat({decimals:3, forceDecimal:true, scale:-2});
var xOutput = createVariable({prefix:"X"}, xFormat);
Is there a similar way to offset every X value?
var xFormat = createFormat({decimals:3, forceDecimal:true, scale:-2});
var xOutput = createVariable({prefix:"X"}, xFormat);
Is there a similar way to offset every X value?
Inventor HSM and Fusion 360 CAM trainer and postprocessor builder in the Netherlands and Belgium.