Expand description
Functions related to sketching.
Enums§
- FaceTag
- A tag for a face.
- Plane
Data - Orientation data that can be used to construct a plane, not a plane in itself.
- Sketch
Data - Data for start sketch on. You can start a sketch on a plane or an solid.
- Start
OrEnd - Tangential
ArcData - 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 - 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.