PointCloudUniqueValueRendererProperties

根据另一个字段的值(通常是 intensity )降低点颜色的亮度。

关系

Extends

PointCloudUniqueValueRendererProperties Extends PointCloudRendererProperties

属性

colorModulation

根据另一个字段的值(通常是 intensity)降低点颜色的亮度。

colorModulation?: PointCloudRendererColorModulationProperties

colorUniqueValueInfos

数组中的每个元素都是一个对象,它将唯一值与特定颜色匹配。

colorUniqueValueInfos?: PointCloudUniqueValueRendererColorUniqueValueInfos

field

字段的名称,其值用于驱动可视化。

field?: string

类型: string

fieldTransformType

在评估渲染器之前应用于字段值的变换。

fieldTransformType?: "none" | "low-four-bit" | "high-four-bit" | "absolute-value" | "modulo-ten"

类型: "none" | "low-four-bit" | "high-four-bit" | "absolute-value" | "modulo-ten"

legendOptions

提供在图例中显示渲染器选项的对象。

legendOptions?: PointCloudUniqueValueRendererLegendOptionsProperties

pointSizeAlgorithm

指定如何计算点云中点的大小以进行渲染。

pointSizeAlgorithm?: PointSizeFixedSizeAlgorithmProperties

pointsPerInch

每显示英寸绘制的点数。

pointsPerInch?: number

类型: number

BIMFlux AI