Last updated

API / geotoolkit3d / util / well / Well / OffsetMode

Enumeration: OffsetMode

well.Well.OffsetMode

Offset mode enum.

This mode define how the curve will be rendered when the offset is negative.
It will either mirror the curve so that the minimum value is closer to the trajectory than the maximum value. (Mirror)
Or it will keep the minimum value on the left, which means that the maximum value will be closer to the trajectory than the minimum value. (Regular)

Table of contents

Enumeration Members

Contents

Enumeration Members

Mirror

Mirror = 0

Minimum value is closer to the trajectory than maximum value.


Regular

Regular = 1

Minimum value is closer to the trajectory than maximum value ONLY if offset is positive.