|
|
| Menu location |
|---|
| Curves → Discretize |
| Workbenches |
| Curves |
| Default shortcut |
| None |
| Introduced in version |
| - |
| See also |
| None |
The Curves Discretize tool discretizes an edge or a wire and therefore creates a set of points along the edge/wire according to a chosen discretization method.
See also: Property editor.
A Discretized_Edge object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Discretized
LinkSub): Input edge.VectorList): Lists the output points.Enumeration): Tool target.
SingleEdge (default): Discretizes the selected edge only.Wire: Discretizes the whole wire the edge belongs to.Method
Enumeration): Discretization method.
Number (default): A number of points that are evenly distributed along the selected edge/wire.QuasiNumber: ...Distance: All points are placed at the same distance to their neighbors apart from the last pair.Deflection: ...QuasiDeflection: ...Angular-Curvature: ...Float): Angular value for Angular-Curvature Algorithm.Float): Curvature value for Angular-Curvature Algorithm.Float): Distance for deflection Algorithm.Float): Distance between edge points.Integer): Minimum number of points.Integer): Number of edge points.Output
FloatList): Normalized parameters list.Parameters
Float): Start parameter.Float): End parameter.