[]
Represents a bevel on an object face.
public class Bevel : FormattingBag
Gets or sets the height of the bevel, or how far above the object it is applied.
Allowed values are from -0 to 1584, inclusive.
The default is 0 for text and 6 for drawings if Type is not NoBevel.
public float Height { get; set; }
Gets or sets preset bevel type which defines the look of the bevel.
Default value is NoBevel.
public BevelType Type { get; set; }
Gets or sets the width of the bevel, or how far into the object it is applied.
Allowed values are from -0 to 1584, inclusive.
Default value is 0 for text and 6 for drawings if Type is not NoBevel.
public float Width { get; set; }
Applies a predefined set of bevel properties.
public void ApplyPreset(BevelType type)
type
BevelTypeThe bevel type.
Fixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
Resets the bevel to inherited defaults.
public void Reset()