the flatting region
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
Object with the following properties:
|
Members
cornerPoints : Array.<Cartesian3>
a list cartesian3 points of the flatting region corner.
If true, flattingRegion will be enabled
the altitude of flattingRegion
the altitude of flattingRegion
a char used to be identified from other flattingRegions
positions : Array.<Cartesian3>
a list cartesian3 points of the flatting region.
Methods
static Cesium.FlattingRegion.clone(region, result) → FlattingRegion
Duplicates a FlattingRegion instance.
Name | Type | Description |
---|---|---|
region |
FlattingRegion | The region to duplicate. |
result |
FlattingRegion | optional The object onto which to store the result. |
Returns:
The modified result parameter or a new region instance if one was not provided.
Called when
Viewer
or CesiumWidget
render the scene to
build the resources for clipping planes.
Do not call this function directly.