kopia lustrzana https://github.com/vilemduha/blendercam
clarify which operators do not create a new curve
rodzic
c53c4d7c62
commit
416f60cfa6
|
@ -1,4 +1,4 @@
|
|||
Blendercam has a number of curve operators that will modify selected curves to make them better suited to CAM operations. They can be found in the Tool Shelf Panel located on the left of the 3D view editor. The operators create new curves which can then be used in CAM operations.
|
||||
Blendercam has a number of curve operators that will modify selected curves to make them better suited to CAM operations. They can be found in the Tool Shelf Panel located on the left of the 3D view editor. The operators create new curves, in most cases, which can then be used in CAM operations.
|
||||
|
||||
* [View Tool Shelf](#view-tool-shelf)
|
||||
* [View Blendercam Tools](#view-blendercam-tools)
|
||||
|
@ -53,7 +53,8 @@ Operator Options:
|
|||
* **offset** - tool diameter to use for the offset
|
||||
|
||||
## C-Remove Doubles
|
||||
Curve remove doubles - warning, removes beziers!
|
||||
Curve remove doubles - warning, removes beziers! Does not create a new curve but modifies the original.
|
||||
|
||||
This operator will convert the curve to a mesh, perform remove doubles on the mesh, and then convert it back to a curve. This can be used to fix curves that are imported into Blender from other applications i.e. stl, dxf, that may have overlapping control points in the curve which can be a problem when calculating an operation.
|
||||
|
||||
##Get pocket surfaces
|
||||
|
|
Ładowanie…
Reference in New Issue