Last updated

API / geotoolkit3d / util / intersection / NoIntersectableError / NoIntersectableError

Class: NoIntersectableError

intersection.NoIntersectableError.NoIntersectableError

NoIntersectableError
This error is thrown if any of the objects provided to the Intersection3DUtil.intersectObjects method lacks an intersectable component like a mesh or doesn't implement an intersection interface such as IIntersectableMesh.

Hierarchy

  • Error

    NoIntersectableError

Table of contents

Constructors
Methods

Contents

Constructors

new NoIntersectableError(message)

new NoIntersectableError(message?)

Parameters

Name Type
Optional messagestring

Inherited from

Error.constructor

Methods

getClassName

getClassName(): string

Returns

string


getClassName

Static getClassName(): string

Returns

string