VertexPositionNormalColored
Description:
A geometry vertex specified as a position in space with a normal vector and a color.
A geometry vertex specified as a position in space with a normal vector and a color.
Remarks:
The color of these vertices includes a transparency component In order to render them as transparent they must be rendered in the transparent pass See the 'IsTransparentPass' method of DrawContext
The color of these vertices includes a transparency component In order to render them as transparent they must be rendered in the transparent pass See the 'IsTransparentPass' method of DrawContext
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPositionNormalColored
System.Object
Autodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPositionNormalColored
public class VertexPositionNormalColored : Vertex
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| VertexPositionNormalColored(XYZ, XYZ, ColorWithTransparency) | None | Constructs the vertex from a point, a normal vector, and a color. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from Vertex ) | Vertex |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetColor() | ColorWithTransparency | Gets the vertex's color. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetSizeInFloats() | Int32 | Gets the amount of storage that the vertex takes up in a buffer, measured in floats. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetColor(ColorWithTransparency) | None | Sets the vertex's color. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |