Part Slice - FreeCAD Documentation
wiki.freecadweb.org › Part_SliceAug 25, 2021 · The tool was introduced in FreeCAD v0.17.8053. FreeCAD needs to be compiled with OCC 6.9.0 or later; otherwise, the tool is unavailable. ̈Properties are accessible on the slices inner object, not on the result level. The Objects to slice with must completely separate the object to be sliced.
Scripted objects - FreeCAD Documentation
wiki.freecadweb.org › Scripted_objectsOct 22, 2021 · Introduction. Besides the standard object types such as annotations, meshes and parts objects, FreeCAD also offers the amazing possibility to build 100% python-scripted parametric objects, called Python Features. Those objects will behave exactly as any other FreeCAD object, and are saved and restored automatically on file save/load.
Property editor - FreeCAD Documentation
wiki.freecadweb.org › Property_editorNov 13, 2021 · View properties, related to the "visual" appearance of the object. The View properties are tied to the ViewProvider (ViewObject attribute) of the object, and are only accessible when the graphical user interface (GUI) is loaded. They are not accessible when using FreeCAD in console mode, or as a headless library.
Part Feature - FreeCAD Documentation
wiki.freecadweb.org › Part_FeatureNov 13, 2021 · A Part Feature object, or formally a Part::Feature, is a simple element with a topological shape associated to it that can be displayed in the 3D view.. A Part Feature is the parent class of most 2D (Draft, Sketcher) and 3D (Part, PartDesign) objects, with the exception of meshes, which are normally based on Mesh Feature, or FEM FemMeshObject for FEM objects.
Scripted objects - FreeCAD Documentation
https://wiki.freecadweb.org/Scripted_objects22.10.2021 · Introduction. Besides the standard object types such as annotations, meshes and parts objects, FreeCAD also offers the amazing possibility to build 100% python-scripted parametric objects, called Python Features.Those objects will behave exactly as any other FreeCAD object, and are saved and restored automatically on file save/load.