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.
|
Menu location |
---|
Surfaces → BlendSurface |
Workbenches |
Curves |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
The Curves BlendSurf2 tool creates a surface between two edges with some continuity with their support faces.
It seems like this tool currently lacks options to reverse the directions of the blend surface's start and end tangents.
See also: Property editor.
A Blend_Surface object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Base
Integer
): Number of samples to generate surface.LinkSubList
): Edges and support faces.Continuity
Integer
): Continuity level with face of edge 1.Integer
): Continuity level with face of edge 2.Scale
Enumeration
): Compute scale values to get regular poles, or minimal curvature.
RegularPoles
(default): ...MinimizeCurvature
: ...Manual
: ...FloatList
): Scale values along edge 1.FloatList
): Scale values along edge 2.Integer
): Number of samples for auto scaling.