Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DotRepresentationParameters

Dot representation parameter object. Extends RepresentationParameters

property

{String} thresholdType - Meaning of the threshold values. Either value for the literal value or sigma as a factor of the sigma of the data. For volume data only.

property

{Number} thresholdMin - Minimum value to be displayed. For volume data only.

property

{Number} thresholdMax - Maximum value to be displayed. For volume data only.

property

{Number} thresholdOut - Show only values falling outside of the treshold minumum and maximum. For volume data only.

Hierarchy

Indexable

[key: string]: any

Dot representation parameter object. Extends RepresentationParameters

property

{String} thresholdType - Meaning of the threshold values. Either value for the literal value or sigma as a factor of the sigma of the data. For volume data only.

property

{Number} thresholdMin - Minimum value to be displayed. For volume data only.

property

{Number} thresholdMax - Maximum value to be displayed. For volume data only.

property

{Number} thresholdOut - Show only values falling outside of the treshold minumum and maximum. For volume data only.

Index

Properties

alphaTest

alphaTest: number

clipCenter

clipCenter: Vector3

clipNear

clipNear: number

clipRadius

clipRadius: number

color

color: number | string | Color

colorDomain

colorDomain: number[]

colorMode

colorMode: ColorMode

colorReverse

colorReverse: boolean

colorScale

colorScale: string | number[]

colorScheme

colorScheme: string

colorValue

colorValue: number

depthWrite

depthWrite: boolean

diffuse

diffuse: Color

diffuseInterior

diffuseInterior: boolean

disableImpostor

disableImpostor: boolean

disablePicking

disablePicking: boolean

dotType

dotType: "" | "sphere" | "point"

edgeBleach

edgeBleach: number

flatShaded

flatShaded: boolean

forceTransparent

forceTransparent: boolean

interiorColor

interiorColor: Color

interiorDarkening

interiorDarkening: number

lazy

lazy: boolean

matrix

matrix: Matrix4

metalness

metalness: number

name

name: string

opacity

opacity: number

openEnded

openEnded: boolean

pointSize

pointSize: number

quality

quality: string

radialSegments

radialSegments: number

radius

radius: number

radiusType

radiusType: "" | "value" | "abs-value" | "value-min" | "deviation" | "size" | "radius"

roughness

roughness: number

scale

scale: number

side

sizeAttenuation

sizeAttenuation: boolean

sortParticles

sortParticles: boolean

sphereDetail

sphereDetail: number

thresholdMax

thresholdMax: number

thresholdMin

thresholdMin: number

thresholdOut

thresholdOut: boolean

thresholdType

thresholdType: "value" | "value" | "sigma" | "sigma"

useInteriorColor

useInteriorColor: boolean

useTexture

useTexture: boolean

visible

visible: boolean

wireframe

wireframe: boolean

Generated using TypeDoc