LINE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=[[Image:line.png|right|LINE]]LINE <xe>, <ye>, [<ze>]
{{Command|syntax=[[Image:line.png|right|LINE]]LINE <xe>, <ye>, [<ze>]
|description=:Create a line, must be must be a part of a [[CONTOUR]].
|description=:Add a line to a contour. This can only be used inside a [[CONTOUR]] or [[CONTOUR_3D]] definition.


|param1=<xe>|param1_desc={{xe}}
|param1=<xe>|param1_desc={{xe}}
Line 9: Line 11:
===Example===
===Example===
:LINE 3, 3
:LINE 3, 3
:LINE 3, 3, 6
:For an example macro see [[Explode_Shape]] [[Bag_Solids]] [[Calc_Geo_Extents]] [[Geo_Pattern]] [[Geo_Transform]] [[Solids]] [[Solid_Type]] [[Use_Saved_Process]]


[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 19:03, 11 January 2011

Up

Command

LINE
LINE
LINE <xe>, <ye>, [<ze>]


Add a line to a contour. This can only be used inside a CONTOUR or CONTOUR_3D definition.

Parameters

<xe>
X co-ordinate of the end point.
<ye>
y co-ordinate of the end point.
[<ze>]
Z co-ordinate of the end point.

Example

LINE 3, 3
LINE 3, 3, 6
For an example macro see Explode_Shape Bag_Solids Calc_Geo_Extents Geo_Pattern Geo_Transform Solids Solid_Type Use_Saved_Process