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 → Split curve |
Workbenches |
Curves |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
The Curves SplitCurve tool splits selected edges.
0
or 1
deactivates this splitting method.0.0 mm
deactivates this splitting method.false
the SplitCurve object will be split at the intersection points, or at the location of the shortest distance if a cutting object is neither intersecting nor tangent.true
all vertices of the cutting objects are projected on the SplitCurve object which is then split at each of the projected points.0.0 mm
.false
to split at intersection points.true
to split where the vertices of the cutting object are projected onto the SplitCurve object.See also: Property editor.
A SplitCurve object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Base
LinkSub
): Edge to split.Output
FloatList
): Normalized parameters list.Split
Bool
): Create a split point at nearest of each vertex of the cutting objects.LinkList
): List of objects that cut the curve.Distance
): Expression-ready distance value.Bool
): Rebuild and output the complete shape.Integer
): Number of equal segments.StringList
): List of splitting locations.