forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sketcher: add support for sketch exports
SketchObject now use the new TopoShape element name mapping to expose mapped geometry topological names during editing. SketchExport exports the editing geometry using those mapped names. The SketchExport acts just like SketchObject to the end-user, except that you can't directly edit its content. Instead, when you double click a SketchExport, it forwards the editing request to its parent SketchObject, and then pre-selects the exported geometries. You can then changed the export by selecting/removing geometries. The SketchExport is a Part2DObject, meaning that it can be mapped onto other faces, independent of its parent SketchObject. If no mapping, then it follows the parent SketchObject placement. If mapped, when you double click to edit the SketchExport, it will start editing the parent SketchObject in the placement of the SketchExport.
- Loading branch information
1 parent
6d005b7
commit 5fc101b
Showing
19 changed files
with
1,301 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.