Last updated

API / geotoolkit3d / util / Helper / Helper

Namespace: Helper

util.Helper.Helper

Table of contents

Type Aliases

Contents

Type Aliases

NodeBoundingBoxOptions

Ƭ NodeBoundingBoxOptions: Object

Options for Helper.getNodeBoundingBox method.

Type declaration

NameTypeDescription
coordinate?CoordinateThe coordinate space of the return bounding box.
Default value is Coordinate.Business.
excludegrid?BooleanWhen used to update grid model limits, it should not take grid itself into account.
Default is false.
filter?FilterCallbackA filter function to ignore some nodes if callback returns false.
Default is null.
traversechildren?BooleanWhether 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

Ƭ OptionsWithColor: Object

Type declaration

NameTypeDescription
color?ColorProvider | string | ColorIf this option field was set, it will be converted to colorprovider as a ColorProvider, and color will be set to null.
colorprovider?ColorProvider | string | ColorThe option field which will be set as a ColorProvider, based on the content of color and colorprovider.

ReservoirAttributes

Ƭ ReservoirAttributes: Object

Type declaration

NameType
xFloat32Array
yFloat32Array
zFloat32Array