VertexStreamPositionColored
Description:
A stream that can be used to write vertices of type into a buffer (see ).
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.VertexStreamPositionColored
System.Object
Autodesk.Revit.DB.DirectContext3D.VertexStream
Autodesk.Revit.DB.DirectContext3D.VertexStreamPositionColored
public class VertexStreamPositionColored : VertexStream
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddVertex(VertexPositionColored) | None | Inserts a into the stream and associated buffer. | |
| AddVertices(IList<VertexPositionColored>) | None | Inserts multiple instances into the stream and associated buffer. | |
| Dispose() | None | Releases all resources used by the | VertexStream |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | VertexStream |