Curves JoinCurve/it

Other languages:

Curves JoinCurve

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

Descrizione

The Curves JoinCurve tool joins selected edges into a B-spline curve.

Utilizzo

  1. Select one or more edges in 3D view.
  2. There are several ways to invoke the tool:
    • Press the joinCurves button.
    • Select the Curves → joinCurves option from the menu..
  3. A JoinCurve object is created.
  4. Optionally edit the values in the Property editor to select a different parametrization method and adjust the related properties (see Properties below).

Notes

  • Edges of a shape, or edges selected from a sketch are accepted and must be added in a consecutive order.
  • The result is a single continuous B-spline.

Properties

See also: Property editor.

A JoinCurve object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

InputSources

  • DatiBase (Link): Join all the edges of this base object.
  • DatiEdges (LinkSubList): List of edges to join.

Join

  • DatiCornerBreak (Bool): Break on sharp corners.
  • DatiForceClosed (Bool): Force closed curve.
  • DatiForceContact (Bool): Force connection of edges.
  • DatiReverse (Bool): Reverse the output curve.
  • DatiStartOffset (Integer): Set the start point of closed curve.
  • DatiTolerance (Float): Tolerance.

ShapeApproximation

  • DatiActive (Bool): Use approximation.
  • Dati (Hidden)ApproxTolerance (Float): Approximation tolerance.
  • Dati (Hidden)Continuity (Enumeration): Desired continuity of the curve. (C0, C1, G1, C2, G2, C3 (default), CN)
  • Dati (Hidden)DegreeMax (Integer): Maximum degree of the curve.
  • Dati (Hidden)DegreeMin (Integer): Minimum degree of the curve.
  • DatiExtensionProxy (PythonObject): Proxy object of the approximation extension.
  • Dati (Hidden)Parametrization (Enumeration): Parametrization type.
    • ChordLength: ...
    • Centripetal: ...
    • Uniform: ...
  • Dati (Hidden)Samples (Integer): Number of samples.