API / geotoolkit3d / scene / well / TubeGeometry / TubeGeometry
well.TubeGeometry.TubeGeometry
A Tube-like geometry.
This geometry generates the vertices required to render an elliptic tube.
Width and height of the ellipses may vary as well as its rotation around its normal.
This is intended to be used for advanced/complex scenarios that require those capabilities.
↳
TubeGeometry
Constructors
Methods
▸ computeBoundingBox(): void
Function to compute the bounding box
void
AbstractWellGeometry.computeBoundingBox
▸ computeBoundingSphere(): void
Compute geometry expanded local bounding sphere.
void
AbstractWellGeometry.computeBoundingSphere
▸ getClassName(): string
string
AbstractWellGeometry.getClassName
▸ getOptions(): OptionsBaseOut
Get options
options
▸ setOptions(options): TubeGeometry
Set options, the given json will be merged with the object's state so that only the given options will be changed.
| Name | Type | Description |
|---|---|---|
options | OptionsBase | The options |
this
▸ Static getClassName(): string
string