SET PART DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
Fix toolchange parameter name |
||
Line 10: | Line 10: | ||
===Example=== | ===Example=== | ||
:SET_PART_DATA | :SET_PART_DATA TOOL_CHANGE_X, 14.2 | ||
:SET_PART_DATA UNITS, 1 | :SET_PART_DATA UNITS, 1 | ||
:For an example macro see [[Bag_Solids]] [[Create_Contour.mac]] [[Geo_Pattern]] [[Geo_Transform]] [[Inch_Metric]] [[Inch_Metric]] [[Solid_Type]] [[Use_Saved_Process]] | :For an example macro see [[Bag_Solids]] [[Create_Contour.mac]] [[Geo_Pattern]] [[Geo_Transform]] [[Inch_Metric]] [[Inch_Metric]] [[Solid_Type]] [[Use_Saved_Process]] | ||
[[Category:Part_Data]] | [[Category:Part_Data]] |
Latest revision as of 17:04, 28 May 2015
Command
- SET_PART_DATA <parameter>, <value>
- Set part data.
Parameters
- <parameter>
- Part_parameter
- <value>
- Value of the data. May be a variable, number or expression.
Example
- SET_PART_DATA TOOL_CHANGE_X, 14.2
- SET_PART_DATA UNITS, 1
- For an example macro see Bag_Solids Create_Contour.mac Geo_Pattern Geo_Transform Inch_Metric Inch_Metric Solid_Type Use_Saved_Process