CREATE FILLET: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


|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