Last updated

API / geotoolkit3d / util / well / CylinderLog / CylinderLog

Class: CylinderLog

well.CylinderLog.CylinderLog

Utility class related to geotoolkit3d.scene.well.CylinderLog

Table of contents

Constructors
Methods

Contents

Constructors

new CylinderLog()

new CylinderLog()

Methods

getClassName

getClassName(): string

Returns

string


getClassName

Static getClassName(): string

Returns

string


setCylinderPrecision

Static setCylinderPrecision(cornerCount, diskCount): void

Change the parameters that affects the cylinder precision.

Note that this applies only to the Cylinders created after this has been changed.

The corner counts affects how 'round' the circles will look like.
The diskCount defines how many circles will be created for each log value.

Throws

Error if cornerCount < 3 or diskCount < 2

Parameters

Name Type Description
cornerCountnumberThe amount of points to create a cylinder like shape
diskCountnumberThe amount of of disks for each sample

Returns

void