Skip to content

BoxGraphics

BoxGraphics is a box visualization for the entity.

BoxGraphic can be mounted only insideEntity components, and can not be mounted more than once for each entity.

Property Type Description
distanceDisplayCondition DistanceDisplayCondition | Property | undefined
heightReference HeightReference | Property | undefined
show boolean | Property | undefined
dimensions Cartesian3 | Property | undefined
fill boolean | Property | undefined
material Color | MaterialProperty | undefined
outline boolean | Property | undefined
outlineColor Color | Property | undefined
outlineWidth number | Property | undefined
shadows Property | ShadowMode | undefined

N/A

Property Type Description
onDefinitionChange (() => void) | undefined

N/A