Angular Cesium
Demo
Github
Enterprise Support
Search…
Introducation
Getting Started
Installation
CORE CONCEPTS
The Basics
Ac-Layer
Ac-Entities
Arc
Billboard
Box
Circle
Corridor
Cylinder
CZML
Ellipse
Ellipsoid
Label
Model
Point
Polyline
Polyline Volume
Polygon
Rectangle
Wall
Ac-Array
Html
GUIDES
Map Events Handling
Maps Manager Service
Multiple Maps and Maps Sync
Map Imagery Providers
Html Anchoring
Map Context Menu
Camera Control
Camera Keyboard Control
Viewer Configuration
Widgets
Range And Bearing
Zoom To Rectangle
Geometry Drawing Tools
API
API docs
Powered By
GitBook
Box
<ac-box-deac />
This is a box implementation. The
ac-box-desc
element must be a child of
ac-layer
element.
The properties of props are the same as the properties
BoxGraphics
and the general properties of
Entity
(like position).
Usage:
1
<
ac-box-desc
props
=
"
{
2
show: show,
3
position: entity.position,
4
material: material,
5
dimensions: entity.dimensions
6
}
"
>
7
</
ac-box-desc
>
Copied!
Previous
Billboard
Next
Circle
Last modified
2yr ago
Copy link
Contents
<ac-box-deac />
Usage: