IThreeDFormatEffectiveData

IThreeDFormatEffectiveData 接口

不可变对象,表示有效的 3-D 格式属性。

public interface IThreeDFormatEffectiveData : IThreeDParamSource

属性

名称描述
AsIThreeDParamSource { get; }允许获取基础 IThreeDParamSource 接口。只读 IThreeDParamSource
BevelBottom { get; }返回底部 3D 倾斜的类型。只读 IShapeBevelEffectiveData
BevelTop { get; }返回顶部 3D 倾斜的类型。只读 IShapeBevelEffectiveData
Camera { get; }返回相机的设置。只读 ICameraEffectiveData
ContourColor { get; }返回轮廓的颜色。只读 Color。
ContourWidth { get; }返回 3D 轮廓的宽度。只读 Double。
Depth { get; }返回 3D 形状的深度。只读 Double。
ExtrusionColor { get; }返回拉伸的颜色。只读 Color。
ExtrusionHeight { get; }返回拉伸效果的高度。只读 Double。
LightRig { get; }返回光源的类型。只读 ILightRigEffectiveData
Material { get; }返回材质的类型。只读 MaterialPresetType

备注

此接口与 IThreeDFormat 接口一起使用,以返回应用继承后的有效格式化值。

另见