VertexPosition
Description:
A geometry vertex specified as a position in space.
A geometry vertex specified as a position in space.
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.VertexPosition
System.Object
Autodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPosition
public class VertexPosition : Vertex
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| VertexPosition(XYZ) | None | Constructs the vertex from a point. |
| 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 |
| 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 |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from Vertex ) | Vertex |
| Position | XYZ | The vertex's position. |