VertexStreamPosition Class


A stream that can be used to write vertices of type VertexPosition into a buffer (see Autodesk::Revit::DB::DirectContext3D::VertexBuffer).

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since: 2017

Syntax

C#
public class VertexStreamPosition : VertexStream
Visual Basic
Public Class VertexStreamPosition _
	Inherits VertexStream
Visual C++
public ref class VertexStreamPosition : public VertexStream

Inheritance Hierarchy

System Object
Autodesk.Revit.DB.DirectContext3D VertexStream
Autodesk.Revit.DB.DirectContext3D VertexStreamPosition

See Also