SET PART DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=SET_PART_DATA <parameter>, <value> | {{Command|syntax=SET_PART_DATA <parameter>, <value> | ||
|description=:Set | |description=:Set part data. | ||
|param1=<parameter>|param1_desc= {{Part_parameter}} | |param1=<parameter>|param1_desc= {{Part_parameter}} | ||
|param2=<value>|param2_desc={{ | |param2=<value>|param2_desc={{parameter_value_any}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:SET_PART_DATA | :SET_PART_DATA TOOLCHANGE_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]] | :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]] |
Revision as of 21:22, 11 January 2011
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 TOOLCHANGE_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