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 |
Description
The Curves MixedCurve tool creates a 3D intersection curve of two projected curves.
Usage
- Select two curves.
- There are several ways to invoke the tool:
- Press the
Mixed curve button.
- Select the Curves →
Mixed curve option from the menu.
- Press the
- A Mixed_Curve object is created.
- In the Property editor edit the DataDirection1 and DataDirection2 properties to set the projection directions.
This is optional if both selected curves were made with theSketcher Workbench.
Notes
- Projection directions are automatically detected if possible. In case of Sketcher curves the normal of the sketch plane is used.
- The DataDirection1 and DataDirection2 properties override automatically detected directions. It is mandatory to enter values manually if it is not possible to detect a direction automatically.
Properties
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:
Data
Mixed Curve
- DataDirection1 (
Vector
): Projection direction of the first shape. If vector is null the shape's placement is used. - DataDirection2 (
Vector
): Projection direction of the second shape. If vector is null the shape's placement is used. - DataFill Face1 (
Bool
): Builds ruled surfaces between shape1 and resulted Mixed_Curve. - DataFill Face2 (
Bool
): Builds ruled surfaces between shape2 and resulted Mixed_Curve. - DataShape1 (
Link
): First shape. - DataShape2 (
Link
): Second shape.
Shape Approximation
- DataActive (
Bool
): Use Approximation. - DataApprox Tolerance (
Float
): Approximation tolerance. - DataContinuity (
Enumeration
): Desired continuity of the curves. - DataDegree Max (
Integer
): Maximum degree of the curve. - DataDegree Min (
Integer
): Minimum degree of the curve. - DataExtension Proxy (
PythonObject
): Proxy object of the approximation extension.ChordLength
:Centripetal
:Uniform
:
- DataParametrization (
Enumeration
): Parametrization type. - DataSamples (
Integer
): Number of samples.
This page is retrieved from https://wiki.freecad.org/Curves_MixedCurve