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 → Mixed curve |
Workbenches |
Curves |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
The Curves MixedCurve tool creates a 3D intersection curve of two projected curves.
See also: Property editor.
A Mixed_Curve object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Mixed Curve
Vector
): Projection direction of the first shape. If vector is null the shape's placement is used.Vector
): Projection direction of the second shape. If vector is null the shape's placement is used.Bool
): Builds ruled surfaces between shape1 and resulted Mixed_Curve.Bool
): Builds ruled surfaces between shape2 and resulted Mixed_Curve.Link
): First shape.Link
): Second shape.Shape Approximation
Bool
): Use Approximation.Float
): Approximation tolerance.Enumeration
): Desired continuity of the curves.Integer
): Maximum degree of the curve.Integer
): Minimum degree of the curve.PythonObject
): Proxy object of the approximation extension.
ChordLength
:Centripetal
:Uniform
:Enumeration
): Parametrization type.Integer
): Number of samples.