Expand description
Functions related to sketching.
Enums§
- FaceTag
- A tag for a face.
- PlaneData 
- Orientation data that can be used to construct a plane, not a plane in itself.
- SketchData 
- Data for start sketch on. You can start a sketch on a plane or an solid.
- StartOrEnd 
- TangentialArcData 
- Data to draw a tangential arc.
Constants§
Functions§
- absolute_arc 
- angled_line 
- Draw an angled line.
- angled_line_ that_ intersects 
- Draw an angled line that intersects with a given line.
- arc
- Draw an arc.
- bezier_curve 
- Draw a bezier curve.
- close
- Close the current sketch.
- inner_angled_ line_ that_ intersects 
- Draw an angled line from the current origin, constructing a line segment such that the newly created line intersects the desired target line segment.
- involute_circular 
- line
- Draw a line to a point.
- profile_start 
- Returns the sketch profile start point.
- profile_start_ x 
- Returns the X component of the sketch profile start point.
- profile_start_ y 
- Returns the Y component of the sketch profile start point.
- relative_arc 
- start_profile 
- Start a new profile at a given point.
- start_sketch_ on 
- Start a sketch on a specific plane or face.
- subtract_2d 
- Use a sketch to cut a hole in another sketch.
- tangential_arc 
- Draw a tangential arc to a specific point.
- x_line
- Draw a line on the x-axis.
- y_line
- Draw a line on the y-axis.