Difference between revisions of "CREATE CHAMFER"
From Macros Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|syntax=CREATE_CHAMFER <geo ref>, <type>, < | + | [[Geometry:Creating_Geometry|{{Up}}]] |
− | |description= | + | |
+ | {{Command|syntax=CREATE_CHAMFER <geo ref>, <type>, <size> | ||
+ | |description=Create a chamfer at a terminator | ||
|param1=<geo ref>|param1_desc={{geo ref}} | |param1=<geo ref>|param1_desc={{geo ref}} | ||
− | |param2=<type>|param2_desc= | + | |param2=<type>|param2_desc=Chamfer type (1, 2 or 3) corresponds to 3 chamfer types on the geometry pallette. |
− | |param3=< | + | |param3=<size>|param3_desc=Chamfer size |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :CREATE_CHAMFER | + | :CREATE_CHAMFER 80, 2, 1.65 |
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 13:55, 11 January 2011
Command
- CREATE_CHAMFER <geo ref>, <type>, <size>
Create a chamfer at a terminator
Parameters
- <geo ref>
- The reference number of the geometry feature.
- <type>
- Chamfer type (1, 2 or 3) corresponds to 3 chamfer types on the geometry pallette.
- <size>
- Chamfer size
Example
- CREATE_CHAMFER 80, 2, 1.65