PolyBoxGeoObject 多边形柱体对象
Members
-
最大高度。设置该值时,可以动态改变对象
-
最小高度。设置该值时,可以动态改变对象
-
points : Vector3[]
-
多边形形状。设置该值时,可以动态改变对象
Methods
staticCreate(renderContext,position,points,minY,maxY,hasTopCover,hasBottomCover,holes) → Vector3[][])
创建PolyBoxGeoObject对象
Name | Type | Description |
---|---|---|
renderContext |
RenderContext3 | 显示上下文 |
position |
Vector3 | 基准地球坐标位置。 |
points |
Vector3[] | 基准坐标为空时,表示地球坐标数组,否则为相对基准坐标的局部坐标数组, |
minY |
number | 绝对最小值 |
maxY |
number | 绝对最大值 |
hasTopCover |
boolean | optional是否有顶盖 |
hasBottomCover |
boolean | optional是否有底盖 |
holes |
Vector3[][] | optional洞坐标,可以为多个。 坐标含义同points |