Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.
Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).
Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.
|
Menu location |
---|
Surfaces → BlendSurface |
Workbenches |
Curves |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
Beschreibung
The Curves BlendSurf2 tool creates a surface between two edges with some continuity with their support faces.
Anwendung
- Select four sub shapes:
- The first edge and the related first face
- The second edge and the related second face
- There are several ways to invoke the tool:
- Press the
BlendSurface button.
- Select the Surfaces →
BlendSurface option from the menu.
- Press the
- A Blend_Surface object is created.
- Optionally edit the values in the Property editor to choose a different auto scale method and adjust the related properties (see Properties below).
Hinweise
It seems like this tool currently lacks options to reverse the directions of the blend surface's start and end tangents.
Eigenschaften
Siehe auch: Eigenschafteneditor.
Ein Blend_Surface-Objekt wird von einem Part-Formelement abgeleitet und erbt alle seine Eigenschaften. Außerdem besitzt es die folgenden zusätzlichen Eigenschaften:
Daten
Basis
- DatenSamples (
Integer
): Number of samples to generate surface. - DatenSources (
LinkSubList
): Edges and support faces.
Continuity
- DatenContinuity1 (
Integer
): Continuity level with face of edge 1. - DatenContinuity2 (
Integer
): Continuity level with face of edge 2.
Scale
- DatenAuto Scale (
Enumeration
): Compute scale values to get regular poles, or minimal curvature.RegularPoles
(default): ...MinimizeCurvature
: ...Manual
: ...
- DatenScale1 (
FloatList
): Scale values along edge 1. - DatenScale2 (
FloatList
): Scale values along edge 2. - DatenScale Samples (
Integer
): Number of samples for auto scaling.
Diese Seite wird abgerufen von https://wiki.freecad.org/Curves_BlendSurf2