CAM Shape

To use this enable experimental feature you have to enable Experimental Features

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

CAM Shape

Menu location
CAM → Supplemental Commands → From Shape
Workbenches
CAM
Default shortcut
None
Introduced in version
-
See also
None

Description

The tool Shape doesn't match the current CAM workflow. For that reason it's moved to the experimental features.

This tool generates tool-paths from CAM Object edges.

Tool-paths are uncompensated for tool radius. There is no Tool controller associated with the generated tool-paths .

Usage

All edges associated with the 3D Model selection will be included.

  1. Select edges by selecting the entire object from the 3D view or Tree view, or by selecting individual edges, or by Faces from the 3D view.
  2. Press the From Shape button.

The output tool-path is added outside the CAM Job.

Options

All Options provided are available only from the FromShape.Property.Data view, and include:

Properties

Data

Empty

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

DocString Info

Returns a Path object from a list of shapes.

Example:

shapes = [Box.Shape]
Path.fromShapes(shapes, start=Vector(), return_end=False, arc_plane=1, sort_mode=1, min_dist=0.0, abscissa=3.0, nearest_k=3, orientation=0, direction=0, threshold=0.0, retract_axis=2, retraction=0.0, resume_height=0.0, segmentation=0.0, feedrate=0.0, feedrate_v=0.0, verbose=True, abs_center=False, preamble=True, deflection=0.01)