2022 Class
Changes 0
C

VertexStreamPositionNormal

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.VertexStreamPositionNormal
Name Return Type Description Inherited From
M AddVertex(VertexPositionNormal) None Inserts a into the stream and associated buffer.
M AddVertices(IList<VertexPositionNormal>) 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