Enum PrimitiveType
PrimitiveType enumeration
The topology type of primitives to render.
public enum PrimitiveType
Values
| Name | Value | Description |
|---|---|---|
| POINTS | 0 | |
| LINES | 1 | |
| LINE_LOOP | 2 | |
| LINE_STRIP | 3 | |
| TRIANGLES | 4 | |
| TRIANGLE_STRIP | 5 | |
| TRIANGLE_FAN | 6 |
See Also
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD