BevelSides
public enum BevelSidesWhich ends of a layer’s extrusion receive a bevel. When layers are stacked, bevels only belong on the outward-facing ends of the overall solid: without this, every layer bevels both its front and back, carving visible notches at the seams between adjacent layers where the geometry should meet flush.
Fields
Section titled “Fields”
Auto = 0Resolved automatically from the layer’s position in the stack: the frontmost
layer of a chain gets TextStudio.ThreeD.BevelSides.FrontOnly, the backmost gets
TextStudio.ThreeD.BevelSides.BackOnly, interior layers get TextStudio.ThreeD.BevelSides.None, and a lone
layer in a chain gets TextStudio.ThreeD.BevelSides.Both. Chains are separated by layers
with TextStudio.ThreeD.LayerStacking3DMode.Overlay.
Returns
TextStudio.ThreeD.BevelSides
Both = 1Bevel both ends. Appropriate for a single standalone extrusion.
Returns
TextStudio.ThreeD.BevelSides
FrontOnly
Section titled “FrontOnly”FrontOnly = 2Bevel only the viewer-side (front) end.
Returns
TextStudio.ThreeD.BevelSides
BackOnly
Section titled “BackOnly”BackOnly = 3Bevel only the far (back) end.
Returns
TextStudio.ThreeD.BevelSides
None = 4Flat cylinder; no bevel on either end.
Returns
TextStudio.ThreeD.BevelSides