IShapeBevelEffectiveData

public interface IShapeBevelEffectiveData

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


This interface is used as a part of IThreeDFormatEffectiveData.

Methods

MethodDescription
getWidth()Bevel width.
getHeight()Bevel height.
getBevelType()Bevel type.

getWidth()

public abstract double getWidth()

Bevel width. Read-only double.

Returns: double

getHeight()

public abstract double getHeight()

Bevel height. Read-only double.

Returns: double

getBevelType()

public abstract int getBevelType()

Bevel type. Read-only BevelPresetType.

Returns: int