IShapeBevelEffectiveData

IShapeBevelEffectiveData interface

Immutable object which contains effective shape’s face relief properties.

public interface IShapeBevelEffectiveData

Properties

NameDescription
BevelType { get; }Bevel type. Read-only BevelPresetType.
Height { get; }Bevel height. Read-only Double.
Width { get; }Bevel width. Read-only Double.

Remarks

This interface is used as a part of IThreeDFormatEffectiveData.

See Also