Section.(constructor)

Create the tool. This tool should be created after the model is loaded or scene is constructed. Otherwise it will be mistaken about the scene size and does rendering wrong.

Signature:

constructor(viewer: Viewer3D);

Parameters

ParameterDescription
viewerThe Viewer3D object.