SET PART DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=SET_PART_DATA <parameter>, <value> |description=*DESCRPTION* |param1=<parameter>|param1_desc= The list of the various options can be found here<nowiki>...
 
Danielr (talk | contribs)
Fix toolchange parameter name
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[:Category:Part_Data|{{Up}}]]
{{Command|syntax=SET_PART_DATA <parameter>, <value>
{{Command|syntax=SET_PART_DATA <parameter>, <value>
|description=*DESCRPTION*
|description=:Set part data.


|param1=<parameter>|param1_desc= The list of the various options can be found [[part_parameter|here]]<nowiki>.</nowiki>
|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 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]]
[[Category:Part_Data]]
[[Category:Part_Data]]

Latest revision as of 17:04, 28 May 2015

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 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