Extrudes the sketch to a certain distance (along the default direction and origin of the sketch).
You can define another extrusion direction or origin,
It is also possible to twist extrude with an angle (in degrees), or to give a profile to the extrusion (the endFactor will scale the face, and the profile will define how the scale is applied (either linearly or with a s-shape).
Build a face from the sole contained profile (see Sketches.faces).
Return all sketch faces combined into a single compound shape.
Loft from the sole contained profile to one or more other sketches.
OptionalloftConfig: CleanLoftOptionsOptionalreturnShell: booleanRevolves the drawing on an axis (defined by its direction and an origin (defaults to the sketch origin)
OptionalrevolutionAxis: PointInputOptionalconfig: { origin?: PointInput }Sweep a profile along the sole contained sketch's wire.
OptionalsweepConfig: SweepOptionsReturn all wires combined into a single compound shape.
Batch wrapper around multiple Sketch or CompoundSketch instances.
Applies the same operation (extrude, revolve, etc.) to every contained sketch and returns the results combined into a single compound shape.
Implements SketchInterface so it is interchangeable with a single Sketch in the chained
Drawing.sketchOnPlane(...).extrude()style. Operations with no per-profile batch meaning (face,loftWith,sweepSketch) require a single contained profile and otherwise throw.