IThreeDFormatEffectiveData

IThreeDFormatEffectiveData 接口

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

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 接口一起使用,以返回应用继承的有效格式值。

另见