Translations:Glossary/17/en

From FreeCAD Documentation
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (Top)
Backtrace
Output from a debugging program that displays the series of instructions FreeCAD followed before a problem occurred.
Bezier Curve
A type of parametric curve.
Blueprint
Old term used for drawing, and coined for its original reproduction process.
Body
A type of container used in the PartDesign workbench that groups a sequence of operations (sketches, construction geometry and features) to create a single contiguous solid. (Introduced in FreeCAD V0.17.)
Boolean Logic
A method of data manipulation by using of the operands: And, Or, Not.
Boolean Operation
A method of manipulating objects by using Boolean Logic. In FreeCAD, the Boolean Operations are: Union (Fuse), Difference (Cut), Intersection, and Section.
Boolean OPerations check
See BOPcheck.
BOPcheck
A setting that allows the Check Geometry tools in the Part WB and OpenSCAD WB to also check geometry made from Boolean logic. The default Check Geometry setting for BOPcheck is "false" (or off). The user can enable BOPcheck to provide more accuracy when running the Check Geometry tool but this comes at the expense of longer Check Geometry processing times. Beginning with FreeCAD 0.19, the BOPcheck setting is most easily enabled from the Settings portion of the Check Geometry widget.
brep
Native file format for Open CASCADE and shared by a few applications. FreeCAD can save in *.brep format.
B-rep
Stands for boundary representation, which is one of two types of 3D models that FreeCAD supports (the other being mesh).
B-spline
A type of parametric curve. See B-spline