Draft PfadAnordnung

From FreeCAD Documentation
Revision as of 22:16, 5 November 2021 by Roy 043 (talk | contribs)

Entwurf PfadAnordnung

Menüeintrag
Modifikation → Anordnung Werkzeuge → Pfad Anordnung
Arbeitsbereich
Entwurf, Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
0.14
Siehe auch
Entwurf OrthoAnordnung, Entwurf PolarArray, Entwurf CircularArray, Entwurf PfadVerknüpfeAnordnung, Entwurf PunktAnordnung, Entwurf Klonen

Beschreibung

Das Entwurf PfadAnordnung Werkzeug platziert Kopien einer ausgewählten Form entlang eines ausgewählten Pfades, der ein Entwurf Draht, ein Entwurf BSpline und ähnliche Kanten sein kann.

Das PfadAnordnungswerkzeug kann auf jedes Objekt verwendet werden das eine Part TopoForm hat, bedeutet 2D Formen, die mit dem Entwurf Arbeitsbereich erstellt wurden, aber auch 3D Festkörper, die mit anderen Arbeitsbereichen erstellt wurden, z.B. Part Arbeitsbereich, PartDesign Arbeitsbereich oder Arch Arbeitsbereich.

Objekt entlang eines Pfades angeordnet

Anwendung

  1. Wähle das Objekt aus, das du verteilen möchtest.
  2. Wähle das Pfadobjekt oder die Kanten, entlang derer das Objekt verteilt werden soll.
  3. Drücke die PfadAnordnung Schaltfläche.
  4. Das Anordnungsobjekt wird sofort erzeugt. Du musst die Eigenschaften der Anordnung ändern, um die Anzahl und Richtung der erstellten Kopien zu ändern.

Alignment

The alignment of the elements in a Draft PathArray depends on the properties of the array and the orientation of the source object. The position of the source object is ignored: for the purpose of the array the x, y and z are set to 0. If the DatenAlign property of the array is set to false the orientation of the array elements is identical to that of the source object. If it is set to true the X axis of the local coordinate system of each element placement is tangent to the path. The Y and Z axes of the local coordinate systems depend on the DatenAlign Mode property of the array. Other array properties involved in the alignment include DatenTangent Vector, DatenForce Vertical and DatenVertical Vector.

3 arrays based on the same non-planar path. From left to right: Align is false, Align is true with Align Mode Original and Align is true with Align Mode Frenet

.

Align Mode

Three modes are available:

Original

This mode comes closest to the single DatenAlign Mode available in version 0.18. It relies on a fixed normal vector. If the path is planar this vector is perpendicular to the plane of the path, else a default vector, the positive Z axis, is used. From this normal vector and the local tangent vector (the local X axis) a cross product is calculated. This new vector is used as the local Z axis. The orientation of the local Y axis is determined from the local X and Z axes.

Frenet

This mode uses the local normal vector derived from the path at each element placement. If this vector cannot be determined (for example in the case of a straight segment) a default vector, again the positive Z axis, is used instead. With this vector and the local tangent vector the local coordinate system is determined using the same procedure as in the previous paragraph.

Tangent

This mode is similar to DatenAlign Mode Original but includes the possibility to pre-rotate the source object by specifying a DatenTangent Vector.

Force Vertical and Vertical Vector

These properties are only available if DatenAlign Mode is Original or Tangent. If DatenForce Vertical is set to true the local coordinate system is calculated in a different manner. The DatenVertical Vector is used as a fixed normal vector. From this normal vector and the local tangent vector (the local X axis) again a cross product is calculated. But now this vector is used as the local Y axis. The orientation of the local Z axis is determined from the local X and Y axes.

Using these properties can be required if one of the edged of the path is (almost) parallel to the default normal of the path.

Eigenschaften

See also: Property editor.

Eine PfadAnordnung wird abgeleitet von einer Part Formelement (Part::Feature Klasse), daher teilt sie alle Eigenschaften der letzteren. Zusätzlich zu den in Part Formelement beschriebenen Eigenschaften hat die PfadAnordnung die folgenden Eigenschaften im Eigenschaftseditor .

Data

Link

The properties in this group are only available for Link arrays. See Std LinkMake for more information.

  • DatenScale (Float)
  • Daten (Hidden)Scale Vector (Vector)
  • DatenScale List (VectorList)
  • Daten (Hidden)Visibility List (BoolList)
  • Daten (Hidden)Placement List (PlacementList)
  • Daten (Hidden)Element List (LinkList)
  • Daten (Hidden)_ Link Touched (Bool)
  • Daten (Hidden)_ Child Cache (LinkList)
  • Daten (Hidden)Colored Elements (LinkSubHidden)
  • DatenLink Transform (Bool)

Alignment

Ausrichtung

  • DatenAusrichten (Bool): wenn es true ist, werden die Kopien am Pfad ausgerichtet; andernfalls werden sie in ihrer Standardausrichtung belassen.
Hinweis: in bestimmten Fällen wird die Form flach erscheinen, in Wirklichkeit kann sie sich im 3D Raum bewegt haben, ändere also statt einer flachen Ansicht die Ansicht auf axonometrisch.
  • DatenAusrichtungsmodus (Aufzählung): drei Modi, Original, Frenet, Tangent.
  • DatenZusätzliche Translation (VektorAbstand): zusätzlicher Verschiebungsvektor (x, y, z), der auf jede Kopie entlang des Pfades angewendet wird. Dies ist nützlich, um kleine Anpassungen in der Position der Kopien vorzunehmen, z.B. wenn ihr Referenzpunkt nicht mit dem Mittelpunkt ihrer Form übereinstimmt.
  • DatenForce Vertical (Bool): Wenn er true ist, wird der Wert von DatenVertikal Vektor als lokale Z Richtung verwendet, wenn DatenAusrichtungsmodus Original oder Tangente ist. introduced in version 0.19
  • DatenTangentenvektor (Vektor): die Standardeinstellung ist (1, 0, 0); Ausrichtungseinheitsvektor, der verwendet wird, wenn DatenAusrichtungsmodus Tangente ist. introduced in version 0.19
  • DatenVertikal Vektor (Vektor)}: Standardeinstellung ist (0, 0, 1); Einheitsvektor der lokalen Z Richtung, der verwendet wird, wenn DatenVertiKal Vektor true ist. introduced in version 0.19

Objects

  • DatenBase (LinkGlobal): specifies the object to duplicate in the array.
  • DatenCount (Integer): specifies the number of elements in the array.
  • DatenExpand Array (Bool): specifies whether to expand the array in the Tree view to enable the selection of its individual elements. Only available for Link arrays.
  • DatenPath Object (LinkGlobal): specifies the object to be used for the path. It must contain Edges in its Part TopoShape.
  • DatenPath Subelements (LinkSubListGlobal): specifies a list of edges of the DatenPath Object. If supplied only these edges are used for the path.

View

Link

The properties in this group, with the exception of the inherited property, are only available for Link arrays. See Std LinkMake for more information.

  • AnsichtDraw Style (Enumeration)
  • AnsichtLine Width (FloatConstraint)
  • AnsichtOverride Material (Bool)
  • AnsichtPoint Size (FloatConstraint)
  • AnsichtSelectable (Bool): this is an inherited property that appears in the Selection group for other arrays
  • AnsichtShape Material (Material)

Base

The properties in this group, with the exception of the inherited property, are only available for Link arrays. See Std LinkMake for more information.

  • Ansicht (Hidden)Child View Provider (PersistentObject)
  • Ansicht (Hidden)Material List (MaterialList)
  • Ansicht (Hidden)Override Color List (ColorList)
  • Ansicht (Hidden)Override Material List (BoolList)
  • Ansicht (Hidden)Proxy (PythonObject): this is an inherited property.

Display Options

The properties in this group are inherited properties. See Part Feature for more information.

  • AnsichtBounding Box (Bool): this property is not inherited by Link arrays.
  • AnsichtDisplay Mode (Enumeration): for Link arrays it can be Link or ChildView. For other arrays it can be: Flat Lines, Shaded, Wireframe or Points
  • AnsichtShow In Tree (Bool)
  • AnsichtVisibility (Bool)

Draft

  • AnsichtPattern (Enumeration): not used.
  • AnsichtPattern Size (Float): not used.

Object style

The properties in this group are not inherited by Link arrays.

Scripting

Skripten

Siehe auch: Draft API und FreeCAD Grundlagen Skripten.

Das Pfadanordnungswerkzeug kann in Makros und von der Python Konsole aus mit folgender Funktion verwendet werden:

path_array = make_path_array(base_object, path_object,
                             count=4, extra=App.Vector(0, 0, 0), subelements=None,
                             align=False, align_mode="Original", tan_vector=App.Vector(1, 0, 0),
                             force_vertical=False, vertical_vector=App.Vector(0, 0, 1),
                             use_link=True)
  • Erstellt eine Pfad Anordnungs Objekt aus dem baseobject, indem bis zu Anzahl Kopien entlang des Pfadobjekt platziert werden.
    • Wenn Pfadobjektunter angegeben wird, handelt es sich um eine Liste von Unterobjekten von Pfadobjekt, und die Kopien werden entlang dieses kürzeren Pfades erstellt.
  • Wenn xlate angegeben wird, handelt es sich um einen FreeCAD.Vector, der eine zusätzliche Verschiebung anzeigt, um den Basispunkt der Kopien zu verschieben.
  • Wenn align True ist, werden die Kopien an der Tangente, der Normalen oder dem Binormalen des Pfadobjekt an dem Punkt ausgerichtet, an dem die Kopie platziert wird.

Beispiel:

import FreeCAD as App
import Draft

doc = App.newDocument()

p1 = App.Vector(500, -1000, 0)
p2 = App.Vector(1500, 1000, 0)
p3 = App.Vector(3000, 500, 0)
p4 = App.Vector(4500, 100, 0)
spline = Draft.make_bspline([p1, p2, p3, p4])
obj = Draft.make_polygon(3, 500)

path_array = Draft.make_path_array(obj, spline, 6)
doc.recompute()

wire = Draft.make_wire([p1, -p2, -p3, -p4])
path_array2 = Draft.make_path_array(obj, wire, count=3, extra=App.Vector(0, -500, 0), subelements=["Edge2", "Edge3"], align=True, force_vertical=True)
doc.recompute()