VertexPositionColored
Description:
A geometry vertex specified as a position in space with a color.
A geometry vertex specified as a position in space with 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.VertexPositionColored
System.Object
Autodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPositionColored
public class VertexPositionColored : Vertex
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| VertexPositionColored(XYZ, ColorWithTransparency) | None | Constructs the vertex from a point and a color. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetColor() | ColorWithTransparency | Gets the vertex's color. | |
| GetSizeInFloats() | int | Gets the amount of storage that the vertex takes up in a buffer, measured in floats. | |
| SetColor(ColorWithTransparency) | None | Sets the vertex's color. | |
| Dispose() | None | Releases all resources used by the | Vertex |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Position | XYZ | The vertex's position. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | Vertex |