Inserts a subtractive cylinder in the active Body. Its shape is subtracted from the existing solid.
On the left: active body (A) shown in grey and subtractive cylinder (B) shown in transparent red; result on the right.
Usage
There are several ways to invoke the tool:
Press the Subtractive Cylinder button. Note: the Subtractive Cylinder is part of an icon menu labelled Subtractive Primitive. After launching FreeCAD, the Subtractive Box is the one displayed in the toolbar. To get to the Cylinder, click on the down arrow besides the visible icon and select Subtractive cylinder in the menu.
Select the Part Design → Subtractive Primitive → Subtractive Cylinder option from the menu.
The task panel opens.
Set the parameters. introduced in 26.3: If the Show interactive draggers when editing featurespreference is selected (default), some parameters can be adjusted with interactive gizmos in the 3D View.
It is possible to create skewed cylinders by specifying angles in respect to the normal vector of the chosen attachment.
The Cylinder can be edited after its creation in two ways:
Double-clicking it in the Tree View, or by right-clicking and selecting Edit Primitive in the context menu; this brings up the task panel and (introduced in 26.3) the interactive gizmos (if enabled).
Sets the boolean operation used to combine the cylinder with the base solid. introduced in 26.3
Subtraction (default): the cylinder removes its volume from the base solid, as in previous versions.
Common: the cylinder keeps only the volume shared between itself and the base solid, discarding everything else.
Properties
DataAttachment: defines the attachment mode as well as the Attachment Offset. See Part EditAttachment.
DataOperation (Enumeration): sets the boolean operation used to combine the feature with the base solid (Subtraction, Common), see Options. introduced in 26.3
DataLabel: label given to the Cylinder object. Change to suit your needs.
DataRadius: the radius value of the cylinder.
DataAngle: angle of rotation of the cross section (360 degrees forms a full cylinder).
DataHeight: the height of the cylinder along its axis.