Difference between revisions of "SET PART DATA"
From Macros Wiki
Line 1: | Line 1: | ||
{{Command|syntax=SET_PART_DATA <parameter>, <value> | {{Command|syntax=SET_PART_DATA <parameter>, <value> | ||
− | |description= | + | |description=:Set the data on the currently open part |
|param1=<parameter>|param1_desc= {{Part_parameter}} | |param1=<parameter>|param1_desc= {{Part_parameter}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
− | : | + | :SET_PART_DATA units 1 |
− | + | :For an example in a real macro see [[Bag_Solids]] | |
[[Category:Part_Data]] | [[Category:Part_Data]] |
Revision as of 15:34, 29 July 2010
Command
- SET_PART_DATA <parameter>, <value>
- Set the data on the currently open part
Parameters
- <parameter>
- Part_parameter
- <value>
- Name of variable to be set by this command
Example
- SET_PART_DATA units 1
- For an example in a real macro see Bag_Solids