Expand description
Functions related to sketching.
Structs§
- Angled
Line That Intersects Data - Data for drawing an angled line that intersects with a given line.
- Angled
Line ToData - Data to draw an angled line to a point.
- ArcTo
Data - Data to draw a three point arc (arcTo).
- Bezier
Data - Data to draw a bezier curve.
Enums§
- Angled
Line Data - Data to draw an angled line.
- ArcData
- Data to draw an arc.
- 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§
- angled_
line - Draw an angled line.
- angled_
line_ of_ x_ length - Draw an angled line of a given x length.
- angled_
line_ of_ y_ length - Draw an angled line of a given y length.
- angled_
line_ that_ intersects - Draw an angled line that intersects with a given line.
- angled_
line_ to_ x - Draw an angled line to a given x coordinate.
- angled_
line_ to_ y - Draw an angled line to a given y coordinate.
- arc
- Draw an arc.
- arc_to
- Draw a three point arc.
- bezier_
curve - Draw a bezier curve.
- close
- Close the current sketch.
- hole
- Use a sketch to cut a hole in another sketch.
- 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.
- start_
profile_ at - Start a new profile at a given point.
- start_
sketch_ at - Start a sketch at a given point.
- start_
sketch_ on - Start a sketch on a specific plane or face.
- tangential_
arc - Draw a tangential arc.
- tangential_
arc_ to - Draw a tangential arc to a specific point.
- tangential_
arc_ to_ relative - Draw a tangential arc to point some distance away..
- x_line
- Draw a line on the x-axis.
- x_
line_ to - Draw a line to a point on the x-axis.
- y_line
- Draw a line on the y-axis.
- y_
line_ to - Draw a line to a point on the y-axis.