Constructors
constructor
- new SurfaceExcavate(viewer): SurfaceExcavate
Properties
bottomImage
bottomImage: any
bottomPolygon
bottomPolygon: any
excavateDepth
excavateDepth: any
sideImage
sideImage: any
sideWall
sideWall: any
Private
viewer
viewer: Viewer
Methods
add
- add(positions, opitons): void
Parameters
- positions: any[]
- opitons: {
bottomImage?: any;
excavateDepth?: any;
sideImage?: any;
}Optional
bottomImage?: any
Optional
excavateDepth?: any
Optional
sideImage?: any
Returns void
addBottomPolygon
- addBottomPolygon(positions): void
Returns void
addSideWall
- addSideWall(positions): void
Returns void
clear
- clear(): void
Returns void
地形挖掘类