IThreeDFormat

IThreeDFormat 接口

代表 3-D 属性。

public interface IThreeDFormat : IThreeDParamSource

属性

名称描述
AsIThreeDParamSource { get; }允许获取基本的 IThreeDParamSource 接口。 只读 IThreeDParamSource
BevelBottom { get; }返回或设置底部 3D 倒角的类型。 只读 IShapeBevel
BevelTop { get; }返回或设置顶部 3D 倒角的类型。 只读 IShapeBevel
Camera { get; }返回或设置相机的设置。 只读 ICamera
ContourColor { get; }返回或设置轮廓的颜色。 只读 IColorFormat
ContourWidth { get; set; }返回或设置 3D 轮廓的宽度。 读写 Double。
Depth { get; set; }返回或设置 3D 形状的深度。 读写 Double。
ExtrusionColor { get; }返回或设置挤出物的颜色。 只读 IColorFormat
ExtrusionHeight { get; set; }返回或设置挤出效果的高度。 读写 Double。
LightRig { get; }返回或设置光的类型。 只读 ILightRig
Material { get; set; }返回或设置材料的类型。 读写 MaterialPresetType

方法

名称描述
GetEffective()获取应用继承的有效 3-D 格式数据。

另请参见