Translations:Draft PathArray/9/en

From FreeCAD Documentation
  • DataAlign (Bool): specifies if the elements in the array are aligned along the path or not. If it is false all other properties in this group, except DataExtra Translation, do not apply and are hidden.
  • DataAlign Mode (Enumeration): specifies the align mode, which can be Original, Frenet or Tangent.
  • DataEnd Offset (Length): specifies the length from the end of the path to the last copy. Must be smaller than the length of the path minus the DataStart Offset. introduced in version 0.21
  • DataExtra Translation (VectorDistance): specifies an additional displacement for each element along the path.
  • DataForce Vertical (Bool): specifies whether to override the default normal direction with the value of DataVertical Vector. Only used if DataAlign Mode is Original or Tangent.
  • DataStart Offset (Length): specifies the length from the start of the path to the first copy. Must be smaller than the length of the path. introduced in version 0.21
  • DataTangent Vector (Vector): specifies the alignment vector. Only used if DataAlign Mode is Tangent.
  • DataVertical Vector (Vector): specifies the override for the default normal direction. Only used if DataVertical Vector is true.