SET PART DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 2: Line 2:


{{Command|syntax=SET_PART_DATA <parameter>, <value>
{{Command|syntax=SET_PART_DATA <parameter>, <value>
|description=:Set the data on the currently open part
|description=:Set part data.


|param1=<parameter>|param1_desc= {{Part_parameter}}
|param1=<parameter>|param1_desc= {{Part_parameter}}
|param2=<value>|param2_desc={{value}}
|param2=<value>|param2_desc={{parameter_value_any}}


}}
}}


===Example===
===Example===
:SET_PART_DATA units 1
: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

Up

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