Expand description
Functions related to sketching.
Structs§
- Data for drawing an angled line that intersects with a given line.
- Data to draw an angled line to a point.
- Data to draw a bezier curve.
Enums§
- Data to draw an angled line.
- Data to draw an arc.
- A tag for a face.
- Data for a plane.
- Data for start sketch on. You can start a sketch on a plane or an extrude group.
- Data to draw a tangential arc.
Functions§
- Draw an angled line.
- Draw an angled line of a given x length.
- Draw an angled line of a given y length.
- Draw an angled line that intersects with a given line.
- Draw an angled line to a given x coordinate.
- Draw an angled line to a given y coordinate.
- Draw an arc.
- Draw a bezier curve.
- Close the current sketch.
- Use a sketch to cut a hole in another sketch.
- Draw a line.
- Draw a line to a point.
- Returns the sketch profile start point.
- Returns the X component of the sketch profile start point.
- Returns the Y component of the sketch profile start point.
- Start a profile at a given point.
- Start a sketch at a given point.
- Start a sketch on a specific plane or face.
- Draw a tangential arc.
- Draw a tangential arc to a specific point.
- Draw a line on the x-axis.
- Draw a line to a point on the x-axis.
- Draw a line on the y-axis.
- Draw a line to a point on the y-axis.