Enum RenderMode
Defines the various types of graphic views render modes.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 7, 0, 0)]
public enum RenderMode
Remarks
This enum is available since v7.7.
Fields
| Name | Description |
|---|---|
| Constant | Constant shading. |
| DashedHiddenEdges | Hidden-line rendering with dashed hidden edges. |
| Gouraud | Gouraud shading. |
| GouraudWithDashedHiddenEdges | Gouraud shading with dashed hidden edges. |
| GouraudWithEdges | Gouraud shading with edges and wireframe. |
| GouraudWithEdgesAndSilhouettes | Gouraud shading with edges and silhouettes. |
| GouraudWithHiddenWireframe | Gouraud shading with hidden wireframe. |
| HiddenEdges | Hidden-line rendering. |
| Realistic | Realistic rendering. |
| RealisticWithEdges | Realistic rendering with edges. |
| RealisticWithEffects | Realistic rendering with effects. |
| RealisticWithEffectsAndEdges | Realistic rendering with effects and edges. |
| Wireframe | Wireframe rendering. |
| Zebra | Zebra analysis. |