IThreeDFormat

Interfaz IThreeDFormat

Representa propiedades 3-D.

public interface IThreeDFormat : IThreeDParamSource

Propiedades

NombreDescripción
AsIThreeDParamSource { get; }Permite obtener la interfaz base IThreeDParamSource. Solo lectura IThreeDParamSource.
BevelBottom { get; }Devuelve o establece el tipo de un bisel 3D inferior. Solo lectura IShapeBevel.
BevelTop { get; }Devuelve o establece el tipo de un bisel 3D superior. Solo lectura IShapeBevel.
Camera { get; }Devuelve o establece la configuración de una cámara. Solo lectura ICamera.
ContourColor { get; }Devuelve o establece el color de un contorno. Solo lectura IColorFormat.
ContourWidth { get; set; }Devuelve o establece el ancho de un contorno 3D. Lectura/escritura Doble.
Depth { get; set; }Devuelve o establece la profundidad de una forma 3D. Lectura/escritura Doble.
ExtrusionColor { get; }Devuelve o establece el color de una extrusión. Solo lectura IColorFormat.
ExtrusionHeight { get; set; }Devuelve o establece la altura de un efecto de extrusión. Lectura/escritura Doble.
LightRig { get; }Devuelve o establece el tipo de una luz. Solo lectura ILightRig.
Material { get; set; }Devuelve o establece el tipo de un material. Lectura/escritura MaterialPresetType.

Métodos

NombreDescripción
GetEffective()Obtiene los datos de formato 3-D efectivos con la herencia aplicada.

Véase También