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 → CurveOnSurface |
Workbenches |
Curves |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
The Curves CurveOnSurface tool projects a curve on a face and optionally creates a normal or binormal face.
See also: Property editor.
A CurveOnSurface object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Curve On Surface
Bool
): Close the curve.LinkSub
): Support face.Distance
): Width of the output face.LinkSub
): Input edge.Enumeration
): Output type.
Curve only
(default): Only a curve projected on the selected face is createdNormal face
: A curve, and a face along the curve and also normal to the selected face is created.Binormal face
: A curve and a face along the curve and also tangent to the selected face is created.Bool
): Reverses the parametric orientation of the curve.Integer
): Number of samples.Bool
): Face symmetric across curve.Float
): Tolerance.Orientation
Bool
): Reverse binormal.Bool
): Reverse normal.Bool
): Reverse tangent.