CompletionTools props
Optional
fallback?: () => ReactElement<Object3D>Optional
overrideSegmentsPerMeter?: numberOptional
overrideSimplificationThreshold?: numberOptional
priority?: numberOptional
radialSegments?: numberOptional
sizeMultiplier?: number
Generic render of completion tools based on depths, diameters and type. Must be a child of the
Wellbore
component.Example
Remarks
The
fallback
prop may be used to render a different component if there is no completion tool data available for the wellbore.See
Wellbore