API / geotoolkit3d / scene / reservoir / well / CellSizeMode / CellSizeMode
well.CellSizeMode.CellSizeMode
Cell size mode for ReservoirWell
Enumeration Members
Enumeration Members
• ScaleAffect = "ScaleAffect"
In this mode, the 3D Plot scale will affect the cell size. Cell size will be consistent on all axes on the screen, but the defined cell size will no longer strictly respect the user defined unit.
Ex: if Plot scale is x:1, y:1, z:5, and cell size is 10, cells will look "cubic" on screen, but in the local coordinate space, cells will be 10x10x2 to accommodate the Plot scale.
• ScaleNotAffect = "ScaleNotAffect"
In this mode, the 3D Plot scale will not affect the cell size.
Cell size will be consistent on all axes in local coordinates, but might look stretched on screen if the Plot scale is not uniform.