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, a Mixed_curve object, of two projected curves. Optionally it can connect each source curve and the intersection curve with a ruled surface.
See also: Property View.
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 shape in the DataShape1 property. If vector is null the shape's placement is used.Vector): Projection direction of the shape in the DataShape2 property. If vector is null the shape's placement is used.Bool): If true ruled surfaces are created between the shape in the DataShape1 property and the resulting Mixed_Curve. (default is false)Bool): If true ruled surfaces are created between the shape in the DataShape2 property and the resulting Mixed_Curve. (default is false)Link): Link to the first selected shape.Link): Link to the second selected shape.Shape Approximation
Bool): Use Approximation.Float): Approximation tolerance.Enumeration): Desired continuity of the curves. Options: C0, C1, G1, C2, G2, C3 (default), CNInteger): Maximum degree of the curve. (default is 5)Integer): Minimum degree of the curve. (default is 3)PythonObject): Proxy object of the approximation extension.Enumeration): Parametrization type.
ChordLength:Centripetal:Uniform:Integer): Number of samples.