API / geotoolkit / schematics / scene / WellBoreNode / ViewMode

Enumeration: ViewMode

scene.WellBoreNode.ViewMode

ViewMode

Table of contents

Enumeration Members

Contents

Enumeration Members

Compressed

Compressed = "Compressed"

Compressed view mode. All MD-ranges along trajectory are equalized. The aim of the view mode is to guarantee user to be able to see all components no matter how small (along MD) they are.


KeepAspectRatio

KeepAspectRatio = "KeepAspectRatio"

KeepAspectRatio view mode. This mode is intended for those users who do not care about real scales or equalization. This mode keeps component's drawing proportions. The case is valuable most if the components are implemented as SVGs and the user intends to get, for example, nicely looking PDF representation.


Regular

Regular = "Regular"

Regular view mode. Displays real components' measured depths along trajectory. In this mode many elements like valves, packers and other may become invisible, because their MD-ranges are too small.