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