IThreeDFormat

IThreeDFormat interface

Representa propiedades tridimensionales.

public interface IThreeDFormat : IThreeDParamSource

Propiedades

NombreDescripción
AsIThreeDParamSource { get; }Permite obtener la interfaz base IThreeDParamSource. Solo lecturaIThreeDParamSource .
BevelBottom { get; }Devuelve o establece el tipo de un bisel 3D inferior. Solo lecturaIShapeBevel .
BevelTop { get; }Devuelve o establece el tipo de un bisel 3D superior. Solo lecturaIShapeBevel .
Camera { get; }Devuelve o establece la configuración de una cámara. Solo lecturaICamera .
ContourColor { get; }Devuelve o establece el color de un contorno. Solo lecturaIColorFormat .
ContourWidth { get; set; }Devuelve o establece el ancho de un contorno 3D. Lectura/escrituraDouble .
Depth { get; set; }Devuelve o establece la profundidad de una forma 3D. Lectura/escrituraDouble .
ExtrusionColor { get; }Devuelve o establece el color de una extrusión. Solo lecturaIColorFormat .
ExtrusionHeight { get; set; }Devuelve o establece la altura de un efecto de extrusión. Lectura/escrituraDouble .
LightRig { get; }Devuelve o establece el tipo de luz. Solo lecturaILightRig .
Material { get; set; }Devuelve o establece el tipo de un material. Lectura/escrituraMaterialPresetType .

Métodos

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

Ver también