Curves ParametricBlendCurve/de

Other languages:

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.

Curves ParametrischeÜbergangskurve

Menüeintrag
Kurven → Parametrische Übergangskurve
Arbeitsbereich
Curves
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Beschreibung

Daas Werkzeug Curves ParametrischeÜbergangskurve erstellt eine Übergangskurve zwischen zwei Kanten.

Anwendung

  1. Select two curves.
  2. There are several ways to invoke the tool:
    • Press the Blend curve button.
    • Select the Curves → Blend curve option from the menu.
  3. A Blend_Curve object is created.
  4. Optionally adjust values in the Property editor:
    • Set the DatenParameter1 and DatenParameter2 properties to 0.0 mm to use the selected curves' start vertices to place the blend curve's start and end vertices.
    • Set the DatenReverse1 and DatenReverse2 properties to true to switch the selected curves' start and end vertices.

Hinweise

To reverse the orientation of the blend curve's start and end tangents, prefix - to the value of its DatenScale1 or DatenScale2 property.

Eigenschaften

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:

Daten

Blend Curve

  • DatenAuto Scale (Bool): Compute scale values to get minimal curvature along curve.
  • DatenCurvePts (VectorList): Poles of the Bézier curve.
  • DatenOutput (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

  • DatenContinuity1 (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.
  • DatenEdge1 (LinkSub): Edge 1.
  • DatenParameter1 (Distance): Location on first edge.
  • DatenReverse1 (Bool): Reverse Edge.
  • DatenScale1 (Bool): Scale of blend curve, negate the value to reverse the tangent orientation.

Edge2

  • DatenContinuity2 (Enumeration): Continuity level. (C0, G1, G2, G3, G4, see above)
  • DatenEdge2 (LinkSub): Edge 2.
  • DatenParameter2 (Distance): Location on second edge.
  • DatenReverse2 (Bool): Reverse Edge.
  • DatenScale2 (Bool): Scale of blend curve, negate the value to reverse the tangent orientation.