PrimitiveType Enumeration

PrimitiveType Enumeration

Type of geometry primitive represented as a number.

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum PrimitiveType
Public Enumeration PrimitiveType
public enum class PrimitiveType
type PrimitiveType
Members
Member nameValueDescription
LineList1 Geometry consisting of a list of line segments.
PointList2 Geometry consisting of a list of points.
TriangleList0 Geometry consisting of a list of triangles.
See Also