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. However, a workaround exists. By setting the DataAuto Scale property to Manual, a user can gain access to the DataScale1 and DataScale2 values. Multiplying all values in DataScale1 and/or DataScale2 by -1 will reverse the tangency at the start and/or end surfaces. This isn't always enough to fix all issues with some surfaces, but it does correct the tangency direction successfully.
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: Scale values' sign sets tangency direction.FloatList): Scale values along edge 1.FloatList): Scale values along edge 2.Integer): Number of samples for auto scaling.