This documentation is not finished. Please help and contribute documentation.
GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.
See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.
|
Menu location |
---|
Curves → Interpolate |
Workbenches |
Curves |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
The Curves Interpolate tool interpolates points with a B-spline curve.
See also: Property editor.
An Interpolation_Curve object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
General
Bool
): User specified tangents.Bool
): interpolate 3 aligned points with a line.Bool
): Set the curve closed.LinkSubList
): Point list to interpolate.Bool
): interpolate with a degree 1 polygonal curve.Link
): Source object that provides points to interpolate.Integer
): Offset the start index of the point list.BoolList
): Activation flag of tangents.VectorList
): Tangents at interpolated points.Float
): Interpolation tolerance.Parameters
FloatList
): Parameters of interpolated points.Enumeration
): Parametrization type.
ChordLength
(default): ...Centripetal
: ...Uniform
: ...Custom
: ...Bool
): outputs a wire or a single edge.Spiral
LinkSub
): Face support of the spiral.Integer
): Number of turns between 2 points, in U direction.Integer
): Number of turns between 2 points, in V direction.