Do pending operation
After creating a new Shape we see if we need to run operations on them
Get and reset pending selections
Set workplane of Sketch from plane string (xy,xz,yz) or side (top, bottom, left, right, front, back)
Update pending Shapes after new Shapes
Used for relative coordinates between arguments. Like arcTo([100,100],['+100','+100']) - second Point is relative to [100,100], so we need to set it! NOTE: problem with using relative polar coordinates because we don't know arc tangent yet!
Transform PointLike to absolute World coordinate with:
- Resolve relative coordinates (cartesian and polar) - if not the same as cursor, can be set by prevLocalPoint
- Transform local coords to world coordinates
Optional
distance: numberOptional
angle: numberOptional
vertices: AnyShapeOrCollectionOrSelectionStringApply fillet to Edges or Faces
Optional
size: numberOptional
vertices: AnyShapeOrCollectionOrSelectionStringJust get Shapes without adding to Scene (used by IO)
Make Spline from active cursors to given Point
Rest
...args: any[]Generated using TypeDoc
Start a 2D sketch on specific Plane