Last updated

API / geotoolkit / schematics / scene / DeviatedWellBoreWithLabels / DeviatedWellBoreWithLabels

Namespace: DeviatedWellBoreWithLabels

scene.DeviatedWellBoreWithLabels.DeviatedWellBoreWithLabels

Table of contents

Type Aliases

Contents

Type Aliases

DeviationOptions

Ƭ DeviationOptions: Object

deviation

Type declaration

NameTypeDescription
clip?numberflag to enable clipping
offset?numberoffset in pixels to the trajectory segment
trackWidth?numbertrack width
trajectoryTrajectory2dtrajectory along the path
transformer?Transformer2dtransformer to be used

Options

Ƭ Options: Options & { deviation?: { clip?: number ; offset?: number ; trackWidth?: number ; transformer?: Transformer2d } ; highlight?: { label?: { fillstyle?: any ; linestyle?: any } } ; labeling?: object ; labelingStrategy?: LabelingStrategy ; trajectory?: { lines?: { linestyle?: any ; visible?: boolean } ; stations?: { symbol?: any ; visible?: boolean } } ; wellBoreNode?: WellBoreNode }

options


OptionsOut

Ƭ OptionsOut: OptionsOut & { deviation?: { clip?: number ; offset?: number ; trackWidth?: number ; transformer?: Transformer2d } ; highlight?: { label?: { fillstyle?: any ; linestyle?: any } } ; labeling?: object ; labelingStrategy?: LabelingStrategy ; trajectory?: { lines?: { linestyle?: any ; visible?: boolean } ; stations?: { symbol?: any ; visible?: boolean } } ; wellBoreNode?: WellBoreNode }

properties