IThreeDFormatEffectiveData

IThreeDFormatEffectiveData interface

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

也可以看看