CompletionTools props
Optionalfallback?: () => ReactElement<Object3D>OptionaloverrideSegmentsPerMeter?: numberOptionaloverrideSimplificationThreshold?: numberOptionalpriority?: numberOptionalradialSegments?: numberOptionalsizeMultiplier?: number
Generic render of completion tools based on depths, diameters and type. Must be a child of the
Wellborecomponent.Example
Remarks
The
fallbackprop may be used to render a different component if there is no completion tool data available for the wellbore.See
Wellbore