1D Line
Build a rectangle of lines¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
Line building can be very helpfull if you have irregular shapes which you want to build with other 1D objects like:
- Bezier
- CenterArc
- EllipticalCenterArc
- FilletPolyline
- Helix
- IntersectingLine
- JernArc
- Line
- PolarLine
- Polyline
- RadiusArc
- SagittaArc
- Spline
- TangentArc
- ThreePointArc
For multi edged forms you can use 2D polyline. Also there are predefined 2D shapes like rectangles, triangles or circle.
To extrude the form you have created from 1D commands and use it for further building you will need to make a 2D sketch out of it.
This will create a so called face.
See: 2D Rectangle