Click or drag to resize
SoVectorizeActionHLHSRModes Enumeration

HLHSR (Hidden Line and Hidden Surface Removal) mode.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum HLHSRModes
Members
  Member nameValueDescription
NO_HLHSR0

No HLHSR is done.

HLHSR_SIMPLE_PAINTER1

Simple painter's algorithm is used.

HLHSR_PAINTER2

Painter's algorithm is used.

Interpenetrating primitives are split to provide more correct visual results.

HLHSR_PAINTER_SURFACE_REMOVAL3

Surfaces that are completely hidden are removed prior to application of the painter's algorithm.

HLHSR_RASTER4

A raster-based algorithm is used.

HIDDEN_LINES_REMOVAL5

The output is rendered with lines (regardless of the on-screen render style) and hidden lines are removed.

Remarks
See Also