Curves MixedCurve/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 MixedCurve

Menu location
Curves → Mixed curve
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Beschreibung

Das werkzeug Curves Kombi-Kurve erstellt eine 3D-Schnittkurve aus den Projektionen zweier Kurven.

Anwendung

  1. Select two curves.
  2. There are several ways to invoke the tool:
    • Press the Mixed curve button.
    • Select the Curves → Mixed curve option from the menu.
  3. A Mixed_Curve object is created.
  4. In the Property editor edit the DatenDirection1 and DatenDirection2 properties to set the projection directions.
    This is optional if both selected curves were made with the Sketcher Workbench.

Hinweise

  • Projection directions are automatically detected if possible. In case of Sketcher curves the normal of the sketch plane is used.
  • The DatenDirection1 and DatenDirection2 properties override automatically detected directions. It is mandatory to enter values manually if it is not possible to detect a direction automatically.

Eigenschaften

Siehe auch: Eigenschafteneditor.

Ein Mixed_Curve-Objekt wird von einem Part-Formelement abgeleitet und erbt alle seine Eigenschaften. Außerdem besitzt es die folgenden zusätzlichen Eigenschaften:

Daten

Mixed Curve

  • DatenDirection1 (Vector): Projection direction of the first shape. If vector is null the shape's placement is used.
  • DatenDirection2 (Vector): Projection direction of the second shape. If vector is null the shape's placement is used.
  • DatenFill Face1 (Bool): Builds ruled surfaces between shape1 and resulted Mixed_Curve.
  • DatenFill Face2 (Bool): Builds ruled surfaces between shape2 and resulted Mixed_Curve.
  • DatenShape1 (Link): First shape.
  • DatenShape2 (Link): Second shape.

Shape Approximation

  • DatenActive (Bool): Use Approximation.
  • DatenApprox Tolerance (Float): Approximation tolerance.
  • DatenContinuity (Enumeration): Desired continuity of the curves.
  • DatenDegree Max (Integer): Maximum degree of the curve.
  • DatenDegree Min (Integer): Minimum degree of the curve.
  • DatenExtension Proxy (PythonObject): Proxy object of the approximation extension.
    • ChordLength:
    • Centripetal:
    • Uniform:
  • DatenParametrization (Enumeration): Parametrization type.
  • DatenSamples (Integer): Number of samples.