PDF3DRenderMode

PDF3DRenderMode class

类 PDF3DRenderMode.

public class PDF3DRenderMode

构造函数

姓名描述
PDF3DRenderMode(RenderModeType)初始化PDF3DRenderMode类.
PDF3DRenderMode(string)初始化PDF3DRenderMode类.

特性

姓名描述
Type { get; }获取类型。

方法

姓名描述
GetAuxiliaryColour()获取辅助颜色。
GetCreaseValue()获取折痕值。
GetFaceColor()获取人脸的颜色。
GetOpacity()获取不透明度。
SetAuxiliaryColour(Color)设置辅助颜色。
SetCreaseValue(double)设置折痕值。
SetFaceColor(Color)设置面部颜色。
SetOpacity(double)设置不透明度。

字段

姓名描述
static BoundingBox“边界框”渲染模式。
static Illustration“插图”渲染模式。
static ShadedIllustration“ShadedIllustration”渲染模式。
static ShadedVertices“ShadedVertices”渲染模式。
static ShadedWireframe“ShadedWireFrame”渲染模式。
static Solid“固体”渲染模式。
static SolidOutline“SolidOutline”渲染模式。
static SolidWireframe“SolidWireFrame”渲染模式。
static Transparent“透明”渲染模式。
static TransparentBoundingBox“TransparentBoundingBox”渲染模式。
static TransparentBoundingBoxOutline“TransparentBoundingBoxOutline”渲染模式。
static TransparentWareFrame“TransparentWareFrame”渲染模式。
static Vertices“顶点”渲染模式。
static Wireframe“线框”渲染模式。

也可以看看