Wireframe | |
public enum WireframeTypes
| Member name | Value | Description |
|---|---|---|
| None | 0 | Nothing is shown. |
| Wireframe | 1 | Only wireframe of the model is shown. |
| OriginalSolidModel | 2 | Only unchanged original model is shown. |
| WireframeWithOriginalSolidModel | 3 | Wireframe is shown on top of unchanged original model. |
| SingleColorSolidModel | 4 | Only original model with material set to SolidModelColor is shown. |
| WireframeWithSingleColorSolidModel | 5 | Wireframe is shown on top of original model with material set to SolidModelColor. |