API / geotoolkit3d / util / Helper / Helper
Type Aliases
Ƭ NodeBoundingBoxOptions: Object
Options for Helper.getNodeBoundingBox method.
| Name | Type | Description |
|---|---|---|
coordinate? | Coordinate | The coordinate space of the return bounding box. Default value is Coordinate.Business. |
excludegrid? | Boolean | When used to update grid model limits, it should not take grid itself into account. Default is false. |
filter? | FilterCallback | A filter function to ignore some nodes if callback returns false. Default is null. |
traversechildren? | Boolean | Whether this method should traverse the given node's children or not. If true, the method will traverse the given node and every children nodes recursively. If false, the method will only test the given node and ignore any children nodes. Default is false. |
Ƭ OptionsWithColor: Object
| Name | Type | Description |
|---|---|---|
color? | ColorProvider | string | Color | If this option field was set, it will be converted to colorprovider as a ColorProvider, and color will be set to null. |
colorprovider? | ColorProvider | string | Color | The option field which will be set as a ColorProvider, based on the content of color and colorprovider. |
Ƭ ReservoirAttributes: Object
| Name | Type |
|---|---|
x | Float32Array |
y | Float32Array |
z | Float32Array |