Skip to content

Interface: CappingStyle

Defined in: packages/viewer-core/src/public/types.ts:550

完整解析后的盖面样式。setCappingStyle() 接受 Partial<CappingStyle>;getCappingStyle() 返回填满的本类型。

Properties

faceColor

faceColor: Color | null

Defined in: packages/viewer-core/src/public/types.ts:552

盖面填充色;null = 不填充。


lineColor

lineColor: Color | null

Defined in: packages/viewer-core/src/public/types.ts:554

盖面描边色;null = 不描边(Phase 1 可暂不实现 line,保留字段)。


visible

visible: boolean

Defined in: packages/viewer-core/src/public/types.ts:555