PDF3DRenderMode

PDF3DRenderMode class

Class PDF3DRenderMode.

The PDF3DRenderMode type exposes the following members:

Constructors

NameDescription
PDF3DRenderMode(subtype)Initializes a new instance of the PDF3DRenderMode class
PDF3DRenderMode(type_name)Initializes a new instance of the PDF3DRenderMode class

Properties

NameDescription
typeGets the type.
solidThe “Solid” render mode.
solid_wireframeThe “SolidWireFrame” render mode.
transparentThe “Transparent” render mode.
transparent_ware_frameThe “TransparentWareFrame” render mode.
bounding_boxThe “BoundingBox” render mode.
transparent_bounding_boxThe “TransparentBoundingBox” render mode.
transparent_bounding_box_outlineThe “TransparentBoundingBoxOutline” render mode.
wireframeThe “WireFrame” render mode.
shaded_wireframeThe “ShadedWireFrame” render mode.
verticesThe “Vertices” render mode.
shaded_verticesThe “ShadedVertices” render mode.
illustrationThe “Illustration” render mode.
solid_outlineThe “SolidOutline” render mode.
shaded_illustrationThe “ShadedIllustration” render mode.

Methods

NameDescription
get_auxiliary_colour()Gets the auxiliary colour.
set_auxiliary_colour(color)Sets the auxiliary colour.
get_face_color()Gets the color of the face.
set_face_color(color)Sets the color of the face.
get_opacity()Gets the opacity.
set_opacity(opacity)Sets the opacity.
set_crease_value(crease_value)Sets the crease value.
get_crease_value()Gets the crease value.

See Also