Module sketch

Source
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§

NEW_TAG_KW

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.