<Code Lib>
2022 Class
Changes 0
C

VertexStreamPosition

Description:
A stream that can be used to write vertices of type into a buffer (see ).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.VertexStream
    Autodesk.Revit.DB.DirectContext3D.VertexStreamPosition

Name Return Type Description Inherited From
M AddVertex(VertexPosition) None Inserts a into the stream and associated buffer.
M AddVertices(IList<VertexPosition>) None Inserts multiple instances into the stream and associated buffer.
M Dispose() None Releases all resources used by the VertexStream

Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. VertexStream

Loading…