Bexel Manager API Documentation
Bexel.Api.ElementSettingsViewer3D Class Reference

Represents all 3D viewer settings associated with the Bexel.Api.Element. More...

Properties

Color Color [get, set]
 Gets or sets the color of the element in the 3D viewer. The alpha component of the color will be ignored. To change opacity of the element, please use ColorArgb or Opacity property instead. More...
 
Color ColorArgb [get, set]
 Gets or sets the color and opacity of the element in the 3D viewer. More...
 
double Opacity [get, set]
 Gets or sets the opacity of the element in the 3D viewer. The range is from 0.0 to 1.0 inclusive. (0.0 - fully transparent, 1.0 - fully opaque) More...
 

Detailed Description

Represents all 3D viewer settings associated with the Bexel.Api.Element.

Property Documentation

◆ Color

Color Bexel.Api.ElementSettingsViewer3D.Color
getset

Gets or sets the color of the element in the 3D viewer. The alpha component of the color will be ignored. To change opacity of the element, please use ColorArgb or Opacity property instead.

◆ ColorArgb

Color Bexel.Api.ElementSettingsViewer3D.ColorArgb
getset

Gets or sets the color and opacity of the element in the 3D viewer.

◆ Opacity

double Bexel.Api.ElementSettingsViewer3D.Opacity
getset

Gets or sets the opacity of the element in the 3D viewer. The range is from 0.0 to 1.0 inclusive. (0.0 - fully transparent, 1.0 - fully opaque)