VertexStreamPositionNormalColored
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.VertexStreamPositionNormalColored
System.Object
Autodesk.Revit.DB.DirectContext3D.VertexStream
Autodesk.Revit.DB.DirectContext3D.VertexStreamPositionNormalColored
public class VertexStreamPositionNormalColored : VertexStream
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddVertex(VertexPositionNormalColored) | None | Inserts a into the stream and associated buffer. | |
| AddVertices(IList<VertexPositionNormalColored>) | 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 |