CREATE FILLET: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=CREATE_FILLET <geo ref>, <radius>
{{Command|syntax=CREATE_FILLET <geo ref>, <radius>
|description=*DESCRPTION*
|description=Create a fillet at a connector


|param1=<geo ref>|param1_desc={{geo ref}}
|param1=<geo ref>|param1_desc={{geo ref}}
|param2=<radius>|param2_desc={{radius}}
|param2=<radius>|param2_desc=Fillet radius
}}
}}


===Example===
===Example===
:- CREATE_FILLET
:- CREATE_FILLET 60, 1.5


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

Latest revision as of 18:50, 11 January 2011

Up

Command

CREATE_FILLET <geo ref>, <radius>


Create a fillet at a connector

Parameters

<geo ref>
The reference number of the geometry feature.
<radius>
Fillet radius

Example

- CREATE_FILLET 60, 1.5