Type of geometry primitive represented as a number.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum PrimitiveType
Members
| Member name | Value | Description |
|---|---|---|
| LineList | 1 | Geometry consisting of a list of line segments. |
| PointList | 2 | Geometry consisting of a list of points. |
| TriangleList | 0 | Geometry consisting of a list of triangles. |
