![]() |
![]() |
![]() |
POLYGON creates a sequence of connected lines, the end point of one line being the start point of the next.
---->(POLYGON)----|start posn|----+
|
+------------<----------------+
|
| +-------<------+
| | |
+---(:POINTS)----------+----|posn|----+--------->---------+---->
| |
+---(:CLOSE)------------------------------------>---------+
| |
+---(:HORIZONTAL)------+----|posn|-------------->---------+
| | |
| +----|offset|------------>---------+
| |
+---(:VERTICAL)--------+----|posn|-------------->---------+
| | |
| +----|offset|------------>---------+
| |
+---(:ANGLE)-----------+----|angle posn|--+-|end posn|-->-+
| | | |
| v +-|length|--->--+
| | |
| +----|angle|------------->---------+
| |
| +------<---------+
| |
| +---------------------<-----------------------+ |
| | | |
+-(ANGLE_REFERENCE)--+--|offset angle|--+ | |
| | | | |
| v +-------<-------+ | |
| | | ^ ^
| +--+--|ref1 position|----|ref2 position|--+ | |
| v | |
| +--|end position|--+--+ | |
| | v | |
| +--|length|----<---+ | |
| v | |
| +------------>------------+-------+
| |
+---(:PARALLEL_TO)----|straight element|----|end posn|----------->---------+
| |
| +------------------------<------------------+ ^
| | | |
+-(:PERPENDICULAR)-+--|element and posn|--+--|end position|----+----->-----+
| | ^
| +--|colinear posn|--|length|-----+
| |
+---(:TANGENT)----->------|element and posn|------------->-----------------+
| |
+---(:BACK)----------------------------------------------------------------+
POLYGON 50,100 100,100 150,75 100,50 50,50 :CLOSE
The polygon is created in the active workplane.
![]() |
![]() |
![]() |