VertexPositionNormal
Description:
A geometry vertex specified as a position in space with a normal vector.
A geometry vertex specified as a position in space with a normal vector.
Remarks:
Since these vertices do not have a color their color is obtained from the EffectInstance
Since these vertices do not have a color their color is obtained from the EffectInstance
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPositionNormal
System.Object
Autodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPositionNormal
public class VertexPositionNormal : Vertex
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| VertexPositionNormal(XYZ, XYZ) | None | Constructs the vertex from a point and a normal vector. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetSizeInFloats() | int | Gets the amount of storage that the vertex takes up in a buffer, measured in floats. | |
| Dispose() | None | Releases all resources used by the | Vertex |