Jump to content

Curves TrimFace

From FreeCAD Documentation

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.

Curves TrimFace

Menu location
Surfaces → Trim face
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Description[edit | edit source]

The Curves TrimFace tool trims a face with a projected curve.

Usage[edit | edit source]

  1. Select a face and a curve.
  2. There are several ways to invoke the tool:
    • Press the Trim face button.
    • Select the Surfaces → Trim face option from the menu.
  3. A TrimmedFace object is created.

Notes[edit | edit source]

  • The point picked to select the face defines the side of the projected curve that is kept.
  • The projection vector is the direction vector of the selected curve if available, or else the current direction of the active view.

Properties[edit | edit source]

See also: Property editor.

A TrimmedFace object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data[edit | edit source]

Trim Face

  • DataVector (Link): Trimming Vector.
  • DataDirection (Vector): Trimming direction.
  • DataFace (LinkSub): Input face
  • DataPicked Point (Vector): Picked point in parametric space of the face (u,v,0).
  • DataTool (LinkSubList): Trimming curve.