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 格式化数据。

另请参阅