API / geotoolkit3d / util / well / CylinderLog / CylinderLog
well.CylinderLog.CylinderLog
Utility class related to geotoolkit3d.scene.well.CylinderLog
Constructors
Methods
▸ getClassName(): string
string
▸ Static getClassName(): string
string
▸ 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
| Name | Type | Description |
|---|---|---|
cornerCount | number | The amount of points to create a cylinder like shape |
diskCount | number | The amount of of disks for each sample |
void