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.
|
Menüeintrag |
---|
Kurven → Parametrische Übergangskurve |
Arbeitsbereich |
Curves |
Standardtastenkürzel |
Keiner |
Eingeführt in Version |
- |
Siehe auch |
Keiner |
Daas Werkzeug Curves ParametrischeÜbergangskurve erstellt eine Übergangskurve zwischen zwei Kanten.
0.0 mm
to use the selected curves' start vertices to place the blend curve's start and end vertices.true
to switch the selected curves' start and end vertices.
To reverse the orientation of the blend curve's start and end tangents, prefix -
to the value of its DatenScale1 or DatenScale2 property.
Siehe auch: Eigenschafteneditor.
Ein Blend_Curve-Objekt wird von einem Part-Formelement abgeleitet und erbt alle seine Eigenschaften. Außerdem besitzt es die folgenden zusätzlichen Eigenschaften:
Blend Curve
Bool
): Compute scale values to get minimal curvature along curve.VectorList
): Poles of the Bézier curve.Enumeration
): Output type.
Single
(default): The result consists of the blend curve only.Wire
: The result consists of three individual curves, the blend curve and also both input curves.Joined
: The result consists of one continuous curve made of the blend curve and both input curves.Edge1
Enumeration
): Continuity level.
C0
(= G0): The curves touch at the join point.G1
(default): As before plus the curves also share a common tangent direction at the join point.G2
: As before plus the curves also share a common center of curvature at the join point.G3
: As before plus the curves also share a common growth rate of the curvature at the join point.G4
: As before plus the curves also share a common acceleration of the growth rate of the curvature at the join point.LinkSub
): Edge 1.Distance
): Location on first edge.Bool
): Reverse Edge.Bool
): Scale of blend curve, negate the value to reverse the tangent orientation.Edge2
Enumeration
): Continuity level. (C0
, G1
, G2
, G3
, G4
, see above)LinkSub
): Edge 2.Distance
): Location on second edge.Bool
): Reverse Edge.Bool
): Scale of blend curve, negate the value to reverse the tangent orientation.