IShapeBevel

public interface IShapeBevel

Represents properties of shape’s main face relief.

Methods

MethodDescription
getWidth()Bevel width.
setWidth(double value)Bevel width.
getHeight()Bevel height.
setHeight(double value)Bevel height.
getBevelType()Bevel type.
setBevelType(int value)Bevel type.

getWidth()

public abstract double getWidth()

Bevel width. Read/write double.

Returns: double

setWidth(double value)

public abstract void setWidth(double value)

Bevel width. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getHeight()

public abstract double getHeight()

Bevel height. Read/write double.

Returns: double

setHeight(double value)

public abstract void setHeight(double value)

Bevel height. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getBevelType()

public abstract int getBevelType()

Bevel type. Read/write BevelPresetType.

Returns: int

setBevelType(int value)

public abstract void setBevelType(int value)

Bevel type. Read/write BevelPresetType.

Parameters:

ParameterTypeDescription
valueint